subsectionmanager icon indicating copy to clipboard operation
subsectionmanager copied to clipboard

Subsection Manager causes an error with Elastic Search extension...

Open bzerangue opened this issue 10 years ago • 1 comments

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

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

Very similar to this error.

I am running Symphony 2.3.3 and Subsection Manager 3.5.1

Do you know what could be causing this problem?

bzerangue avatar Oct 30 '13 02:10 bzerangue

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?

bzerangue avatar Oct 30 '13 04:10 bzerangue