Install process stops after step 1

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
bartek
New Member
New Member
Posts: 2
Joined: Sat Jan 10, 2009 10:14 pm

Install process stops after step 1

Post by bartek »

I.  I am installing CMCMS 1.5.1.
1. On first screen i selected en_US and pressed Submit.
2. On second screen i pressed Continue.

And afterwards i got screen saying "Thanks for installing CMS Made Simple
1.5.1 (San Juan)". After enabling debug i got "*Warning*: fsockopen() has been disabled for security reasons in */public_html/lib/test.functions.php* on line *1115*"
Is there a way to solve this (i cannot force provider to enable this function)?


II.  I tried to install CMSMS 1.4.1.
1. On first screen i selected en_US and pressed Submit.
And afterwards i got screen saying "Thanks for installing CMS Made Simple
1.4.1 (Spring Garden) ". After enabling debug i got "*Warning*: fopen() [function.fopen]: URL file-access is disabled in the server configuration in */public_html/lib/test.functions.php* on line *837*
*Warning*: fopen(http://dev.cmsmadesimple.org/latest_version.php) [function.fopen]: failed to open stream: no suitable wrapper could be found in */public_html/lib/test.functions.php* on line *837*
Is there a way to solve this (i cannot force provider to set "allow_url_fopen" on)?

Server Configuration:
Linux
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8c
Mysql 5
PHP Version 5.2.6
  allow_url_fopen Off
  Suhosin Extension 0.9.27
  suhosin.executor.func.blacklist system,dl,passthru,exec,shell_exec,popen,escapeshellcmd,escapeshellarg,fsockopen,pfsockopen,ini_alter,symlink,syslog,ftp_connect,link
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Install process stops after step 1

Post by Nullig »

You could try adding:

php_value allow_url_fopen 1

to the .htaccess file in your CMSMS directory.

Nullig
bartek
New Member
New Member
Posts: 2
Joined: Sat Jan 10, 2009 10:14 pm

Re: Install process stops after step 1

Post by bartek »

Nullig: since php 4.3.4 this parameter is only changeable in php.ini.
Thanx.

bartek
alby

Re: Install process stops after step 1

Post by alby »

Install 1.5.2
This param is Recommended and not Required

Alby
Locked

Return to “[locked] Installation, Setup and Upgrade”