Jump to content

Upload lên host không hiển thị được hình ảnh, css


son

Recommended Posts

- Em dùng host window chạy php 5 khi upload lên host thì không hiển thị hình ảnh và css, giao diện nhảy lung tung, trong khi đó ở local chạy rất tốt
- Khi vào cpadmin thì báo lỗi thế này

Path is not the same between your browser and you server :

- Server:
cpadmin/login.php

- Browser:
\cpadmin\login.php

Link to comment
Share on other sites

Bạn tham khảo hướng dẫn này
Nguồn http://www.prestashop.com/forums/viewreply/179014/

open youradminfolder -> Login.php and comment the code lines from :

*/
if (strcmp($pathServer, $pathUser)) $errors[] = Tools::displayError(‘Path is not the same between your browser and you server :’).’

‘. Tools::displayError(’- Server:’).’
‘.htmlentities($pathServer).’

‘. Tools::displayError(’- Browser:’).’
‘.htmlentities($pathUser);

*/

Link to comment
Share on other sites

Kết quả

// if (strcmp($pathServer, $pathUser))
// $errors[] = Tools::displayError('Path is not the same between your browser and you server:').'

 

'.
// Tools::displayError('- Server:').'

'.htmlentities($pathServer).'

 

'.
// Tools::displayError('- Browser:').'

'.htmlentities($pathUser);

Nguồn http://www.prestashop.com/forums/viewthread/13769/installation_configuration___upgrade/solution_path_is_not_the_same_between_your_browser_and_you_server_dot_

Bạn hãy search sẽ có câu trả lời nhanh hơn.

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...