2013-07-12, 18:25:31
(2013-07-10, 02:38:18)Thomas Helzle Wrote: I currently build a new website for myself (only local so far) and I am getting the following error:
( ! ) Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\Web\UwAmp\www\GetSimpleCMS\admin\inc\basic.php on line 562
Call Stack
# Time Memory Function Location
1 0.0003 170576 {main}( ) ..\index.php:0
2 0.0502 2166984 exec_action( ) ..\index.php:113
3 0.0502 2167016 call_user_func_array ( ) ..\plugin_functions.php:252
4 0.0502 2167112 sb_action_cron( ) ..\plugin_functions.php:252
5 0.0502 2167128 sb_cron( ) ..\simplebackups.php:41
6 0.0502 2167280 sb_log_debug( ) ..\cron.php:3
7 0.0502 2167360 sb_log( ) ..\log.php:19
8 0.0502 2167440 sb_load_thing( ) ..\log.php:3
9 0.0474 2153352 sb_load_xml_file( ) ..\data.php:18
10 0.0481 2181584 sb_log_warning( ) ..\data.php:63
11 0.0481 2181632 sb_log( ) ..\log.php:27
12 0.0481 2181680 sb_load_thing( ) ..\log.php:3
... those 4 rows then continue endlessly.
Now I went to the script the error mentioned and found that it is part of the GSCMS installation but deals with i18n, so I thought I ask here if this rings any bells. I am not very good (yet) at php debugging but maybe somebody here has a hint what I should look for?
Sorry for the noise, it has been some incompatibility with another plugin it seems. I disabled everything I don't need and now it works again.
Cheers,
Tom