When one of the following Moduls ist enabled, i get a Whitescreen when i try to visit www.mydomain.com/admin/user/access
- Mini panels 5.x-2.0-beta5
- Panel nodes 5.x-2.0-beta5
- Panel pages 5.x-2.0-beta5
- Panels exporter 5.x-2.0-beta5
Does anyone has an idea?
Greetings Jonas
Comments
Comment #1
jonas28 commentedWhen i enable one of the called Modules and i visit i.e. www.mydomain.com/admin/user/access/6, where i can setup the access-setting for the role with the rid 6, everything is fine.
Comment #2
jonas28 commented» I changed in my htaccess to "php_value memory_limit 64M"and everything is fine... even www.mydomain.com/admin/user/access
Comment #3
persyl commentedHow did you do that? When I add that line of code in my .htaccess file the site crashes?!
All I added was:
php_value memory_limit 32M
Comment #4
sarikagarg commentedyes you are right the website crashes if we make changes to the .htaccess file.
It is better to make changes in the settings.php in sites/default/ folder
Look for the section :
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
and immediately after this add the following line:
php_value memory_limit 32M
For further information check http://drupal.org/node/207036
Comment #5
sarikagarg commentedyes you are right the website crashes if we make changes to the .htaccess file.
It is better to make changes in the settings.php in sites/default/ folder
Look for the section :
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
and immediately after this add the following line:
php_value memory_limit 32M
For further information check http://drupal.org/node/207036