avlolm Posted March 8, 2013 Share Posted March 8, 2013 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!!!! 1 Link to comment Share on other sites More sharing options...
avlolm Posted March 8, 2013 Author Share Posted March 8, 2013 anibody? Link to comment Share on other sites More sharing options...
El Patron Posted March 8, 2013 Share Posted March 8, 2013 what is your ps version? Link to comment Share on other sites More sharing options...
avlolm Posted March 8, 2013 Author Share Posted March 8, 2013 prestashop 1.5.2 i cant figure out what goes wrong! muved all files imported datbase... Link to comment Share on other sites More sharing options...
El Patron Posted March 8, 2013 Share Posted March 8, 2013 try this, (wild guess) look at the index.php file under your renamed admin folder. You should see this in the two first lines of code, if not make it look like this: <?php /* Link to comment Share on other sites More sharing options...
avlolm Posted March 8, 2013 Author Share Posted March 8, 2013 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 More sharing options...
El Patron Posted March 8, 2013 Share Posted March 8, 2013 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 More sharing options...
avlolm Posted March 8, 2013 Author Share Posted March 8, 2013 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 1 Link to comment Share on other sites More sharing options...
avlolm Posted March 8, 2013 Author Share Posted March 8, 2013 I have removed the handler rows from .htaccess and it WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you for help! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now