Jump to content

< SOLVED > Dashboard not appearing properly in 1.5.4.1


Recommended Posts

Hello Friends,

 

I have installed prestashop 1.5.4.1. Earlier dashboard was appearing properly but now its not appearing properly. Please find image for reference. Will be great if anyone suggest solution on it.

 

Thanks

 

x_zps539e8dab.jpg

Edited by Vilas (see edit history)
Link to comment
Share on other sites

it looks like css issue, please turn on console in your browser (ctrl shift J - in chrome browser) then check if there is any error

 

i think that you have 404 or forbidden issue

 

just let me know if so

Link to comment
Share on other sites

I have tried Mozilla to find out error.

 

Warning: Error in parsing value for 'background'. Declaration dropped.

 

 

 

Line: 143

 

&

 

Error: $ is not defined

 

Here backend login link is provided.

 

Line: 123

 

Shall I PM you think link?

 

Thanks

Edited by Vilas (see edit history)
Link to comment
Share on other sites

hello it's because there are problems with js files

 

what to do? i suggest to:

  • download latest 1.5.4.1 installation package from official prestashop website
  • unpack it on your hdd
  • grab from unpacked directory the "admin" directory
  • move it to your server via FTP (don't overwrite existing one there - just copy it to the new admin dir)

 

you can also do the same for tools directory (in your root dir of presta)

Link to comment
Share on other sites

you also uploaded the js files from the tools directory?

really weird that it isn't working

 

maybe try to add css & js manually to the admin template (for homepage) ?

 

here is the code:

<link href="/1541a/padmin/../padmin/../js/jquery/ui/themes/base/jquery.ui.theme.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/../js/jquery/ui/themes/base/jquery.ui.progressbar.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/../js/jquery/ui/themes/base/jquery.ui.core.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../modules/gamification/views/css/gamification.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/../js/jquery/plugins/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../css/admin.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/themes/default/css/admin.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/../js/jquery/plugins/cluetip/jquery.cluetip.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/../js/jquery/plugins/alerts/jquery.alerts.css" rel="stylesheet" type="text/css" media="all" />
  <link href="/1541a/padmin/../padmin/../js/jquery/plugins/chosen/jquery.chosen.css" rel="stylesheet" type="text/css" media="all" />
   <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/jquery-1.7.2.min.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/ui/jquery.ui.core.min.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/ui/jquery.ui.widget.min.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/ui/jquery.ui.progressbar.min.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../modules/gamification/views/js/gamification.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/fancybox/jquery.fancybox.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/cluetip/jquery.cluetip.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/jquery.hoverIntent.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/jquery.scrollTo.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/alerts/jquery.alerts.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/chosen/jquery.chosen.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/admin.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/toggle.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/tools.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/ajax.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/toolbar.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/notifications.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../js/helpAccess.js"></script>
  <script type="text/javascript" src="/1541a/padmin/../padmin/../js/jquery/plugins/jquery.flot.js"></script>

Link to comment
Share on other sites

Dear Vekia,

 

Thanks for your kind support. One of my friend, razaro has solved this issue. As per him he removed

Condensed stats for the Back Office homepage module for my site & then everything about that dashboard become fine..

 

 

Thanks to you & to him also :)

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 2 months later...

Dear Vekia,

 

Thanks for your kind support. One of my friend, razaro has solved this issue. As per him he removed

Condensed stats for the Back Office homepage module for my site & then everything about that dashboard become fine..

 

 

Thanks to you & to him also :)

Thanks. It working for me too. Just disabled 

Condensed stats for the Back Office homepage
Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...