PHP Notice: Undefined variable: output in C:\web\hostmaster\domain.com\wwwroot\admin\plog-upload.php on line 130 PHP Notice: Undefined index: albums_menu in C:\web\hostmaster\domain.com\wwwroot\admin\plog-upload.php on line 15 PHP Notice: Undefined index: new_album_name in C:\web\hostmaster\domain.com\wwwroot\admin\plog-upload.php on line 15
is this the error you get now or in addition to a 500 internal server error? These are just notices as well and have been cleaned up for the next version of Plogger.
If you want to suppress them for now, open plog-globals.php and just below the session_start() add: error_reporting(E_ALL ~E_NOTICE); or error_reporting(E_ERROR);
sidtheduck, thanks for the tip and the error is gone but I only can see the page when accessing the website localy using RDC. When I try to access the website from another computer I am getting the 500 internal server error still. Any idea how to have this fixed?
Can you provide the full text of the 500 error? The more I'm looking into IIS7, the more it seems it has issues with running PHP scripts that connect to a MySQL database.
sidtheduck, now it works also on my other remote computers. no idea what fixed that but thank you very much for your help. It's nice to see here someone actually helping on the forums. Thanks again
Glad it's working for you! I'm guessing is was the error reporting was sending out notices that were disrupting the session headers being sent. Let us know if you run into any additional issues.
Everything works fine now. Just taking a chance here on the forum, this Photo Gallery Script is amazing and I love the clean design. Only missing tools in the admin area are: Cropper, and the redeye reduction tool. This script would be SUPER with thoes tools integrated.
A cropper is on the books as an enhancement, but I don't think red-eye reduction is yet. I'll have to look into that to see how feasible that is in javascript to keep it light and clean. Thanks for the suggestions!