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

jonas28’s picture

When 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.

jonas28’s picture

Title: Panelmodules (5.x-2.0-beta5) causes Whitescreen of Death when i try to visit ...admin/user/access » I changed in my htaccess to "php_value memory_limit 64M"and everything is fine... even www.mydomain.com/admin/user/access
Status: Active » Closed (fixed)

» I changed in my htaccess to "php_value memory_limit 64M"and everything is fine... even www.mydomain.com/admin/user/access

persyl’s picture

How 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

sarikagarg’s picture

yes 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

sarikagarg’s picture

yes 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