Jump to content

jquery: Uncaught RangeError: Maximum call stack size exceeded


Recommended Posts

Hi,

 

We have a large database with about 125,000 customer records and over 240,000 orders. We have managed to import all 1.4 data into a PS1.5.4 database.Now, when I try to open the orders page in the backoffice or the customers page, I get this jquery error:

 

 

This does not happen when I have a small database...

 

after that I can do all I want (as far as I can see right now) but the error keeps coming up, making it virtually impossible to manage the backoffice in a proper way.

 

is there anyone who ran into the same problem and if so, how did you manage to solve the problem, ...if you did that is...

  • Like 1
Link to comment
Share on other sites

I found the source of this. in the Administration->preferences I unchecked notifications for new orders, new customers and new messages.

 

because I imported all data from the ps1.4 database through a set of queries, all customer registration dates were set to yesterday. And so PS1.5 thinks they are all new customers. and so it generated a list of new customers with a call to ajax.php, meaning 125,000. Last visit also is set to never. so I need to redo that query.

Link to comment
Share on other sites

×
×
  • Create New...