Upgraded yesterday to 1.4.5.4
Changed my SQL User ID and password (unrelated reasons)
I can upload images and create folders, but I cannot save any album or image info. Hitting save wipes out ALL the info.
I'm able to rename folders, but the album info is not saving.
Debug log on ZP is blank, but my PHP error log is filled with this:
`[Wed Oct 02 22:51:22 2013] [error] [client IP] PHP Parse error: syntax error, unexpected '
Finally managed to get something that looks errorish...
[Wed Oct 02 23:00:28 2013] [error] [client IP] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/gallery/zp-core/functions-basic.php(113) : eval()'d code:101) in /home/public_html/gallery/zp-core/index.php on line 117, referer: http://domain.com/gallery/zp-core/admin-edit.php?page=edit&album=foo%2Fbar&tab=albuminfo
Ah and now I have debug errors:
{12515:Thu, 03 Oct 2013 06:00:28 GMT} Zenphoto v1.4.5.4[feb2ded8f0f1ca042f630e26601126635688e24d] WARNING: Cannot modify header information - headers already sent by (output started at /home/public_html/gallery/zp-core/functions-basic.php(113) : eval()'d code:101) in /home/public_html/gallery/zp-core/index.php on line 117 header called from include (index.php [117]) from index.php [15] {12515:Thu, 03 Oct 2013 06:00:28 GMT} WARNING: Cannot modify header information - headers already sent by (output started at /home/public_html/gallery/zp-core/functions-basic.php(113) : eval()'d code:101) in /home/public_html/gallery/zp-core/index.php on line 118 header called from include (index.php [118]) from index.php [15] {12515:Thu, 03 Oct 2013 06:00:28 GMT} WARNING: Cannot modify header information - headers already sent by (output started at /home/public_html/gallery/zp-core/functions-basic.php(113) : eval()'d code:101) in /home/public_html/gallery/zp-core/index.php on line 119 header called from include (index.php [119]) from index.php [15] {12515:Thu, 03 Oct 2013 06:00:28 GMT} WARNING: Cannot modify header information - headers already sent by (output started at /home/public_html/gallery/zp-core/functions-basic.php(113) : eval()'d code:101) in /home/public_html/gallery/zp-core/index.php on line 120 header called from include (index.php [120]) from index.php [15]
Sorry about the trip post :/
Please take a look at the root index.php file. Is there possibly a blank first line? That should not be there or a blank line after the closing ?> statement at the end?
If so somehow your index file got corrupted. Try a reupload of that file. Otherwise I have no idea.
Quote:When did we switch to storing serialized data for the album info?
Not sure what you are referencing here. If it is text fields in the album, they have always had the possibility of being serialized arrays since we have allowed multi-lingual handling.
BTW, none of the errors you have shown would impact the back-end.
Okay, I've never seen the text fields be serialized until recently. My site is one language (English) and it always just put the text in plain text. Now it's encoded and said en_US which makes sense when you talk about multi-lingual handling (and is BRILLIANT by the way!) but I don't remember ever turning it on