Jump to content

Canot acces admin login page after migrating BO wont start !


Recommended Posts

Help

 

Migrated my shop to new host with new domain ( pointed by DNS because is taken from other provider, dont know if this counts )

 

here is what my admin page display:

 

* @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 7451 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ $timer_start = microtime(true); define('_PS_ADMIN_DIR_', getcwd()); require(dirname(__FILE__).'/../config/config.inc.php'); require(dirname(__FILE__).'/functions.php'); //small test to clear cache after upgrade if (Configuration::get('PS_UPGRADE_CLEAR_CACHE')) { header('Cache-Control: max-age=0, must-revalidate'); header('Expires: Mon, 06 Jun 1985 06:06:00 GMT+1'); Configuration::updateValue('PS_UPGRADE_CLEAR_CACHE', 0); } // For retrocompatibility with "tab" parameter if (!isset($_GET['controller']) && isset($_GET['tab'])) $_GET['controller'] = strtolower($_GET['tab']); if (!isset($_POST['controller']) && isset($_POST['tab'])) $_POST['controller'] = strtolower($_POST['tab']); if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) $_REQUEST['controller'] = strtolower($_REQUEST['tab']); // Prepare and trigger admin dispatcher Dispatcher::getInstance()->dispatch();

 

 

Help!!!!

  • Like 1
Link to comment
Share on other sites

lines are present.

 

Could it be because :

 

1. The shop dose not connect to DB?

2. The htacces file is not good?

3. The db contains extra information (beeing saved 2 days after files were saved)

4. The domain name is buy from another provider then the server host? ( files were instaled while domain wasent yet transfered on an numeric ip db)

5. The qhoster.com provider is not good for prestashop?

 

Any ideea is wellkome

Link to comment
Share on other sites

it could be one or all of those...or that php is not enabled on your server...

 

whenever you move to a new server, you should first test the new environment by doing a fresh 'install' of prestashop, this will tell you what if anything is not supported by your hosting account...as the install checks for the important environment features required by PrestaShop....when one just ftp's up files...without first doing this...it makes it difficult to debug...

 

so if possible, remove the ftp'ed files and db...upload a native ps of your version, (clean ps)...and try the install...

 

if you can not or do not want to use your shop domain, create a subdomain and install a new native prestashop version (will require a new db)...

Link to comment
Share on other sites

very good answer. I will do this install a fresh ps. See if all is ok. If all works okei then i`ll remake new copy of ps and db and move them clean and with attention so i wont modify not a single thing.

(I still have my old shop running ok)

Thank you

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...