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
Symphony Fatal Error: Could not find Field at /field..php. If it was provided by an Extension, ensure that it is installed, and enabled.
An error occurred in /srv/www/dev5.eyes-down.net/public_html/symphony/lib/toolkit/class.fieldmanager.php around line 524
519 if(!isset(self::$_pool[$type])){
520 $classname = self::__getClassName($type);
521 $path = self::__getDriverPath($type);
522
523 if(!file_exists($path)){
524 throw new Exception(
525 __('Could not find Field %1$s at %2$s.', array('<code>' . $type . '</code>', '<code>' . $path . '</code>'))
526 . ' ' . __('If it was provided by an Extension, ensure that it is installed, and enabled.')
527 );
528 }
I am using a fresh install of Symphony 2.3 with these extensions:
Cross-Site Scripting (XSS) Filter 1.1.1
Custom Field Captions 0.3.3
Date and Time 3.0.4
Debug Devkit 1.2.2
Export Ensemble 2.0.1
HTML5 Doctype 1.2.5
Just In Time (JIT) Image Manipulation 1.15
Maintenance Mode 1.6
Markdown Text Formatter 1.14
Order Entries 1.10.1
Profile Devkit 1.1
Publish Tabs 1.1.2
Select Box Link Field 1.23
Static Section 1.6.1
Subsection Manager 3.0beta2
URL Router 2.0.1
Unique Upload Field 1.7
The section I'm trying to create contains 2 text inputs, one text area (Markdown Extra flavour) and a Unique File Upload. If I delete these fields and try and save after deleting each, I still get the error, right down to the last text input. When I delete the last text input, it works fine.
Next I re-added the fields and the section saved no problem. This is the first section in the installation.
Please let me know if you need more info.
The text was updated successfully, but these errors were encountered:
You're right. When disabled the error goes away. I re-enabled it and got the error. If I'm quick, and add the field and save the section before the CFC field is rendered, it works.
If I were you I'd get in touch with that extension developer and give them a piece of your mind!
As discussed in http://getsymphony.com/discuss/thread/90996/1 when creating a section I got this error:
I am using a fresh install of Symphony 2.3 with these extensions:
Cross-Site Scripting (XSS) Filter 1.1.1
Custom Field Captions 0.3.3
Date and Time 3.0.4
Debug Devkit 1.2.2
Export Ensemble 2.0.1
HTML5 Doctype 1.2.5
Just In Time (JIT) Image Manipulation 1.15
Maintenance Mode 1.6
Markdown Text Formatter 1.14
Order Entries 1.10.1
Profile Devkit 1.1
Publish Tabs 1.1.2
Select Box Link Field 1.23
Static Section 1.6.1
Subsection Manager 3.0beta2
URL Router 2.0.1
Unique Upload Field 1.7
The section I'm trying to create contains 2 text inputs, one text area (Markdown Extra flavour) and a Unique File Upload. If I delete these fields and try and save after deleting each, I still get the error, right down to the last text input. When I delete the last text input, it works fine.
Next I re-added the fields and the section saved no problem. This is the first section in the installation.
Please let me know if you need more info.
The text was updated successfully, but these errors were encountered: