subsectionmanager icon indicating copy to clipboard operation
subsectionmanager copied to clipboard

Error when used with sections_event

Open patrickyan opened this issue 11 years ago • 4 comments

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.

patrickyan avatar Sep 27 '13 12:09 patrickyan

Are we talking about this: http://symphonyextensions.com/extensions/sections_event/?

nilshoerrmann avatar Sep 28 '13 04:09 nilshoerrmann

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.

patrickyan avatar Sep 28 '13 11:09 patrickyan

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?

nilshoerrmann avatar Sep 28 '13 11:09 nilshoerrmann

That fixed it!

patrickyan avatar Sep 28 '13 12:09 patrickyan