Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Fatal error: Class 'ShortcodeParser' not found


Go to End


3 Posts   2078 Views

Avatar
RehcaB

Community Member, 2 Posts

20 September 2011 at 9:29pm

Hi,

I have a problem with the ShortcodeParser.
After I habe cleaned up all permissions errors this error is showing up.

Fatal error: Class 'ShortcodeParser' not found in /var/www/SilverStripe-v2.4.5/sapphire/_config.php on line 41

In the parsers directory I've set all permissions to read an execute. Is there something I'm missing?

Nice regards
RehcaB

Avatar
Willr

Forum Moderator, 5523 Posts

21 September 2011 at 5:07pm

Make sure you have a ShortcodeParser.php file in sapphire/parsers/. Make sure you've done a ?flush=1 to rebuild the manifest.

Avatar
RehcaB

Community Member, 2 Posts

22 September 2011 at 10:41pm

The files were all there. It was mostly a permission problem.

Thanks alot for the tip with ?flush=1. This helped me out :)