Frank Vèssia Posted April 11, 2016 Share Posted April 11, 2016 Hi guys,I imported some emails and I created a page for each (about 100k pages).After the import I got this error whe I try to login into the admin Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in /home/public_html/wire/core/PageTraversal.php on line 111 and the tree doesn't show up. Any idea? Link to comment Share on other sites More sharing options...
kongondo Posted April 11, 2016 Share Posted April 11, 2016 (edited) The error says PHP run out of memory (some tasks may still be in memory and still trying to run). Have a look at this thread (see @Nik's and @Diogo's posts especially) on how to optimize such tasks. What PW version are you using? Only asking to confirm what line #111 in the PageTraversal Class does. Sorry, I don't have a direct answer on how to resolve this. Edited April 11, 2016 by kongondo 1 Link to comment Share on other sites More sharing options...
Frank Vèssia Posted April 12, 2016 Author Share Posted April 12, 2016 I solved. The problem was I imported all those pages as children of an admin page. That caused the block. Moving the pages fixed the problem. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now