subsectionmanager
subsectionmanager copied to clipboard
Error when used with sections_event
When trying to submit on the frontend:
Fatal error: Class 'extension_subsectionmanager' not found in /xxx/extensions/subsectionmanager/fields/field.subsectionmanager.php on line 696
The data is actually saved though.
Are we talking about this: http://symphonyextensions.com/extensions/sections_event/?
Yep
Sep 28, 2013 0:38 Nils Hörrmann [email protected] 작성:
Are we talking about this: http://symphonyextensions.com/extensions/sections_event/?
— Reply to this email directly or view it on GitHub.
What happens if you add require_once(EXTENSIONS . '/subsectionmanager/extension.driver.php');
right after this line, https://github.com/hananils/subsectionmanager/blob/master/fields/field.subsectionmanager.php#L11?
That fixed it!