We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Are we talking about this: http://symphonyextensions.com/extensions/sections_event/?
Sorry, something went wrong.
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.
— 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?
require_once(EXTENSIONS . '/subsectionmanager/extension.driver.php');
That fixed it!
No branches or pull requests
When trying to submit on the frontend:
The data is actually saved though.
The text was updated successfully, but these errors were encountered: