Thanks a lot to all programmers for making the new version possible. Could someone all theme authors please also update their theme descriptions to indicate whether or not the themes are 1.1.2 compatible?
I encountered one problem: mod_rewrite does not work for me any more, though it's enabled on the server. Does anyone know why this could be the case?
This is the message I get:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [clipped] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
It did work before the upgrade. I did not change the line in the new .htaccess file because the path to my zenphoto installation did not change. Do I have to edit any other file?
Although I get this output the upgrade works fine..
Zenphoto Error
MySQL Query ( INSERT INTO options (name, value) VALUES ('gallery_title', 'Gallery'); ) Failed. Error: Duplicate entry 'gallery_title' for key 2
`Warning: getimagesize() [function.getimagesize]: Read error! in /home/glassham/public_html/gallery/zp-core/functions.php on line 830
Warning: Cannot modify header information - headers already sent by (output started at /home/glassham/public_html/gallery/zp-core/functions.php:830) in /home/glassham/public_html/gallery/zp-core/refresh-metadata.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /home/glassham/public_html/gallery/zp-core/functions.php:830) in /home/glassham/public_html/gallery/zp-core/admin-functions.php on line 48`
First seen in 1.1.1, later spotted in 1.1.2. A bug or just me?
sbillard, I used the .htaccess file that came with the release and didn't change anything since in my installation, zenphoto is installed in the subfolder /zenphoto, exactly as in the example file. In other words, I used the example file without any changes and turned on mod_rewrite in the admin options. It still doesn't work.
Do the admin options override the zp-config file, by the way?
@aitf311 - sorry, missed the obvious and essential info: it appeared after clicking on 'Refresh Image Metadata'.
BertSimons - That error is OK, nothing to worry about. It was trying to insert default options entries but they already exist. We'll have this fixed in future upgrades.
David_1cog - Can you please submit a Trac ticket with that info if you haven't already?
That applies to everyone actually, for all bug reports:
http://zenphoto.org/trac/newticket
Create an account if you don't have one. Thanks!
I tried doing a full new install with a default database. I get this while running setup:
Zenphoto Error
MySQL Query ( SELECT name, value FROM options ) Failed. Error: Table 'psychobo_gallery.options' doesn't exist
It looks like your zenphoto tables haven't been created. You may need to run the setup script.
I was doing a fresh install with 1.1.2 and got that error.