ZenphotoCMS Forum
Zenpage problem after update content page - 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: Zenpage problem after update content page (/thread-10939.html)



Zenpage problem after update content page - hucste - 2013-03-23

Hello, onto my zenphoto gallery, i've this problem:

I've update the content of one page ; and after click on the button 'Apply', nothing is displaying on the webpage.

http://zenphoto.dev.stephane-huc.net/pages/ZenPaypal-Plugin

It's a multilinguage page... EN and FR.

This problem not exists on others pages.

I explain:

In this zenpage script pages.php modified, for my plugin zengeshi, i call your getPageContent() function. In this case, after updated my content to publy and inform the new version of zenpaypal, no content is displaying because the return of function is empty ; but the content is in database.
I've pasted the content value on http://paste.ubuntu.com/5640102/

I've attempting to modify others pages, and result not problem.

I don't know the reasons.




Zenpage problem after update content page - acrylian - 2013-03-23

What do you get if you use echo getPageContent() direclty?




Zenpage problem after update content page - hucste - 2013-03-23

Nothing!
And if i use: var_dump( getPageContent() );
return: string(0) ""

For you can see even that is really unique to this page, I left the var_dump () function enabled ... So surf on another internal page :p

i use the version: Zenphoto 1.4.4.3




Zenpage problem after update content page - hucste - 2013-03-23

I've same problem with page http://zenphoto.dev.stephane-huc.net/pages/zengeshi-plugin.

And other problem, on the administration panel, his content page is empty... but the content database is full.
(cf: http://paste.ubuntu.com/5640865/ )




Zenpage problem after update content page - sbillard - 2013-03-23

So probably an error being generated somewhere. Check your logs.




Zenpage problem after update content page - hucste - 2013-03-23

On the debog log, it's write:

Quote: {23193:Sat, 23 Mar 2013 18:13:39 GMT}

REMARQUE : unserialize(): Error at offset 2350 of 5469 bytes dans /srv/data/web/vhosts/zenphoto.dev.stephane-huc.net/htdocs/zp-core/admin-functions.php à la ligne 2407

unserialize called from print_language_string_list (admin-functions.php [2407])

from admin-edit.php [731]




Zenpage problem after update content page - hucste - 2013-03-23

I've resolving the problem of displaying content by recreate new page with same name link.

I open a new post for the bug onto panel admin ;-)




Zenpage problem after update content page - sbillard - 2013-03-23

Your error indicates a problem with the data stored. Most likely it is larger than the storage container in the database.




Zenpage problem after update content page - hucste - 2013-04-12

This bogue exists always:

Quote: {12214:Fri, 12 Apr 2013 06:28:07 GMT}

REMARQUE : unserialize(): Error at offset 9821 of 17861 bytes dans /srv/data/web/vhosts/zenphoto.dev.stephane-huc.net/htdocs/zp-core/admin-functions.php à la ligne 2407

unserialize called from print_language_string_list (admin-functions.php [2407])

from admin-edit.php [731]