| User | Post |
|
6:29 pm May 21, 2009
| David
| | |
| Guest
| | |
|
|
Hi Peter,
I was just trying out your script and I'm having some problems getting it going. I created the mysql database, changed the settings.php database info, ran the sql script and created the tables. When I go to the update.php page I get the login screen and enter the default user and pass provided in the readme file and I get this message:
Sorry, the username you entered does not exist or your account is inactive.
Any ideas as to what I'm doing wrong?
Any help greatly appreciated.
Thank you!
David
|
|
|
6:39 pm May 21, 2009
| David
| | |
| Guest
| | |
|
|
Never mind. I figured out that my hosting company did not like localhost for database host name. It's working now!
|
|
|
11:23 am August 5, 2009
| Seven
| | |
| Guest
| | |
|
|
Thanks – I had the same problem and this helped me fix it in a jiff. :-)
|
|
|
12:28 pm August 12, 2009
| Rich
| | |
| Guest
| | |
|
|
I just moved my website to a new server and installed the latest version and everything looks good except that in the admin, everytime I click on something to make any change at all it redirects me to the login page again. If I enter the admin login info, it continues on to the page I need. Any ideas of why it is doing this?
Like I said, everything else is working, I just have to re-login everytime I click on something.
|
|
|
1:33 am August 19, 2009
| Peter
| | |
| Admin
| posts 732 | |
|
|
Sounds like a problem with session storing. Maybe the temp directory or something else in PHP isn't configured properly. If you turned on PHP error reporting, perhaps there would be a useful error message.
|
|
|
9:43 am August 19, 2009
| Rich
| | |
| Guest
| | |
|
|
I'm not sure how to do this. Could you point me in the right direction? I think I can figure it out, I just don't know where to look.
|
|
|
10:56 am August 19, 2009
| Peter
| | |
| Admin
| posts 732 | |
|
|
Here is some information on turning on error reporting:
http://php.about.com/od/troubleshooting/qt/php_error_reporting.htm
http://perishablepress.com/press/2008/01/14/advanced-php-error-handling-via-htaccess/
Basically, you can enable it either in php.ini, .htaccess, or the script itself, depending on what you have access to. Then, depending on what, if any, errors are shown, you might need to talk to your web host.
|
|