I have installed the latest cTools & Panels and after enabling delegator can no longer view the modules screen
( ! ) Fatal error: Unsupported operand types in C:\xampp\htdocs\civi\sites\all\modules\ctools\includes\plugins.inc on line 207
Call Stack
# Time Memory Function Location
1 0.0014 65696 {main}( ) ..\index.php:0
2 1.4861 23262672 theme( ) ..\index.php:36
3 1.4868 23266336 call_user_func_array ( ) ..\theme.inc:658
4 1.4868 23266336 template_preprocess_page( ) ..\theme.inc:0
5 1.8524 23889376 theme( ) ..\theme.inc:1831
6 1.8525 23892120 call_user_func_array ( ) ..\theme.inc:617
7 1.8525 23892120 theme_closure( ) ..\theme.inc:0
8 1.8525 23892120 module_invoke_all( ) ..\theme.inc:1565
9 1.8553 23892688 call_user_func_array ( ) ..\module.inc:471
10 1.8553 23892688 admin_menu_footer( ) ..\module.inc:0
11 1.8590 24027904 _admin_menu_rebuild_links( ) ..\admin_menu.module:145
12 1.8590 24028944 menu_router_build( ) ..\admin_menu.inc:9
13 1.9512 25307128 call_user_func ( ) ..\menu.inc:1694
14 1.9523 25307128 delegator_menu( ) ..\menu.inc:0
15 2.0113 26018272 delegator_get_task_handler_plugins( ) ..\delegator.module:113
16 2.0113 26018856 delegator_get_task_handlers( ) ..\delegator.module:545
17 2.0113 26018856 ctools_get_plugins( ) ..\delegator.module:524
18 2.0141 26020680 ctools_plugin_load_includes( ) ..\plugins.inc:70
19 2.0242 26151144 ctools_plugin_process( ) ..\plugins.inc:124
I can not see an error in the apache log.
Comments
Comment #1
merlinofchaos commentedInteresting. The line numbers in that readout do not match the line numbers I have in the file.
Can you look in ctools/includes/plugins.inc and see what line 170 says in your version? In my version it's a } which isn't very helpful. If your version is different than that it might mean some kind of corrupted install? I dunno tho.
Comment #2
eileenmcnaughton commentedOK - I looked again and found a different version so that must be the problem
Thank you
Comment #3
merlinofchaos commentedSo is this issue fixed then?