What's the Drupal 7 specifications for php memory_limit?
I am developping a site and when I had activated : Order UI, Payment Method Example, Product UI, Product Réference, Checkout, after the upadate.php when returning to my main page, I got
"
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 302187 bytes) in /data/ftp/tourainegenealogie/www/cgdt/includes/cache.inc on line 455
"
My hosting limits "memory_limit" to 128 M
I was trying out Drupal 8 under an account at a respectable webhost in Germany.
During installation everything else was OK, except PHP OPcode caching which was said to be not activated.
I make a first installation of Open Atrium on a debian 8 server with php 5.6.14. When I validate my page for configure site I have a blank page and the url doesn't change :.../install.php?profile=openatrium&locale=en.
I have added an error reporting in the install.core.inc file and I have this:
Fatal error: Call to undefined function field_attach_load() in /var/www/*******/includes/entity.inc on line 354
I've got a PostgreSQL + Apache + PHP (mod_php) system which was running for years on the current hardware on Debian Wheezy without any major problem.
Recently we decided to move it to a different box (Ubuntu 14.04 LTS). After migration everything worked fine on all browsers that previously stored a session cookie for the site. Once I logged out I was unable to log back again, it goes back on the login page (just like with the classical login issues).