info on page tab missing in admin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: info on page tab missing in admin (/showthread.php?tid=7022) |
info on page tab missing in admin - pernad01 - 2015-01-10 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! RE: info on page tab missing in admin - shawn_a - 2015-01-10 check health check ? what verison ? debug mode on ? http://get-simple.info/forums/showthread.php?tid=6830 RE: info on page tab missing in admin - pernad01 - 2015-01-10 (2015-01-10, 05:38:03)shawn_a Wrote: check health check ? It's the latest version. Not sure what check health check is. Where is the debug mode found? Sorry, new to GS! RE: info on page tab missing in admin - shawn_a - 2015-01-10 read the sticky i just linked RE: info on page tab missing in admin - pernad01 - 2015-01-10 (2015-01-10, 05:45:38)pernad01 Wrote:enabled debugger and it came up with this error message:(2015-01-10, 05:38:03)shawn_a Wrote: check health check ? 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! RE: info on page tab missing in admin - shawn_a - 2015-01-10 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 RE: info on page tab missing in admin - pernad01 - 2015-01-10 (2015-01-10, 06:42:51)shawn_a Wrote: sounds like i18n pages generation is stuck in a loop Thanks for your help! I disabled the plugin and sure enough, my pages showed up. RE: info on page tab missing in admin - shawn_a - 2015-01-10 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 |