I've installed the theme manually;
- Installed the latest version of Drupal 7
- Uploaded the Theme
- Uploaded all modules
- Activated the Theme
- Activated the APage modules which triggered activation of the dependency modules
Now when I try to access the site, I get a blank page. The error log shows that PHP exceeded the 256MB memory limit.
Is this a known issue? How can I solve this?
Hi,
We will check this problem and reply soon. Thank fo your patience in advance.
Croga,
Our Apage theme can work well with memory 128 MB (Drupal minimum requirement).
When you install a module which requires more other modules, it will need more memory than usual. It is the most common problem in Drupal when enabling features. You could solve with following 2 solutions:
1, Increase memory limit: https://www.drupal.org/node/207036
2, Enable required modules first then other modules.