To make it clear - if you have working copy on your local computer all you have to do is to move site to new server.
Did you export data from local mysql server and imported it to new server ?
You have copied files from local server, new DB, and new user, DB data. And if config.php is correct your site should be online...
If still not working PM me.
[Solved]I get blank page in install process ?! Need Help
Re: I get blank page in install process ?! Need Help
Last edited by Peciura on Sat Oct 31, 2009 6:00 pm, edited 1 time in total.
Re: I get blank page in install process ?! Need Help
Peciura Now I export all tabels from my local host and import it in the internet ... now the admin work fine
The main page show this messege "Site down for maintenance." but when i check the admin control panel the box is not checked
Fianly there is no blank page ... now i have to make the main page run
The main page show this messege "Site down for maintenance." but when i check the admin control panel the box is not checked

Fianly there is no blank page ... now i have to make the main page run
Re: I get blank page in install process ?! Need Help
If you get a simple Site down message look in FTP tmp/cache for site down file, delete it...
Re: I get blank page in install process ?! Need Help
Peciura Many thanks man,,, realy i Grateful to you for your help
Happy man ,,, did u see the theme which i modify it http://filaty.com/i/910/94901/demo.png
It's first time i use Cms made simple. but it's realy nice and easy to use and learn i gust take one day from me to get clear knowlge about the system.
Thanx to all

It's first time i use Cms made simple. but it's realy nice and easy to use and learn i gust take one day from me to get clear knowlge about the system.

Re: I get blank page in install process ?! Need Help
Is it [SOLVED] I get blank page in install process ?! Need Help ? 

Re: I get blank page in install process ?! Need Help
sure it's Solved by your helpPeciura wrote: Is it [SOLVED] I get blank page in install process ?! Need Help ?![]()

Re: [Solved]I get blank page in install process ?! Need Help
The same problem i had with my site is overcame by the sample configuration file attached by Foxmind. Eveything works fine but my URL format is now changed
E.G
Before moving from the previous server the URL format is
http://sitename.com/page-name
after migrating it looks like
http://sitename.com/index.php?page=page-name
I didn't changed the Htaccess file and the server that i have moved is using the same setup of php configuration
guys help me regarding this
E.G
Before moving from the previous server the URL format is
http://sitename.com/page-name
after migrating it looks like
http://sitename.com/index.php?page=page-name
I didn't changed the Htaccess file and the server that i have moved is using the same setup of php configuration
guys help me regarding this
Re: [Solved]I get blank page in install process ?! Need Help
Config you downloaded is for "ugly url" (default). It automaticaly sets paths and urls relatively to root url and path (directory where config.php is in).
To set pretty urls back you have to copy some values from your old "/canfig.php" file
http://wiki.cmsmadesimple.org/index.php ... retty_URLs
To set pretty urls back you have to copy some values from your old "/canfig.php" file
More info about pretty urls is on$config['assume_mod_rewrite'] = true;
$config['page_extension'] = '.html';
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = true; //optional
http://wiki.cmsmadesimple.org/index.php ... retty_URLs
Re: [Solved]I get blank page in install process ?! Need Help
Thank You Peciura:
Now it got worked. Everything going smoothly thanks
Now it got worked. Everything going smoothly thanks