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.

Hosting Requirements /

What you need to consider when choosing a hosting provider and plan.

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

Updating/ Modifying Hosting Permissions - HostPapa


Go to End


2 Posts   2862 Views

Avatar
greenpea

Community Member, 19 Posts

19 December 2011 at 9:27pm

Edited: 19/12/2011 9:27pm

Hi,

I'm hosting SilverStripe 2.4.5 with HostPapa running PHP 5.3.8.

I get the following error when running dev/build or ?flush=all:

Deprecated: Function ereg_replace() is deprecated in /home/.../public_html/sapphire/core/ManifestBuilder.php on line 310

Hostpapa has suggested I modify the file permissions within Cpanel. I'm not sure what to update.. any help is appreciated.

Note: I also had some initial hosting problems which were resolved by setting the server requirements to match http://www.silverstripe.org/system-requirements/

Avatar
Plato Creative

Community Member, 26 Posts

24 January 2012 at 10:42am

It is correct. The function is deprecated, however unfortunately the patch has been put off for the SSViewer rewrite in SS3.
You basically have to just suppress the warning, the function still works.