Zenpage problem after update content page

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.

Comments

  • acrylian Administrator, Developer
    What do you get if you use `echo getPageContent()` direclty?
  • 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
  • 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/ )
  • So probably an error being generated somewhere. Check your logs.
  • On the debog log, it's write:

    {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]

  • 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 ;-)
  • Your error indicates a problem with the data stored. Most likely it is larger than the storage container in the database.
  • This bogue exists always:

    {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]

Sign In or Register to comment.