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

2.3 - Fatal Error: Could not find Field at /field..php #1401

Closed
stuartgpalmer opened this issue Aug 6, 2012 · 3 comments
Closed

2.3 - Fatal Error: Could not find Field at /field..php #1401

stuartgpalmer opened this issue Aug 6, 2012 · 3 comments

Comments

@stuartgpalmer
Copy link

As discussed in http://getsymphony.com/discuss/thread/90996/1 when creating a section I got this error:

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.

@brendo
Copy link
Member

brendo commented Aug 6, 2012

So this occurs when trying to create a new section with those fields (2 inputs, textarea, unique file)?

Can you disable Custom Field Captions and Static Section and try to repeat the error. I have a feeling this is a Custom Field Captions bug...

@stuartgpalmer
Copy link
Author

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!

@brendo
Copy link
Member

brendo commented Aug 6, 2012

I shall, closing issue as it's not a core issue. Have opened #13 on CFC.

@brendo brendo closed this as completed Aug 6, 2012
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