Jump to:

17488 Posts in 4473 Topics by 1978 members

Archive

SilverStripe Forums » Archive » How to install on a server running on port 8080

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

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, simon_w

Page: 1
Go to End
Author Topic: 2051 Views
  • zehninguem
    Avatar
    Community Member
    3 Posts

    How to install on a server running on port 8080 Link to this post

    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

  • Anonymous user
    Avatar
    Community Member
    1 Post

    Re: How to install on a server running on port 8080 Link to this post

    Hi.

    I´ve with SilverStripe2 running on port 8080.

    Linux
    Apache 2.2.3
    Selinux enforcing
    PHP 5.1.6
    MySQL 5.0.27
    Pear 1.4.9 and Pear DB 1.7.6 "stables"

    I had many problems in the installation:
    Pear packages ( DB), mod_rewrite and directives apache.
    But now is working 100%. ; -)

    You can try :

    Alias /silverstripe "/my_directory/silverstripe/"

    <Directory "/my_directory/silverstripe">
    Options ALL
    AllowOverride ALL
    Order allow,deny
    Allow from ALL
    </Directory>

    Regards

  • zehninguem
    Avatar
    Community Member
    3 Posts

    Re: How to install on a server running on port 8080 Link to this post

    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

  • Anonymous user
    Avatar
    Community Member
    1 Post

    Re: How to install on a server running on port 8080 Link to this post

    Me too :* (

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

    referer = ./silver/jsparty/greybox/loader_frame.html

    For me this is one bug. I go to read in the other topics to be certain on this error. I do not obtain to edit the user and the screen remains clean.

    Sorry, I cannot fix this problem, only the desenvolvedores of silverstripe. ; )

    ** Pt-BR

    Eu também.

    Para mim isso é um bug. Vou ler outros tópicos para ter certeza sobre o erro.
    Eu não consigo editar usuário e a janela permanece limpa.
    Desculpe, eu não consigo corrigir este problema, sommente os desenvolvedores do silverstripe.

    : P

  • Ingo
    Avatar
    Forum Moderator
    787 Posts

    Re: How to install on a server running on port 8080 Link to this post

    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

    2051 Views
Page: 1
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.