[SOLVED] Blank page after moving CMSMS to new server

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.
Milhaus

Re: Blank page after moving CMSMS to new server

Post 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...
alby

Re: Blank page after moving CMSMS to new server

Post 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
Milhaus

Re: Blank page after moving CMSMS to new server

Post by Milhaus »

I tried it - you can see the result at: http://spolek.sci.muni.cz/new/install. Same as last time.

Milhaus
Pierre M.

Re: Blank page after moving CMSMS to new server

Post by Pierre M. »

alby wrote:

Code: Select all

# grep -r "tohle" *
#
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.
alby

Re: Blank page after moving CMSMS to new server

Post by alby »

Milhaus wrote: I tried it - you can see the result at: http://spolek.sci.muni.cz/new/install. Same as last time.
Have you add debug code in install/index.php?

Alby
Milhaus

Re: Blank page after moving CMSMS to new server

Post by Milhaus »

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

Post 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.
Locked

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