I installed the module and made the settings.php and install.php modifications. I can see the Testing link under Site building but when I click it I just get a blank page.

Comments

vm’s picture

Status: Active » Postponed (maintainer needs more info)

check apache error logs for error being thrown. Often it is a memory exhaustion error requiring you to set your memory_limit higher in php.ini

portulaca’s picture

This is on my local drupal installation, I already have php memory limit set to 100 but I'll increase it and see what happens.

vm’s picture

if it isn't a memory exhaust it will still help to know what exactly the errors are being thrown. error logs are good for this.

portulaca’s picture

Increasing the memory limit didn't help.

Is this what you asked for?

[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP Fatal error: Class 'DrupalTestCase' not found in /etc/drupal/all/modules/webform/tests/webform.test on line 4
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP Stack trace:
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 1. {main}() /usr/share/drupal/index.php:0
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 2. menu_execute_active_handler() /usr/share/drupal/index.php:18
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 3. call_user_func_array() /usr/share/drupal/includes/menu.inc:348
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 4. drupal_get_form() /usr/share/drupal/includes/menu.inc:0
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 5. call_user_func_array() /usr/share/drupal/includes/form.inc:102
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 6. drupal_retrieve_form() /usr/share/drupal/includes/form.inc:0
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 7. call_user_func_array() /usr/share/drupal/includes/form.inc:366
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 8. simpletest_test_form() /usr/share/drupal/includes/form.inc:0
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 9. simpletest_get_all_tests() /etc/drupal/all/modules/simpletest/simpletest.module:65
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 10. include_once() /etc/drupal/all/modules/simpletest/simpletest.module:448
[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP 11. include_once() /etc/drupal/all/modules/webform/tests/components.test:4

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Postponed (maintainer needs more info) » Fixed

[Mon Jan 12 01:38:09 2009] [error] [client 127.0.0.1] PHP Fatal error: Class 'DrupalTestCase' not found in /etc/drupal/all/modules/webform/tests/webform.test on line 4

You need to use DrupalWebTestCase in 2.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.