Jump to content

Dashboard always loading in Prestashop 1.7


Recommended Posts

Hi there,

 

I just installed 1.7, and the control panel (back office), seems to be not working properly.

 

The menu doesn't display options in hover, in ost menu options, including dashboard, there's a "loading" icon cycling all the time, and it doesn't display any information about online visitors, etc, that also displays the cycling icon.

 

It happens in almost all menu options. Just a few, catalog in example, seem to be working properly.

 

Please have a look to the attached screenshot.

 

any help will be welcome.

 

Thanks in advantage and best regards.

Manuel Segarra

 

 

post-1017346-0-94502400-1485265493_thumb.png

Link to comment
Share on other sites

  • 4 months later...
  • 5 months later...

Activate debug mode and work on the errors you are having: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/

Such problems are most coming of not suitable servers as well. See here the min. server requirements for to run Prestashop 1.7.: https://www.prestashop.com/forums/topic/633857-server-requirements-for-ps-17/

 

Link to comment
Share on other sites

  • 2 years later...
  On 11/4/2017 at 8:58 AM, selectshop.at said:

Activate debug mode and work on the errors you are having: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/

Such problems are most coming of not suitable servers as well. See here the min. server requirements for to run Prestashop 1.7.: https://www.prestashop.com/forums/topic/633857-server-requirements-for-ps-17/

 

Expand  

Same problem here... I have all the system requirements fine =´(

Link to comment
Share on other sites

  • 2 years later...

I've one more thing to tell. Whenever I'm trying to uninstall a module or reset it, I'm not seeing any notification in Prestashop backend, rather, it's showing me some text info in a blank page. Like this...
image.png.9076744e366e77be904a2a6ed907eef9.png

Link to comment
Share on other sites

  On 7/19/2022 at 4:22 PM, Nickz said:

change that to 720 and 300 and it could be better

Expand  

Can't do that :'-(
My hosting provider gives my 512 MBs of RAM only.


But why's everything else working fine except the modules section and the Back Office homepage (Dashboard)?

Link to comment
Share on other sites

  On 7/19/2022 at 4:22 PM, Nickz said:

change that to 720 and 300 and it could be better

Expand  

Here's an update about the issue.

I've checked the console and I'm getting a few javascript errors...

image.png.1dd4b2dffbda800307bfa3c9f3ce00e3.png

I've checked that the existence of fancybox function. And here they are...

image.png.8a8951ecaeda40bfef93a3678fa51934.png

image.png.789471ce9352dda2cd7bf7e655d3aa5e.png

Is this information helpful to fix the issue?

Link to comment
Share on other sites

  On 7/19/2022 at 5:40 PM, Nickz said:

deactivate that module. Might be that the BO requieres a higher memory.

How much RAM does your hoster give you?

Expand  

There's no problem with any specific module. The entire module section is not working as it's intended to. I'm not able to load complete list of modules, not able to upload any new module, not able to reset a module named "category slider". When I try to reset it, I get an error which says something like "hook #787 doesn't exist".

I'm using Hostinger, they provide maximum 512 MBs of RAM.

Link to comment
Share on other sites

  • 2 months later...
  • 1 year later...
  • 1 year later...

If your PrestaShop 1.7 dashboard is stuck on loading, try these fixes:

Clear Cache – Delete var/cache/dev and var/cache/prod.

Check PHP Version – Use PHP 7.1–7.4.

Disable Gamification Module – Run this in SQL:

sql

CopyEdit

UPDATE ps_module SET active = 0 WHERE name = 'gamification';

Check Console Errors – Open Developer Tools (F12).

Enable Debug Mode – Edit config/defines.inc.php:

php

CopyEdit

define('_PS_MODE_DEV_', true);

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