[Solved]I get blank page in install process ?! Need Help

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.
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

[Solved]I get blank page in install process ?! Need Help

Post by Fox Mind »

Hi Every Body,,

I Download CMS gust yestarday and i play on it in my local host and i design a theme ,,,, very flexable cms

after finish my modification in local host i upload it in my website more than 4 times in diffrent category and i set the Permissions

but when i try to install it i got blank page even when i try to install/index.php?debug=1 i got blank page

www.quick-hands.com/cms/install/

can any one help please ?

Cuz i don't know where is the problem .
Last edited by Fox Mind on Sat Oct 31, 2009 7:07 pm, edited 1 time in total.
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

note : i upload a fresh core file i downloaded from CMS whic i did not any modifaction and it's different from the local host
Peciura

Re: I get blank page in install process ?! Need Help

Post by Peciura »

Only thing i see at www.quick-hands.com/cms/ is "cmsmadesimple-1.6.6-full.tar.gz".  ???
First you have to untar it on server or if you have ftp access only - extract archive on your local machine and just then upload them all over ftp (in this case it will take some time but its only proper way to do it).
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

thnx for reply, I gust try uplode it once again. and seems that u check the directrory the uploade in progress  ..


Can u check it again... the problem is still ....

I Want to install it pleas.

note: The website run under my own VPS
replytomk3

Re: I get blank page in install process ?! Need Help

Post by replytomk3 »

Download cmsms installation file
Go into hosting control panel file manager and uncompress the file (or uncompress on your computer, and ftp all files to server, slow and not recommended)
run /install

If you cannot do this then much more handholding is required either from your hosting support or clearly formulated questions on this forum.
Peciura

Re: I get blank page in install process ?! Need Help

Post by Peciura »

It looks like server is calling "index.html" first instead of "index.php".
Delete "index.html" files from directories "/cms/" and "/cms/install/".
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

Peciura wrote: It looks like server is calling "index.html" first instead of "index.php".
Delete "index.html" files from directories "/cms/" and "/cms/install/".
thnx for reply bro , but there is not html ext. in the main and install directories ....

:'(
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

replytomk3 wrote: Download cmsms installation file
Go into hosting control panel file manager and uncompress the file (or uncompress on your computer, and ftp all files to server, slow and not recommended)
run /install

If you cannot do this then much more handholding is required either from your hosting support or clearly formulated questions on this forum.
I do both of the way u tell me by cpanel and FTP ...

what u Suggests about the server, it's run on my own VPS ... there is any way to know which modifaction i have to do  in the server ....



and realy thanx to your help
Peciura

Re: I get blank page in install process ?! Need Help

Post by Peciura »

It is hard to tell anything about server configuration. But first i would check php memory_limit it should be at least 16M or better - 24M .

Sometimes it is easier to transfer site from local machine to server. In this case need to create DB and DB user, edit config.php according server (paths and urls)

You can use this config to start. You will have to adjust DB connection settings and $config['root_url'] and $config['locale'] = '';

EDIT
this config is for urls like "http://sitename.com/index.php?page=page-name" and
not for "http://sitename.com/page-name"

http://forum.cmsmadesimple.org/index.ph ... ttach=6971
Last edited by Peciura on Wed Dec 23, 2009 8:43 pm, edited 1 time in total.
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

Peciura wrote: It is hard to tell anything about server configuration. But first i would check php memory_limit it should be at least 16M or better - 24M .

Sometimes it is easier to transfer site from local machine to server. In this case need to create DB and DB user, edit config.php according server (paths and urls)

You can use this config to start. You will have to adjust DB connection settings and $config['root_url'] and $config['locale'] = '';
http://forum.cmsmadesimple.org/index.ph ... ttach=6971
Okay ... The safe mode should be on our off ?
Peciura

Re: I get blank page in install process ?! Need Help

Post by Peciura »

safe mode = OFF
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

Peciura wrote: safe mode = OFF
I turn the safe mode to off , and the php memory_limit more than 24 MB ...

There is any more suggests  :'( i realy want to install cms amade simple  :'(

there is any solutions ?
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

http://filaty.com/i/910/94901/demo.png

This is the site run in the local host, i modify in the defult theme and i design it in black and  green and i remove some variables which i don't need it. pleas i want to install it in the website
Last edited by Fox Mind on Sat Oct 31, 2009 5:45 pm, edited 1 time in total.
Peciura

Re: I get blank page in install process ?! Need Help

Post by Peciura »

Post a list of things that you have done. What files you have uploaded to server (were they the same from your local server ?) what changes have you done to config.php.

I looked, if admin login page was active. It was not, though it gave me some info, that probably you didn't  >:(  create data base and user to connect it.

Code: Select all

Database Connection Failed
Error: Access denied for user 'cms'@'localhost' (using password: YES) (1045)
Function Performed: CONNECT
Host/DB: localhost/cms
Database Type: mysql

Fatal error: Attempt to connect to database cms on cms@localhost failed 
You have to connect to Data Base with administrator or root user and Add new user  "cms" and Create database with same name and grant all privileges ( user named "cms")
Fox Mind
Forum Members
Forum Members
Posts: 12
Joined: Sat Oct 31, 2009 2:38 am

Re: I get blank page in install process ?! Need Help

Post by Fox Mind »

Peciura wrote: Post a list of things that you have done. What files you have uploaded to server (were they the same from your local server ?) what changes have you done to config.php.

I looked, if admin login page was active. It was not, though it gave me some info, that probably you didn't  >:(  create data base and user to connect it.

Code: Select all

Database Connection Failed
Error: Access denied for user 'cms'@'localhost' (using password: YES) (1045)
Function Performed: CONNECT
Host/DB: localhost/cms
Database Type: mysql

Fatal error: Attempt to connect to database cms on cms@localhost failed 
You have to connect to Data Base with administrator or root user and Add new user  "cms" and Create database with same name and grant all privileges ( user named "cms")

1. i download copy from CMS ,
2. extrac in my computer
3. upload it by FTP ( i upload it more than 6 times by Cpanel and FTP )
4. creat DB Name & user
5. I Modify the config.php file as u tell me

----------------------------------------------------------
I turn the safe mode .. before is ON now is OFF
I check the PHP Limite and it's more than 24 MB

Result ... the install page is still blank !!!  :'(

Many thanx to Peciura

Any more solution could solve this problem ?!  ???
Locked

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