You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
See http://symphony-cms.com/discuss/thread/85237/2/#position-23
Could be that fields need to be instantiated properly first?
The text was updated successfully, but these errors were encountered: