Page 2 of 2
Re: Blank page after moving CMSMS to new server
Posted: Tue Oct 09, 2007 8:05 pm
by Milhaus
I tried to clean install CMSMS 1.1.3.1 to another folder on this server. I wasn't able to do setup, because of blank page instead of first page of setup (with checks).
Thanks for your time,
Milhaus
BTW. It seems, that I can change most settings of the PHP through .htaccess files (expect safe_mode), so if you have any suggestion...
Re: Blank page after moving CMSMS to new server
Posted: Tue Oct 09, 2007 8:11 pm
by alby
Milhaus wrote:
I tried to clean install CMSMS 1.1.3.1 to another folder on this server. I wasn't able to do setup, because of blank page instead of first page of setup (with checks).
Thanks for your time,
Milhaus
BTW. It seems, that I can change most settings of the PHP through .htaccess files (expect safe_mode), so if you have any suggestion...
First run of install it's very simple (check presence of folder anche get php values).
Try to add this code in install/index.php
<?php
ini_set('dispaly_errors', true);
error_reporting(E_ALL);
#CMS - CMS Made Simple
Alby
Re: Blank page after moving CMSMS to new server
Posted: Tue Oct 09, 2007 9:37 pm
by Milhaus
I tried it - you can see the result at:
http://spolek.sci.muni.cz/new/install. Same as last time.
Milhaus
Re: Blank page after moving CMSMS to new server
Posted: Wed Oct 10, 2007 2:14 pm
by Pierre M.
alby wrote:
Nothing in CMSMS 1.1.4.1.
You have a module with this. Try a CLEAN install.
Alby
Alby is right. Your "tohle" isn't CMSms. Wipe out everything and try a clean install from scratch.
alby wrote:
EDIT: Pierre, where is this code? I lost something?
Pierre M. wrote:
You hadn't reported this :
Code: Select all
/home/www/www/spolek/beta/index.php :: 28 :: Undefined variable: tohle
I just hit /beta/index.php
When software debugging, only the first message matters.
Pierre M.
Re: Blank page after moving CMSMS to new server
Posted: Wed Oct 10, 2007 6:51 pm
by alby
Have you add debug code in install/index.php?
Alby
Re: Blank page after moving CMSMS to new server
Posted: Wed Oct 10, 2007 9:57 pm
by Milhaus
Yes, the debug code is there, but errors don't appear. Don't really know why

.
Milhaus
Re: Blank page after moving CMSMS to new server
Posted: Fri Oct 12, 2007 1:57 pm
by Milhaus
After consultation with server administrator, this problem is solved now. The problem was with server side save path for sessions and (probably) safe_mode in PHP. So, if you will run into similar problems, try to add something like:
Code: Select all
php_value session.save_path /your/path/to/folder
to your .htaccess file. Please ensure, that you have writing rights for that folder. If you can't change .htaccess, contact your server administrator.