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...
[SOLVED] Blank page after moving CMSMS to new server
Re: Blank page after moving CMSMS to new server
First run of install it's very simple (check presence of folder anche get php values).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...
Try to add this code in install/index.php
Alby<?php
ini_set('dispaly_errors', true);
error_reporting(E_ALL);
#CMS - CMS Made Simple
Re: Blank page after moving CMSMS to new server
I tried it - you can see the result at: http://spolek.sci.muni.cz/new/install. Same as last time.
Milhaus
Milhaus
Re: Blank page after moving CMSMS to new server
Alby is right. Your "tohle" isn't CMSms. Wipe out everything and try a clean install from scratch.alby wrote:Nothing in CMSMS 1.1.4.1.Code: Select all
# grep -r "tohle" * #
You have a module with this. Try a CLEAN install.
Alby
I just hit /beta/index.phpalby 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
When software debugging, only the first message matters.
Pierre M.
Re: Blank page after moving CMSMS to new server
Have you add debug code in install/index.php?Milhaus wrote: I tried it - you can see the result at: http://spolek.sci.muni.cz/new/install. Same as last time.
Alby
Re: Blank page after moving CMSMS to new server
Yes, the debug code is there, but errors don't appear. Don't really know why
.
Milhaus

Milhaus
Re: Blank page after moving CMSMS to new server
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:
to your .htaccess file. Please ensure, that you have writing rights for that folder. If you can't change .htaccess, contact your server administrator.
Code: Select all
php_value session.save_path /your/path/to/folder