[Solved]I get blank page in install process ?! Need Help
[Solved]I get blank page in install process ?! Need Help
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 .
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.
Re: I get blank page in install process ?! Need Help
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
Re: I get blank page in install process ?! Need Help
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).

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).
Re: I get blank page in install process ?! Need Help
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
Can u check it again... the problem is still ....
I Want to install it pleas.
note: The website run under my own VPS
Re: I get blank page in install process ?! Need Help
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.
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.
Re: I get blank page in install process ?! Need Help
It looks like server is calling "index.html" first instead of "index.php".
Delete "index.html" files from directories "/cms/" and "/cms/install/".
Delete "index.html" files from directories "/cms/" and "/cms/install/".
Re: I get blank page in install process ?! Need Help
thnx for reply bro , but there is not html ext. in the main and install directories ....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/".

Re: I get blank page in install process ?! Need Help
I do both of the way u tell me by cpanel and FTP ...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.
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
Re: I get blank page in install process ?! Need Help
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
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.
Re: I get blank page in install process ?! Need Help
Okay ... The safe mode should be on our off ?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
Re: I get blank page in install process ?! Need Help
I turn the safe mode to off , and the php memory_limit more than 24 MB ...Peciura wrote: safe mode = OFF
There is any more suggests


there is any solutions ?
Re: I get blank page in install process ?! Need Help
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
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.
Re: I get blank page in install process ?! Need Help
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.
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")
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
Re: I get blank page in install process ?! Need Help
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.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")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
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 ?!
