GetSimple Support Forum

Full Version: info on page tab missing in admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Under the pages tab in the admin, it's blank. None of the pages show up. They were there this morning, but now missing.

Please help!
check health check ?
what verison ?
debug mode on ?

http://get-simple.info/forums/showthread.php?tid=6830
(2015-01-10, 05:38:03)shawn_a Wrote: [ -> ]check health check ?
what verison ?
debug mode on ?

http://get-simple.info/forums/showthread.php?tid=6830

It's the latest version. Not sure what check health check is. Where is the debug mode found?

Sorry, new to GS!
read the sticky i just linked
(2015-01-10, 05:45:38)pernad01 Wrote: [ -> ]
(2015-01-10, 05:38:03)shawn_a Wrote: [ -> ]check health check ?
what verison ?
debug mode on ?

http://get-simple.info/forums/showthread.php?tid=6830

It's the latest version. Not sure what check health check is. Where is the debug mode found?

Sorry, new to GS!
enabled debugger and it came up with this error message:
Fatal error: Maximum execution time of 30 seconds exceeded in /Applications/MAMP/htdocs/plugins/i18n_base/pages.php on line 87

I looked at line 87 and this is the line:
$sort = sprintf('%03d',$p['menuOrder']).$p['title'].' '.$sort;

This is over my head. Any help would be appreciated!
sounds like i18n pages generation is stuck in a loop
probably a child is its own parent or cyclical parent child relationship.

What did you change ?

you can try disabling i18n plugin and see if you get your page listing back.
else you might have to goto backups and revert the last page backup

if you know what you changed you can manually edit pages .xml file and remove the parent
(2015-01-10, 06:42:51)shawn_a Wrote: [ -> ]sounds like i18n pages generation is stuck in a loop
probably a child is its own parent or cyclical parent child relationship.

What did you change ?

you can try disabling i18n plugin and see if you get your page listing back.
else you might have to goto backups and revert the last page backup

if you know what you changed you can manually edit pages .xml file and remove the parent

Thanks for your help! I disabled the plugin and sure enough, my pages showed up.
maybe now you can find which page is messed up

usually its a page that has itself as its own parent.
or a childs parent has the child as parent.
or if one of your pages is missing from the list entirely it is probably the culprit.

The fastest way to find these is to check page cache using the data/other/pages.xml file or the cache info plugin