Author Topic: Need a lot of help!  (Read 2878 times)

Offline cfredrics

  • Newbie
  • *
  • Posts: 1
Need a lot of help!
« on: July 10, 2007, 12:18:22 PM »
I tried installing RoundCube on my webserver, and if failed (it was installed at http://freecasts.net/mail) and for some reason, it failed giving me a 500 error message. What could be causing that? Also I do not have command line access to my mySQL databases, only PHPmyAdmin access. Can someone post instructions on how to install using PHPmyAdmin? Thank you.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Need a lot of help!
« Reply #1 on: July 10, 2007, 02:28:17 PM »
The 500 error is easy: remove the .htaccess file :)

To install the tables using phpMyAdmin, just load up phpMyAdmin and choose your database from the drop-down (if necessary). Then, on the right, you should see a tab called "SQL". Click on that. A large text-area should now be available. Copy and paste the contents of the mysql.initial.sql file into that text-area (use mysql5.initial.sql if you're using mysql5). Then click "Go" or whatever the submit button is, and your tables should be made!!

Make sure you edit your main.inc.php and db.inc.php files as well.