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

How to install on a server running on port 8080


Go to End


3 Posts   3305 Views

Avatar
zehninguem

Community Member, 3 Posts

21 February 2007 at 5:28am

Hello,

I'm trying to install SilverStripe on a server (apache) running on port 8080 that has php 5 correctly installed (I'm able to run several php 5 programs). When I try to access te SilverStripe root directory to start the install I receive the following message :

No PHP Support

Before I can install SilverStripe 2, you must add PHP support to your webserver.

Thanks

Avatar
zehninguem

Community Member, 3 Posts

21 February 2007 at 10:57am

Thanks Andreas

I just got my problem, it was related to a .htaccess wrong directive.

Now I'm facing a problem when I'm trying to edit a Member (inside Security)

Fatal error: Call to a member function setPageLimits() on a non-object in ...\sapphire\forms\ComplexTableField.php on line 312

Cheers

Avatar
Ingo

Forum Moderator, 801 Posts

21 February 2007 at 1:24pm

Andrew fixed this about an hour after we built the installers from SVN.
You can fix this by deleting the sourceItems() function in cms/code/MemberTableField.php. This fix will be in 2.0.1 :)

See discussion at:
http://www.silverstripe.com/bugs/flat/246