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


Go to End


2 Posts   1151 Views

Avatar
Cameron B.

Community Member, 3 Posts

9 August 2013 at 10:18am

I'm trying to migrate my site to another server and when I got everything imported into the database, changed the /mysite/_config.php file, and moved over the files I get this error message, "Fatal error: Class 'extSearchable' not found in /home/morethanfire/epd.regimentdesign.com/mysite/_config.php on line 30." I have been unsuccessful in getting fixed.

Is there something I may have missed?

Cameron Brewer

Avatar
Sean

Forum Moderator, 922 Posts

9 August 2013 at 11:40am

I'm not sure what extSearchable is, but I assume it's a piece of custom code. Does this class exist in one of your files?
Linux is case sensitive when it comes to names of things, so class "EXTSearchable" does not equal "extSearchable", for example. Might be one thing to check.