/admin page disappears
| Project: | Workflow-ng |
| Version: | 5.x-2.2 |
| Component: | Wng API |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Not sure if this is a workflow-ng problem, but disabling workflow-ng fixed it so i'm posting it here.
I had workflow-ng enabled, everything was fine. At some point, and i'm not exactly sure when, my /admin page went blank. All my other pages (/admin/build/modules, etc...) worked fined and i could get to them with the Admin Menu module, but the main /admin page was completely blank, no html or anything. Disabling workflow-ng fixed the problem.
Perhaps it's a compatibility issue with another module? I noticed this problem after i had installed a number of other modules, so it's difficult to narrow down... I'm going to try this on a test site when i get a spare moment.
Has anyone else ever had this problem? Is workflow-ng the culprit?

#1
Okay figured something out... it's not specifically a workflow-ng problem. It's a server memory problem. On my particular configuration, workflow-ng happens to be the module that pushes the server over the memory limit. So nevermind on this.
*Update* Confirmed. Increased memory limit in /etc/php.ini on my server to 96M (was originally 16M). That fixed the problem.