ZenphotoCMS Forum
Zenphoto 1.1.2 - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Zenphoto 1.1.2 (/thread-1765.html)

Pages: 1 2


Zenphoto 1.1.2 - trisweb - 09-11-2007

Zenphoto 1.1.2 has been released, fixing the installation bugs from 1.1.1 which we're very sorry about. Thanks to the team for the quick release!




Zenphoto 1.1.2 - Claudia - 09-11-2007

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?




Zenphoto 1.1.2 - BertSimons - 09-11-2007

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




Zenphoto 1.1.2 - aitf311 - 09-11-2007

Claudia, to use mod rewrite you have to edit htaccess to tell zenphoto your gallery folder. Then you have to go into the admin options tab and turn mod rewrite on.




Zenphoto 1.1.2 - David_1cog - 09-11-2007

`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?




Zenphoto 1.1.2 - aitf311 - 09-11-2007

What page do you get this on?
Is it a new installation or upgrade? if upgrade, from what version
Did you modify any of the core files?




Zenphoto 1.1.2 - sbillard - 09-11-2007

Claudia:

The folder that zenphoto installs in has changed from 'zen' to 'zp-core'. This means that you do have to change the .htaccess file references to 'zen' as per the example that comes with the release.




Zenphoto 1.1.2 - sbillard - 09-11-2007

BertSimons:

Were you running any of the community builds before the upgrade? It is possible that you have duplicate entries in you options table, which are not allowed now. The easiest fix is to drop the options table and run upgrade.php again.




Zenphoto 1.1.2 - bitterfly - 09-11-2007

I got the same message as BertSimons. Was upgrading from 1.1.1 and did no modifications of any sort. Everything seems to work, though and the admin page shows version number as 1.1.2.

Thanks.




Zenphoto 1.1.2 - Claudia - 09-11-2007

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?




Zenphoto 1.1.2 - sbillard - 09-11-2007

Yes, the admin options overwrite the zp-config file. Have you tried the site with mod_rewrite turned off?




Zenphoto 1.1.2 - David_1cog - 09-11-2007

@aitf311 - sorry, missed the obvious and essential info: it appeared after clicking on 'Refresh Image Metadata'.




Zenphoto 1.1.2 - trisweb - 09-11-2007

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!




Zenphoto 1.1.2 - Claudia - 09-11-2007

sbillard:

Yes, it works with mod_rewrite turned off. That's the way I'm running it at the moment. This is my gallery if you want to check.




Zenphoto 1.1.2 - sbillard - 10-11-2007

Claudia:

Can you post your .htaccess file? Also the one from the prior installation if you still have it. Given that things work with mod_rewrite reset all things point to a problem in the .htaccess file.




Zenphoto 1.1.2 - psychobolt - 10-11-2007

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.




Zenphoto 1.1.2 - sbillard - 10-11-2007

psychobolt:

Please check that you have uploaded zenphoto version 1.1.2 where this problem has been corrected.




Zenphoto 1.1.2 - motaheri - 10-11-2007

yeah I also had gotten that error,
I dropped the options table and upgraded again.. it worked :b

cheers




Zenphoto 1.1.2 - psychobolt - 10-11-2007

I was doing a fresh install with 1.1.2 and got that error.




Zenphoto 1.1.2 - sbillard - 10-11-2007

I am unable to recreate this problem on zenphoto 1.1.2. Please do the following:

  1. delete all copies of zenphoto on your computer
  2. download zenphoto 1.1.2
  3. delete the folder zp-core on your server
  4. upload the files from zenphoto 1.1.2
  5. run ...zp-core/setup.php