Page 2 of 2

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

Posted: Sat Oct 31, 2009 5:56 pm
by Peciura
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.

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

Posted: Sat Oct 31, 2009 6:02 pm
by Fox Mind
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

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

Posted: Sat Oct 31, 2009 6:04 pm
by Dr.CSS
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

Posted: Sat Oct 31, 2009 6:15 pm
by Fox Mind
Peciura Many thanks man,,, realy i Grateful to you for your help


:D 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

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

Posted: Sat Oct 31, 2009 6:16 pm
by Peciura
Is it  [SOLVED]  I get blank page in install process ?! Need Help:D

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

Posted: Sat Oct 31, 2009 6:19 pm
by Fox Mind
Peciura wrote: Is it  [SOLVED]  I get blank page in install process ?! Need Help:D
sure it's Solved by your help  ;D

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

Posted: Wed Dec 23, 2009 3:32 pm
by inventran
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

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

Posted: Wed Dec 23, 2009 8:39 pm
by Peciura
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
  $config['assume_mod_rewrite'] = true;
  $config['page_extension'] = '.html';
  $config['internal_pretty_urls'] = false;
  $config['use_hierarchy'] = true;  //optional
More info about pretty urls is on
http://wiki.cmsmadesimple.org/index.php ... retty_URLs

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

Posted: Thu Dec 24, 2009 12:32 am
by inventran
Thank You Peciura:

Now it got worked. Everything going smoothly thanks