21288 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 238 Views |
-
injector error SS3

31 October 2012 at 4:49am
I am getting this error pop up in the top RHS in the admin...
Error at line 819 of /var/sites/s/safaridev.co.uk/public_html/framework/control/injector/Injector.php
How on earth do i debug that?
-
Re: injector error SS3

2 November 2012 at 9:36pm
unforgeable yes! It just comes up in a tiny black box top right of the admin screen, then will not load the target page.
-
Re: injector error SS3

2 November 2012 at 10:11pm
Open the CMS in firefox, open firebug, click the console tab and then click the link. The more detailed error should be logged in the console
-
Re: injector error SS3

24 January 2013 at 8:37am Last edited: 24 January 2013 8:38am
Look in your Classes for:
static $allowed_children = array(
'none'
);it have to be:
static $allowed_children = 'none';
or the Class you reference in $allowed_children doesn't exist.
This causes the error.....
| 238 Views | ||
|
Page:
1
|
Go to Top |




