comzemadrid Posted October 18, 2012 Share Posted October 18, 2012 hi everyone pleas help... i transfar my shop to new domain but now i can see a white page. It is how i did. first i made offline my shop then in seo url at back office i changed the domain and ssl url and uri too then i took a db backup then from ftp i download all the files. in config foldel i changed the setting.php with new DB name etc. i am using prestashop 1.5.1 pleas if anyone can help .. the is the url http://www.rackonline.es/ regards Link to comment Share on other sites More sharing options...
tomerg3 Posted October 18, 2012 Share Posted October 18, 2012 turn on error reporting in /config/config.inc.php (line #28) and reload the page. Post there you see here Link to comment Share on other sites More sharing options...
comzemadrid Posted October 18, 2012 Author Share Posted October 18, 2012 it is this: @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); $start_time = microtime(true); Link to comment Share on other sites More sharing options...
tomerg3 Posted October 18, 2012 Share Posted October 18, 2012 yes, change off to on Link to comment Share on other sites More sharing options...
comzemadrid Posted October 18, 2012 Author Share Posted October 18, 2012 o yes now i got this msg: Fatal error: Call to undefined function mcrypt_encrypt() in /var/www/vhosts/rackonline.es/httpdocs/classes/Rijndael.php on line 51 Link to comment Share on other sites More sharing options...
comzemadrid Posted October 18, 2012 Author Share Posted October 18, 2012 and this is the script: if ($length >= 1048576) return false; return base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $this->_key, $plaintext, MCRYPT_MODE_ECB, $this->_iv)).sprintf('%06d', $length); } i dont know where is the problem Link to comment Share on other sites More sharing options...
tomerg3 Posted October 18, 2012 Share Posted October 18, 2012 Either ask you host to install mcrypt on your server, or change http://screencast.com/t/b3zENjRKJnyn Link to comment Share on other sites More sharing options...
comzemadrid Posted October 18, 2012 Author Share Posted October 18, 2012 now i have to backup all the files and again i have to upload? because the real site is here... http://www.hipertienda.es/qamar/es/ and i want to put this shop on www.rackonline.es Link to comment Share on other sites More sharing options...
comzemadrid Posted October 18, 2012 Author Share Posted October 18, 2012 thanks the problem is fixed. many thanks friend Link to comment Share on other sites More sharing options...
Recommended Posts