evilmc Posted July 27, 2011 Share Posted July 27, 2011 Hello, I move my PS 1,4,3 to new host, and now I have a problem with database...I upload all files from old host to new host, and change conf/settings.inc.php for new user and host. Now I see only blank page, and I don't understand how fix that problem? PLS HELP! Link to comment Share on other sites More sharing options...
shokinro Posted July 27, 2011 Share Posted July 27, 2011 There must be some errors happenning. Set display_error to on in file /config/config.inc.php file to see what is error is Link to comment Share on other sites More sharing options...
evilmc Posted July 27, 2011 Author Share Posted July 27, 2011 I change display_error to on, but I don't see what is error. This is my site: www.dvesmizle-shop.com Link to comment Share on other sites More sharing options...
shokinro Posted July 27, 2011 Share Posted July 27, 2011 When I try it, followiong error displayed Error 500 The server encountered an internal error and could not meet your request. Many things can cause this error. Maybe you need ask your provider for support. Link to comment Share on other sites More sharing options...
evilmc Posted July 27, 2011 Author Share Posted July 27, 2011 Hmmmm.....I move 2 site to new host, first site(PS 1.3.6) working! And dvesmizle-shop.com (PS 1.4.3) not working...when I remove DB_USER from conf/settings.inc.php I get this error: Link to database cannot be established. Link to comment Share on other sites More sharing options...
shokinro Posted July 27, 2011 Share Posted July 27, 2011 It could be running out of memory limitation. Check memory limitation on your server. It is defined in PHP.ini file. If you don't know, ask your service provider support for help. Link to comment Share on other sites More sharing options...
evilmc Posted July 28, 2011 Author Share Posted July 28, 2011 Okey. If not memory limitation problem, what you recommend to do check? Maybe the problem the database(SQL)? But it works on the old server, because I just changed the DNS for the domain... Link to comment Share on other sites More sharing options...
shokinro Posted July 28, 2011 Share Posted July 28, 2011 it also could some module that cause the problem. maybe you can set a few break points by adding following line to locate the line code that cause problem. You need to insert this line to the controller class of the page. die("Here is break point X"); Link to comment Share on other sites More sharing options...
evilmc Posted July 28, 2011 Author Share Posted July 28, 2011 Now I get this error: ''Fatal error: Call to undefined function mcrypt_decrypt() in /www/cityfashion/dvesmizlesop/docroot/classes/Rijndael.php on line 51'' How fix that problem? Link to comment Share on other sites More sharing options...
shokinro Posted July 28, 2011 Share Posted July 28, 2011 Rijndael.php is a new classed in PrestaShop 1.4. Version 1.3x does not have this class. This class requires libmcrypt Version 2.5.6 on your server. Can you check your server PHP version? 1 Link to comment Share on other sites More sharing options...
evilmc Posted July 29, 2011 Author Share Posted July 29, 2011 Today my new hosting install libmcrypt on server, and site now working! Thanx for help! Link to comment Share on other sites More sharing options...
shokinro Posted July 29, 2011 Share Posted July 29, 2011 good to know it is working now. thanks for feedback. if could add SOLVED to the subject of your first post to mark it as solved, it will be great. Link to comment Share on other sites More sharing options...
Rwkzejedi Posted October 14, 2011 Share Posted October 14, 2011 Hi, This topic helps me ! Thanks Link to comment Share on other sites More sharing options...
Recommended Posts