Skip to content
New issue

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

Class missing when generating SSM XML #3

Open
nickdunn opened this issue Mar 26, 2012 · 2 comments
Open

Class missing when generating SSM XML #3

nickdunn opened this issue Mar 26, 2012 · 2 comments

Comments

@nickdunn
Copy link
Owner

See http://symphony-cms.com/discuss/thread/85237/2/#position-23

Could be that fields need to be instantiated properly first?

@bzerangue
Copy link

I am running across the same issue.

When I set 'build-entry-xml' => 'yes', it generates the following error...

Fatal error: Class 'extension_subsectionmanager' not found in /Repositories/pcpc/extensions/subsectionmanager/fields/field.subsectionmanager.php on line 696

I am running Symphony 2.3.3 and Subsection Manager 3.5.1

@bzerangue
Copy link

OK. This seems to fix the issue...

Add require_once(EXTENSIONS . '/subsectionmanager/extension.driver.php'); at the top of the class.subsectionmanager.php. Do you know if this would cause issues elsewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants