Hi All,
After installing the Bio module on my Drupal Core, an internal server error (type 500) occurs.
In fact, I can still access the admin/build/modules page, but the error occurs when I request the page admin/by-module.
I have no log entries for this error.
Has anyone already seen this error ?
BTW, i am using Drupal 5.7

Cheers
Loic

Comments

Loic-1’s picture

Hey again,
This error does not occur alone (errors never do :-) !
on the user biography admin page, I get this warning

warning: Invalid argument supplied for foreach() in /homepages/43/d239937957/htdocs/sites/all/modules/bio/bio.module on line 369.

line 369 being part of the following section (in bio.module)
// Determine the options and default values.
$fields = _bio_get_fields();
$default_values = variable_get('bio_regstration_form_fields', array());
foreach ($fields as $field_name => $properties) {

does it help anyone ?
Thanks in advance

Loic