I believe I ran a successful upgrade, but am currently unable to log into Plogger, and I can't figure out why. After inputting the correct name and password, this is what I get:
Warning: mysql_query(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/leung/public_html/photogallery/plog-load_config.php on line 11
Warning: mysql_query(): A link to the server could not be established in /home/leung/public_html/photogallery/plog-load_config.php on line 11 Could not run query SELECT * FROM plogger_config WHERE 1.Access denied for user: 'nobody@localhost' (Using password: NO)
It looks like at some point it just doesn't have my database login info, so I checked the plog-config.php, which I did not overwrite, but apparently it was empty all along. I filled i in like so:
<?php // this is the file used to connect to your database. // you must change these values in order to run the gallery. define("PLOGGER_DB_HOST","localhost"); define("PLOGGER_DB_USER","[myusername]"); define("PLOGGER_DB_PW","[mypassword]"); define("PLOGGER_DB_NAME","[myusername_photos]"); ?>
I still get the same problem. I assume that even if I did not enter the correct login information, it shouldn't still be reading as nobody@localhost with "Using password: NO", right? Can someone please help me out? Thanks, Brian
i'm sure you didn't put the brackets in, and you're using a user/pass that you login to mysql with? do you login to mysql manually ever with this user/pass? maybe checkout the db table in the mysql database and make sure permissions are right, i know this sounds like a plogger issue since it was fine before the upgrade, and i kinda sorta had the same problem the other day but i lost my mysql databases so it was a mysql problem for me...
Sorry for the delay - just moved apartments. Correct, I put in my actual user/pass. My mysql database is still in tact, and all the permissions are still set correctly. It just seems like Plogger is not passing the information through correctly, since it thinks I'm trying to log in anonymously...
maybe the admin folder didn't copy over correctly? try to re-copy the admin folder, backup all files and delete all in the admin folder then copy over new files and see what happens? maybe something didn't get overwritten properly