ZenphotoCMS Forum
zenpage bug creating 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 bug creating page (/thread-10941.html)



zenpage bug creating page - hucste - 2013-03-23

Hello, I've a bogue after creating page on administration panel with zenpage. After click on the button 'Apply', the content isn't displaying ... but on the database, the content is full!

Zenphoto 1.4.4.3

To see the problem, on image: http://zenphoto.dev.stephane-huc.net/uploaded/img/zenphoto_bug_onto_pages_admin.png
and the db: http://zenphoto.dev.stephane-huc.net/uploaded/img/zenphoto_phpmyadmin_pages.png

An idea?




zenpage bug creating page - acrylian - 2013-03-23

We will try to reproduce it. It would be good if you could open a ticket on our bug tracker.




zenpage bug creating page - hucste - 2013-03-23

https://github.com/zenphoto/zenphoto/issues/300 ;-)




zenpage bug creating page - hucste - 2013-04-12

With Zenphoto 1.4.4.4s [121605f7d7], this problem exists always!




zenpage bug creating page - acrylian - 2013-04-12

Then you need to look for errors regarding your database. DId you try the support build before the release? THis is what you should have done as we otherwise consider it fixed .

We didn't encounter any issues ourselves. Since articles and pages are bascially the same setup we would as some of our tutorials are quite long.

But feel free to re-open the ticket if you have new information.




zenpage bug creating page - hucste - 2013-04-12

Do you want: http://zenphoto.dev.stephane-huc.net/uploaded/backup-2013_04_12-12_46_33.zdb
?




zenpage bug creating page - acrylian - 2013-04-12

No, not the database backup. You still get the same errors or new ones in your logs?




zenpage bug creating page - hucste - 2013-04-12

I've same error ... blank page in admin panel!
Those bogue is not resolved.




zenpage bug creating page - acrylian - 2013-04-12

I would guess that your database field has not been change by setup. THe field should now allow a higher amount of content. Hm, I will have to pass this to sbillard.




zenpage bug creating page - sbillard - 2013-04-12

Any corrupt data from before the field was expanded will still be corrupt--no way to correct truncated data.

Did you look at your database tables to see if the fields have been changed to LONGTEXT? If they have not been changed then you will need to run setup with the debug option and look for the statements that make the change and see why they failed.




zenpage bug creating page - hucste - 2013-04-13

1/ The type content is 'LONGTEXT'.
2/ And how setup with debug option?




zenpage bug creating page - sbillard - 2013-04-13

Since the type for contents is "LONGTEXT" everything has worked correctly, no need to debug setup. The database field size is not the issue (of if it is, there is nothing that can be done since this is the biggest field available.)




zenpage bug creating page - hucste - 2013-04-13

And?
I stay with my inability to read what is written on the page, or modify-it, because the text in field context isn't displaying, this is-it?
Really, you believe that's work correctly, although the page appears blank?

I'm not trying to attack you ... but I am surprised!

Ok, i've understand that field size is not the issue!
Where is-it? What can be the cause?




zenpage bug creating page - sbillard - 2013-04-13

What I said, if you read it, is that the problem with the database size is solved and working for you. BUT I also said that any data from before the fix that was corrupted will still be corrupted--there is no fix possible for that, we cannot recreate what is no longer there.

Beyond that, you have not indicated what (if any) error you are getting now. So we can only presume that the data is still corrupted.