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.

Archive /

Our old forums are still available as a read-only archive.

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

Force SS to only look along a certain path


Go to End


1417 Views

Avatar
ScottB

3 Posts

13 August 2007 at 10:54am

Edited: 13/08/2007 11:34am

The issue I'm having is that my Web host serves the content from a symlink and the home directory where the SS Files reside are in /home/sitename/public.

I want to ONLY have SS look for the files under /home/sitename/public , how can I do this?

Here's the error (only in the admin when logged in)

Fatal error: Class 'OptionsetField' not found in /home/account/sitename/public/sapphire/forms/HtmlEditorField.php on line 303

The rest of the files are being refreneced (via the manifest file) as /httpd/www/symlinks/domain/

If I append a ?flush=1 to the admin url the admin loads perfectly.