I have spent considerable time searching these forums to solve an issue with Gallery v1.5, RC2 on an IPOWERWEB.com server. Although I found the solution, it took several hours of searching these forums and I wanted to share my success. Thanks to all.
In summary, I was getting the following errors
. No such file or directory in D:\gallery\util.php on line 533
. No such file or directory in D:\gallery\util.php on line 1023
The root cause was an image size larger than 2 MB.
Solution was very simple.
1. Make sure you can see hidden files on your ipowerweb account.
2. Using "Ipowerweb's file manager", edit the .htaccess file located in the public_html/Gallery/ directory.
The .htaccess file already contains the correct lines of code, you just need to remove the # symbol that proceeds the following 2 lines of code and save the file.
php_value post_max_size 20971520
php_value upload_max_filesize 20971520
After changing those lines of code, everything worked flawlessly. Hope this helps.
----
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:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):