ebonit Posted June 25, 2013 Share Posted June 25, 2013 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: Uncaught RangeError: Maximum call stack size exceeded jquery-1.7.2.min.js:3 sjquery-1.7.2.min.js:3 mjquery-1.7.2.min.js:3 c.querySelectorAll.mjquery-1.7.2.min.js:3 f.fn.extend.findjquery-1.7.2.min.js:3 e.fn.e.initjquery-1.7.2.min.js:2 ejquery-1.7.2.min.js:2 (anonymous function)notifications.js:65 ojquery-1.7.2.min.js:2 p.fireWithjquery-1.7.2.min.js:2 wjquery-1.7.2.min.js:4 djquery-1.7.2.min.js:4 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... 1 Link to comment Share on other sites More sharing options...
ebonit Posted June 25, 2013 Author Share Posted June 25, 2013 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 More sharing options...
Recommended Posts