The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version: 1
Apache version:Apache/2.2.21 (Unix)
PHP version (don't just say PHP 4, please):PHP Version 5.3.8
Graphics Toolkit: doesn't say in phpinfo
Operating system: vista
Web browser/version (if applicable): FF
Two issues:
1. Getting multiple errors regarding deprecation, like:
Deprecated: Assigning the return value of new by reference is deprecated
and
Deprecated: Function ereg() is deprecated
(you can see them by visiting the gallery)
and
2. Logging in does nothing, so I can't access any configuration / admin options whatsoever. Doesn't throw any errors, but if I purposely enter wrong login, it does recognize invalid login.
(In the end, we want to upgrade to a newer version anyway - and I do have FTP access. If I can't fix the current installation, is there an upgrade path to 2 or 3 just using FTP to backup the old?)
Thanks!
M.
Posts: 4
Sorry - gallery is at
http://www.woodviolins.com/gallery/
Sigh.
m.
Posts: 8339
any reason you upgraded to PHP Version 5.3.8 when using 10+yr old software?
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 4
We didn't. It's most likely Network Solutions. Any idea what the last version is that'd work with this?
Posts: 8339
try suppressing error warnings in config.php
@ini_set('error_reporting', 8191);
http://stackoverflow.com/questions/5900907/cant-suppress-deprecated-warnings-in-php-v5-3
-s
Posts: 4
Yeah - no dice - and not in php.ini either.
Not like it's a huge gallery anyway.
Thanks muchly for your help.