Advertisement:

Author Topic: fresh install, backup problem  (Read 834 times)

phpd

  • Full Member
  • ***
  • Posts: 236
fresh install, backup problem
« on: January 05, 2013, 02:46:28 am »
Hello all

My scenario is:

I have a working Osclass real estate theme on domain1 and now i want to use all the data to domain2.

i have copied all the files from domain1 to domain2 via ftp, also exported and imported data from mysql via phpmyadmin but seems to not working. When i access the domain2 it is redirecting me to install again the script.

I have also tried with a fresh install on domain 2 but i get an error when i want to import sql fom admin area.

I have also tried to copy on domain2 only the theme folder customized by me and when i am activate this theme i get a blank page.

could someone give me an idea of what is wrong here?

mmcsus

  • Hero Member
  • *****
  • Posts: 704
  • Open Source
Re: fresh install, backup problem
« Reply #1 on: January 05, 2013, 04:33:48 am »
@phpd

           On domain2 did you reconfigure your config.php in the domain2 root dir?
Without a config.php in domain2 root dir you will have the problem you describe.

phpd

  • Full Member
  • ***
  • Posts: 236
Re: fresh install, backup problem
« Reply #2 on: January 05, 2013, 06:36:42 pm »
yes i have made the changes in the config.php to

define('WEB_PATH', 'http://www.domanin2.com/');

but all i get is a blank page and in error.log it says

PHP Parse error: syntax error, unexpected $end in /..mydomanin2..../httpdocs/oc-content/themes/realestate/main.php on line 458

my main.php is customized but it is working with no errors in domain1