Closed (works as designed)
Project:
SimpleTest
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2008 at 23:09 UTC
Updated:
22 Nov 2008 at 18:59 UTC
I get this error in Apache. IIS doesn't tell me that curl_init() is not defined.
An error occurred . /drupal6/batch?id=8&op=do <br /> <b>Fatal error</b>: Call to undefined function curl_init() in <b>\drupal6\sites\all\modules\simpletest\drupal_web_test_case.php</b> on line <b>784</b><br />
If the curl library is a requirement we should have a requirement check for this.
Comments
Comment #1
boombatower commentedIt is required...I thought it checked..hmm.
Comment #2
boombatower commentedThere is a check in the installer.
Not sure how you installed it.
Comment #3
hass commentedI have installed simpletest 1.x long time ago... then changed to 2.1, 2.3 and now to 2.5. Only for testing purposes I've switched from IIS to Apache as simpeltest isn't working for me at all any more. But you have pointed out - you are only checking on install time and I switched over the webserver afterwards installation. Maybe you can not check this not only on install time.
Comment #4
boombatower commentedIt is actually checked during both phases.
If you visit admin/reports/status a cURL requirement. Either way please try install cURL and the PHP plugin and report back your findings.
Comment #5
hass commentedWell while reviewing I saw it 30 minutes ago... but I haven't opened "admin" and the status page what have made this requirement hidden to me on Apache try.
Comment #6
hass commentedClosing - the checks exists, but I circumvented the checks.