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
Install process stops after step 1
Re: Install process stops after step 1
You could try adding:
php_value allow_url_fopen 1
to the .htaccess file in your CMSMS directory.
Nullig
php_value allow_url_fopen 1
to the .htaccess file in your CMSMS directory.
Nullig
Re: Install process stops after step 1
Nullig: since php 4.3.4 this parameter is only changeable in php.ini.
Thanx.
bartek
Thanx.
bartek
Re: Install process stops after step 1
Install 1.5.2
This param is Recommended and not Required
Alby
This param is Recommended and not Required
Alby