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.
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
Comment #1
vm commentedcheck 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
Comment #2
portulacaThis is on my local drupal installation, I already have php memory limit set to 100 but I'll increase it and see what happens.
Comment #3
vm commentedif 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.
Comment #4
portulacaIncreasing 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
Comment #5
boombatower commented[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.