I get this error (below) on a clean D& install, whenever I try to enable Sparql Views (both the dev and the 7.2.alpha3 versions). I saw something like this in connection with Filefile and Mollom, where somebody suggested this ----
"Following solution which I found work:

dmitry dot revenko at businessmedia dot ru 25-Sep-2009 12:28
Just hope this note helps someone (I killed the whole day on issue).

If you use something like this in PHP < 5.3:

 call_user_func_array(array($this, 'parent::func'), $args); 

Such a script will cause segmentation fault in your webserver.
In 5.3 you should write it:

 call_user_func_array('parent::func', $args); 

Source: http://php.net/manual/en/function.call-user-func-array.php

http://drupal.org/node/1107770#comment-4425060

I just don't know how to apply this to Sprql Views. Pls help.

( ! ) Fatal error: Maximum function nesting level of '100' reached, aborting! in ***\includes\bootstrap.inc on line 135
Call Stack
# Time Memory Function Location
1 0.0031 370544 {main}( ) ..\index.php:0
2 0.3786 21299272 menu_execute_active_handler( ) ..\index.php:21
3 0.3791 21300024 call_user_func_array ( ) ..\menu.inc:503
4 0.3792 21300160 node_page_default( ) ..\menu.inc:0
5 0.4028 21537840 drupal_add_feed( ) ..\node.module:2549
6 0.4029 21538744 theme( ) ..\common.inc:358
7 0.4029 21538744 theme_get_registry( ) ..\theme.inc:763
8 0.4029 21538776 call_user_func_array ( ) ..\theme.inc:248
9 0.4029 21539064 _theme_load_registry( ) ..\theme.inc:0
10 0.4038 21539096 _theme_build_registry( ) ..\theme.inc:289
11 1.0709 29812968 _theme_process_registry( ) ..\theme.inc:530
12 1.0709 29826744 views_theme( ) ..\theme.inc:384
13 1.0715 29830784 views_fetch_plugin_data( ) ..\views.module:90
14 1.0732 29859904 _views_fetch_plugin_data( ) ..\views.module:1156
15 1.1170 31319232 views_discover_plugins( ) ..\cache.inc:75
16 1.1176 31328096 entity_views_plugins( ) ..\plugins.inc:388
17 1.1176 31328096 views_fetch_data( ) ..\entity.views.inc:37
18 1.1176 31328192 _views_fetch_data( ) ..\views.module:1145
19 1.1189 31328624 module_invoke_all( ) ..\cache.inc:30
20 1.1373 31799120 call_user_func_array ( ) ..\module.inc:819
21 1.1373 31799256 sparql_views_views_data( ) ..\module.inc:0
22 1.1397 31801008 l( ) ..\sparql_views.views.inc:19
23 1.1397 31801384 theme_get_registry( ) ..\common.inc:2335
24 1.1397 31801416 call_user_func_array ( ) ..\theme.inc:248
25 1.1398 31801704 _theme_load_registry( ) ..\theme.inc:0
26 1.1405 31801736 _theme_build_registry( ) ..\theme.inc:289
27 1.3407 32041240 _theme_process_registry( ) ..\theme.inc:530
28 1.3408 32055016 views_theme( ) ..\theme.inc:384
29 1.3413 32059048 views_fetch_plugin_data( ) ..\views.module:90
30 1.3413 32059144 _views_fetch_plugin_data( ) ..\views.module:1156
31 1.3413 32059176 views_discover_plugins( ) ..\cache.inc:75
32 1.3416 32067168 entity_views_plugins( ) ..\plugins.inc:388
33 1.3416 32067168 views_fetch_data( ) ..\entity.views.inc:37
34 1.3416 32067264 _views_fetch_data( ) ..\views.module:1145
35 1.3429 32067384 module_invoke_all( ) ..\cache.inc:30
36 1.3525 32258976 call_user_func_array ( ) ..\module.inc:819
37 1.3525 32259112 sparql_views_views_data( ) ..\module.inc:0
38 1.3540 32259384 l( ) ..\sparql_views.views.inc:19
39 1.3540 32259760 theme_get_registry( ) ..\common.inc:2335
40 1.3540 32259792 call_user_func_array ( ) ..\theme.inc:248
41 1.3541 32260080 _theme_load_registry( ) ..\theme.inc:0
42 1.3547 32260112 _theme_build_registry( ) ..\theme.inc:289
43 1.5604 32499648 _theme_process_registry( ) ..\theme.inc:530
44 1.5604 32513424 views_theme( ) ..\theme.inc:384
45 1.5610 32517456 views_fetch_plugin_data( ) ..\views.module:90
46 1.5610 32517552 _views_fetch_plugin_data( ) ..\views.module:1156
47 1.5610 32517584 views_discover_plugins( ) ..\cache.inc:75
48 1.5613 32525576 entity_views_plugins( ) ..\plugins.inc:388
49 1.5613 32525576 views_fetch_data( ) ..\entity.views.inc:37
50 1.5613 32525672 _views_fetch_data( ) ..\views.module:1145
51 1.5625 32525792 module_invoke_all( ) ..\cache.inc:30
52 1.5712 32717384 call_user_func_array ( ) ..\module.inc:819
53 1.5712 32717520 sparql_views_views_data( ) ..\module.inc:0
54 1.5730 32717792 l( ) ..\sparql_views.views.inc:19
55 1.5730 32718168 theme_get_registry( ) ..\common.inc:2335
56 1.5730 32718200 call_user_func_array ( ) ..\theme.inc:248
57 1.5730 32718488 _theme_load_registry( ) ..\theme.inc:0
58 1.5739 32718520 _theme_build_registry( ) ..\theme.inc:289
59 1.7737 32958056 _theme_process_registry( ) ..\theme.inc:530
60 1.7738 32971832 views_theme( ) ..\theme.inc:384
61 1.7743 32975864 views_fetch_plugin_data( ) ..\views.module:90
62 1.7743 32975960 _views_fetch_plugin_data( ) ..\views.module:1156
63 1.7744 32975992 views_discover_plugins( ) ..\cache.inc:75
64 1.7746 32983984 entity_views_plugins( ) ..\plugins.inc:388
65 1.7746 32983984 views_fetch_data( ) ..\entity.views.inc:37
66 1.7746 32984080 _views_fetch_data( ) ..\views.module:1145
67 1.7761 32984200 module_invoke_all( ) ..\cache.inc:30
68 1.7846 33175792 call_user_func_array ( ) ..\module.inc:819
69 1.7846 33175928 sparql_views_views_data( ) ..\module.inc:0
70 1.7863 33176200 l( ) ..\sparql_views.views.inc:19
71 1.7863 33176576 theme_get_registry( ) ..\common.inc:2335
72 1.7863 33176608 call_user_func_array ( ) ..\theme.inc:248
73 1.7863 33176896 _theme_load_registry( ) ..\theme.inc:0
74 1.7870 33176928 _theme_build_registry( ) ..\theme.inc:289
75 2.0068 33416464 _theme_process_registry( ) ..\theme.inc:530
76 2.0068 33430240 views_theme( ) ..\theme.inc:384
77 2.0073 33434272 views_fetch_plugin_data( ) ..\views.module:90
78 2.0074 33434368 _views_fetch_plugin_data( ) ..\views.module:1156
79 2.0074 33434400 views_discover_plugins( ) ..\cache.inc:75
80 2.0078 33442392 entity_views_plugins( ) ..\plugins.inc:388
81 2.0078 33442392 views_fetch_data( ) ..\entity.views.inc:37
82 2.0078 33442488 _views_fetch_data( ) ..\views.module:1145
83 2.0092 33442608 module_invoke_all( ) ..\cache.inc:30
84 2.0179 33634200 call_user_func_array ( ) ..\module.inc:819
85 2.0179 33634336 sparql_views_views_data( ) ..\module.inc:0
86 2.0194 33634608 l( ) ..\sparql_views.views.inc:19
87 2.0194 33634984 theme_get_registry( ) ..\common.inc:2335
88 2.0194 33635016 call_user_func_array ( ) ..\theme.inc:248
89 2.0194 33635304 _theme_load_registry( ) ..\theme.inc:0
90 2.0201 33635336 _theme_build_registry( ) ..\theme.inc:289
91 2.2276 33874872 _theme_process_registry( ) ..\theme.inc:530
92 2.2276 33888648 views_theme( ) ..\theme.inc:384
93 2.2282 33892680 views_fetch_plugin_data( ) ..\views.module:90
94 2.2282 33892776 _views_fetch_plugin_data( ) ..\views.module:1156
95 2.2282 33892808 views_discover_plugins( ) ..\cache.inc:75
96 2.2285 33900800 entity_views_plugins( ) ..\plugins.inc:388
97 2.2286 33900800 views_fetch_data( ) ..\entity.views.inc:37
98 2.2286 33900896 _views_fetch_data( ) ..\views.module:1145
99 2.2286 33901016 views_cache_get( ) ..\cache.inc:23

Comments

Anonymous’s picture

Status: Active » Closed (duplicate)

You already posted this issue. Marking as duplicate.