[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.
Peciura

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

Post 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.
Last edited by Peciura on Sat Oct 31, 2009 6:00 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 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

If you get a simple Site down message look in FTP tmp/cache for site down file, delete 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 »

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
Peciura

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

Post by Peciura »

Is it  [SOLVED]  I get blank page in install process ?! Need Help:D
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: Is it  [SOLVED]  I get blank page in install process ?! Need Help:D
sure it's Solved by your help  ;D
User avatar
inventran
New Member
New Member
Posts: 2
Joined: Wed Dec 23, 2009 3:25 pm

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

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

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

Post 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
User avatar
inventran
New Member
New Member
Posts: 2
Joined: Wed Dec 23, 2009 3:25 pm

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

Post by inventran »

Thank You Peciura:

Now it got worked. Everything going smoothly thanks
Locked

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