I have installed magento1.9.2 but the admin page is not loading properly. The Css and Java script is not loading.
-
Welcome to Magento SE. Take a look at the HTML source code of the page. If you see the CSS/JS files referenced with file system paths, see linked duplicate. If not, please update your question with details.Fabian Schmengler– Fabian Schmengler2016-06-24 14:35:37 +00:00Commented Jun 24, 2016 at 14:35
-
you may have some wrong URL configuration, take a look at your core_config_data table and check the path values, like web/unsecure/base_skin_urlNickool– Nickool2016-06-24 17:42:13 +00:00Commented Jun 24, 2016 at 17:42
Add a comment
|
1 Answer
Please check the permissions of folders:
var Media includes
all above must have 777 permission.
open ssh of folder and traverse to root of magento project
run below command:
chmod -R 777 var
chmod -R 777 media
chmod -R 777 includes
Even if css not loading then open the source and check the css links are opening or not.
-
Thank you, can you please elaborate me with the steps as I'm in the process of learningHari Raj– Hari Raj2016-06-24 14:30:08 +00:00Commented Jun 24, 2016 at 14:30
-
I have updated answer please check.Hardik Shah– Hardik Shah2016-06-24 14:37:41 +00:00Commented Jun 24, 2016 at 14:37
-
No, Css links are not working...Hari Raj– Hari Raj2016-06-24 14:40:48 +00:00Commented Jun 24, 2016 at 14:40