Thread Starter
jbaums
(@jbaums)
Problem solved 🙂
Permalinks like /%categorie%/%postname%/ for a lot of pages (not posts) causes the problem depending upon the memory_limit in php.ini.
This works: /%year%/%monthnum%/%postname%/ or any other combination without /%categorie%/
Thats all, but I didn´t read anything about this limit in WP-Forum, Goggle or anywhere.
Thread Starter
jbaums
(@jbaums)
I forgot to write, that I try to generate the so called “pretty permalinks”. No problems using “ugly” default permalinks.
New experiences:
After installing wp with my db on a local server and setting memory_limit in php.ini to 512M it works – but only until about 600 pages. Then: same problem as described above. Is WP a RAM-eating monster when permalinking pages ???