Page 1 of 1

Installation stops on step 2

Posted: Sat Jun 20, 2009 5:46 pm
by BeToSee
installation stops on step 2 -
firefox says "ready" - blank page without any messages -
i just can see the number of the steps ...

i am installing on bplaced.net as provider - which was recommended as tikiwiki friendly on the German
tikiwiki page ... so should be all right for CMS also ?!

.md5 check said all files ok
chmod the directories (without content) to 777 as stated in the installation guidelines

and now ???

(i did this once before on a different provider - there everything went well)

Re: Installation stops on step 2

Posted: Sat Jun 20, 2009 6:59 pm
by reneh
I don't know that causes this problem.....
but some hosts don't allow you to set 777 on folders. You must usualy then use 755 on these hosts....

Re: Installation stops on step 2

Posted: Sat Jun 20, 2009 8:08 pm
by alby
BeToSee wrote: installation stops on step 2 -
firefox says "ready" - blank page without any messages -
i just can see the number of the steps ...
Try with install/index.php?debug=1

Alby

Re: Installation stops on step 2

Posted: Sat Jun 20, 2009 8:55 pm
by BeToSee
this comes out, when trying with "debug"

Notice: Undefined variable: errno in /users/nierika/www/CMS/lib/test.functions.php on line 1115

Notice: Undefined variable: errstr in /users/nierika/www/CMS/lib/test.functions.php on line 1115

Warning: fsockopen() has been disabled for security reasons in /users/nierika/www/CMS/lib/test.functions.php on line 1115

Warning: fwrite(): supplied argument is not a valid stream resource in /users/nierika/www/CMS/lib/test.functions.php on line 1124

Fatal error: Call to undefined function stream_set_blocking() in /users/nierika/www/CMS/lib/test.functions.php on line 1125

@reneh: i tried 755 - same story

Re: Installation stops on step 2

Posted: Sat Jun 20, 2009 9:04 pm
by alby
BeToSee wrote: this comes out, when trying with "debug"

Notice: Undefined variable: errno in /users/nierika/www/CMS/lib/test.functions.php on line 1115

Notice: Undefined variable: errstr in /users/nierika/www/CMS/lib/test.functions.php on line 1115

Warning: fsockopen() has been disabled for security reasons in /users/nierika/www/CMS/lib/test.functions.php on line 1115

Warning: fwrite(): supplied argument is not a valid stream resource in /users/nierika/www/CMS/lib/test.functions.php on line 1124

Fatal error: Call to undefined function stream_set_blocking() in /users/nierika/www/CMS/lib/test.functions.php on line 1125

@reneh: i tried 755 - same story
Please try to comment #115 of  install/lib/classes/CMSInstallPage2.class.php
put this char in front #
# $settings['recommended'][] = testRemoteFile(0, lang('test_remote_url'), '', lang('test_remote_url_failed'), $this->debug);
Alby

Re: Installation stops on step 2

Posted: Sat Jun 20, 2009 9:18 pm
by BeToSee
well - this does it - i hope this wasnt an important function that
i put in comment -

thank you very much for your speedy help -

theres some minor things (yelllow !s) left in the php-settings -
i will see if it works out without more help

thanx again

Re: Installation stops on step 2

Posted: Sat Jun 20, 2009 9:20 pm
by alby
BeToSee wrote: well - this does it - i hope this wasnt an important function that
i put in comment -
That function is necessary for module installation via ModuleManager, check for update, ...
It's not required but reccomanded

Alby

Re: Installation stops on step 2

Posted: Mon Jun 22, 2009 11:12 am
by Pierre M.
Shall we conclude that this hosting plan is CMSms 1.5.4 UNcompatible ?

Pierre M.