Admin ignoring custom field types (assets, wysiwyg, et al)
We installed a version of fuel and installed the blog module to go with it but we're running into an issue where any admin module (including Pages) don't use the custom field types -- for example a textarea which shows up with a field type of "WYSIWYG" is rendering on the page as just a textarea. When I compare the loaded resources on this site versus a site we developed earlier it looks like there's a bunch of JS files missing. Has anyone run into this before and if so, what was/is the issue?
Comments
1. Are there any JS errors being reported in the console?
2. What JS files are missing?
3. Are you overwriting any of the fuel configuration $config['fuel_javascript'] values in your MY_fuel.php file?
2. What JS files are missing?
3. Are you overwriting any of the fuel configuration $config['fuel_javascript'] values in your MY_fuel.php file?
4. What URI path are you seeing these errors?
5. Do you have the 1.0 release (1.0.1 was released today BTW)