Problem installing Frog at StartLogic
|
Jun 15, 2008 15:07
4 posts
|
Help. I am getting a blank page after trying to install frog at StartLogic ISP. I have php 5, MySQL 5.0.45. I have checked the host information. It is supposed to be USERNAME.startlogicmysql.com. I tested this by making a connection to a test page. |
|
Jun 15, 2008 15:37
276 posts
|
Hi retoocs. Did you checked if the database is populated? Try to acces http://yourdomain.com . Another problem could be generated by the mod_rewrite. Check .htaccess to see if you used the right URL. |
|
Jun 15, 2008 15:51
4 posts
|
The database is not populated. I have not changed anything in the .htaccess file. My site has the domain name pointing to a subdirectory. How should I set the URL. www.donkeyherald.com points to directory donkey. |
|
Jun 15, 2008 15:58
276 posts
|
I accessed your domain, and it shows the installation process. Are you sure your are using the right MySQL user, password and domain? Did you changed localhost? |
|
Jun 15, 2008 15:59
276 posts
|
What kind of connection are you using? PDO, MySQL, sql light? |
|
Jun 15, 2008 16:17
4 posts
|
I have a test page that works from the same database. I just put in the test table. http://www.donkeyherald.com/test.php |
|
Jun 15, 2008 16:27
276 posts
|
Which version of Frog are you using? You could try to populate the database manually. |
|
Jun 17, 2008 20:49
4 posts
|
I have managed to get it to install setting PDO to off. But now I cannot access the admin section. My site is in a sub directory of another site. The url is http://www.donkeyherald.com The directory is: /public_docs/donkey/ I can get to the admin login screen but the page just refreshes when I enter username and password. I do not know how to check for sessions. |