quachtung91 Posted March 13, 2015 Share Posted March 13, 2015 Chào các bạn. Hiện tại mình đã hoàn thành 1 trang prestashop theo ý thích từ localhost. Mình đã thử đưa từ local lên web hostinger.vn Thao tác mình làm như sau. Vào trang localhost, truy cập vào localhost/phpmyadmin => chọn Database: shop ( shop là database mình tạo cho prestashop này ). Mình chọn Exporting tables => Quick - display only the minimal options => Format :SQL => xuất ra 1 file csdl.zip Sau đó mình truy cập vào hosting của mình. Vào phần nhập database của CPanel chọn phần database csdl.zip up lên, báo thành công. Tiếp theo mình vào thư mục config, mở file settings.inc. Mình cài đặt thông số như sau: <?php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'shop'); define('_DB_USER_', 'root'); define('_DB_PASSWD_', ''); define('_DB_PREFIX_', 'ps_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_COOKIE_KEY_', 'uMT0U8EKt2OpD01rhc7mXcJ8qI3Kk1F00D4SLTUs6bDL57Jd0zgd6SFU'); define('_COOKIE_IV_', 'FSVzoYvv'); define('_PS_CREATION_DATE_', '2015-03-09'); if (!defined('_PS_VERSION_')) define('_PS_VERSION_', '1.6.0.14'); define('_RIJNDAEL_KEY_', 'KWDbfMAmP0smLbeGzUB4fVWNBCqNsrdW'); define('_RIJNDAEL_IV_', 'bRGPSGBq4N3pP2yjsNeYoA=='); Thành <?php define('_DB_SERVER_', 'mysql'); define('_DB_NAME_', 'u986176916_jolie'); define('_DB_USER_', 'u986176916_jolie'); define('_DB_PASSWD_', '1122334455'); define('_DB_PREFIX_', 'ps_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_COOKIE_KEY_', 'uMT0U8EKt2OpD01rhc7mXcJ8qI3Kk1F00D4SLTUs6bDL57Jd0zgd6SFU'); define('_COOKIE_IV_', 'FSVzoYvv'); define('_PS_CREATION_DATE_', '2015-03-09'); if (!defined('_PS_VERSION_')) define('_PS_VERSION_', '1.6.0.14'); define('_RIJNDAEL_KEY_', 'KWDbfMAmP0smLbeGzUB4fVWNBCqNsrdW'); define('_RIJNDAEL_IV_', 'bRGPSGBq4N3pP2yjsNeYoA=='); làm xong hết. mình truy cập vào tên miền jolievn.com thì nó chuyển về localhost/shop/vn/. Tương tự trang admin, giao diện bị lỗi, màn hình trắng, đăng nhập bằng tài khoản mình tạo trên localhost thì nó báo không tồn tại. Các bạn có thể chỉ cho mình sai sót nằm ở đâu không? Vui lòng giúp mình nhé, thanks. Email: [email protected]Skype: quachtung91 Yahoo: quach_thanhtung Link to comment Share on other sites More sharing options...
designworld.info Posted March 16, 2015 Share Posted March 16, 2015 Dùng search đi bạn. Cái này mình đã hướng dẫn rồi mà Link to comment Share on other sites More sharing options...
quachtung91 Posted March 17, 2015 Author Share Posted March 17, 2015 Chào bạn [email protected] Mình đã thử rất bằng nhiều cách khác nhau, nhưng cuối cùng nó vẫn trỏ về localhost ban đầu, bạn bảo tìm chức năng search, mình cũng đã search trước rồi mới đăng bài, bạn có lòng tốt đã vào comment thì vui lòng chỉ giúp mình 1 tý, mình trình bày rất rõ lỗi mình đang gặp. Cám ơn Link to comment Share on other sites More sharing options...
tinhyeuphonui Posted June 18, 2015 Share Posted June 18, 2015 Hi bạn cứ bật file debug trong config xem nó báo lỗi gì không để mình dựa vào đó mà giải quyết tiếp nha ! Link to comment Share on other sites More sharing options...
Presthemes Posted July 1, 2015 Share Posted July 1, 2015 bạn export database ra file SQL rồi search "//localhost" thay hết bằng địa chỉ website của bạn "//jolievn.com" sau đó import lại database lên host mới. Link to comment Share on other sites More sharing options...
haizea Posted March 19, 2017 Share Posted March 19, 2017 đổi db sever thành "mysql.hostinger.vn" là được rồi đó bạn ơi, mình mới hỏi support của nó xong. Link to comment Share on other sites More sharing options...
nggroup247 Posted March 24, 2017 Share Posted March 24, 2017 Mình cũng gặp lỗi tương tự của bạn này, mong các bạn giúp đỡ. Link to comment Share on other sites More sharing options...
mrduc Posted March 28, 2017 Share Posted March 28, 2017 xem lại đường dẫn domain, domain_ssl trong bảng shop_url nhé, cập nhật lại theo tên miền, sửa xong lỗi gì thì lại hỏi tiếp Link to comment Share on other sites More sharing options...
haizea Posted April 3, 2017 Share Posted April 3, 2017 xem lại đường dẫn domain, domain_ssl trong bảng shop_url nhé, cập nhật lại theo tên miền, sửa xong lỗi gì thì lại hỏi tiếp cảm ơn bác nhé, đã sửa được. Link to comment Share on other sites More sharing options...
prestahero.com Posted August 23, 2017 Share Posted August 23, 2017 Chào các bạn. Hiện tại mình đã hoàn thành 1 trang prestashop theo ý thích từ localhost. Mình đã thử đưa từ local lên web hostinger.vn Thao tác mình làm như sau. Vào trang localhost, truy cập vào localhost/phpmyadmin => chọn Database: shop ( shop là database mình tạo cho prestashop này ). Mình chọn Exporting tables => Quick - display only the minimal options => Format :SQL => xuất ra 1 file csdl.zip Sau đó mình truy cập vào hosting của mình. Vào phần nhập database của CPanel chọn phần database csdl.zip up lên, báo thành công. Tiếp theo mình vào thư mục config, mở file settings.inc. Mình cài đặt thông số như sau: <?php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'shop'); define('_DB_USER_', 'root'); define('_DB_PASSWD_', ''); define('_DB_PREFIX_', 'ps_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_COOKIE_KEY_', 'uMT0U8EKt2OpD01rhc7mXcJ8qI3Kk1F00D4SLTUs6bDL57Jd0zgd6SFU'); define('_COOKIE_IV_', 'FSVzoYvv'); define('_PS_CREATION_DATE_', '2015-03-09'); if (!defined('_PS_VERSION_')) define('_PS_VERSION_', '1.6.0.14'); define('_RIJNDAEL_KEY_', 'KWDbfMAmP0smLbeGzUB4fVWNBCqNsrdW'); define('_RIJNDAEL_IV_', 'bRGPSGBq4N3pP2yjsNeYoA=='); Thành <?php define('_DB_SERVER_', 'mysql'); define('_DB_NAME_', 'u986176916_jolie'); define('_DB_USER_', 'u986176916_jolie'); define('_DB_PASSWD_', '1122334455'); define('_DB_PREFIX_', 'ps_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_COOKIE_KEY_', 'uMT0U8EKt2OpD01rhc7mXcJ8qI3Kk1F00D4SLTUs6bDL57Jd0zgd6SFU'); define('_COOKIE_IV_', 'FSVzoYvv'); define('_PS_CREATION_DATE_', '2015-03-09'); if (!defined('_PS_VERSION_')) define('_PS_VERSION_', '1.6.0.14'); define('_RIJNDAEL_KEY_', 'KWDbfMAmP0smLbeGzUB4fVWNBCqNsrdW'); define('_RIJNDAEL_IV_', 'bRGPSGBq4N3pP2yjsNeYoA=='); làm xong hết. mình truy cập vào tên miền jolievn.com thì nó chuyển về localhost/shop/vn/. Tương tự trang admin, giao diện bị lỗi, màn hình trắng, đăng nhập bằng tài khoản mình tạo trên localhost thì nó báo không tồn tại. Các bạn có thể chỉ cho mình sai sót nằm ở đâu không? Vui lòng giúp mình nhé, thanks. Email: [email protected] Skype: quachtung91 Yahoo: quach_thanhtung Bạn vào phpmyadmin tìm các bảng sau Bảng ps_configuration: bạn tìm đến dòng SHOP_DOMAIN VÀ SHOP_DOMAIN_SSL sửa lại localhost thành tên miền của bạn (nhớ là không có http và không có dấu / ) như thế này: http://prntscr.com/gbviwg Bảng ps_shop_url tương tự bán cần sửa các đừng dẫn cho đúng, check ảnh sau: http://prntscr.com/gbvjvc Chúc may mắn 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