17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2051 Views |
-
How to install on a server running on port 8080

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
-
Re: How to install on a server running on port 8080

21 February 2007 at 10:28am Last edited: 21 February 2007 10:30am
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
-
Re: How to install on a server running on port 8080

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
-
Re: How to install on a server running on port 8080

21 February 2007 at 1:05pm
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
-
Re: How to install on a server running on port 8080

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
| 2051 Views | ||
|
Page:
1
|
Go to Top |


