I recently installed Serverbuddy on a test wordpress site to vet my basic site builds, and I kept getting "PHP Curl support" indicating as disabled/Fail. This is on a fairly stock RHEL5 system, and I was able to verify that the standard curl packages are installed and in active use by other packages/plugins.
Last night I tracked the issue back to the check done by Serverbuddy -- apparently it is looking to phpinfo() output for most of these checks (interestingly, using curl to acquire said output...), and is failing to match the cURL information in the output.
The problem apparently lies with Serverbuddy's rule for curl (definitions/general.txt & definitions/information.txt), which targets the text "cURL support", while the phpinfo() output shows a line for "CURL support". Changing the rule in each file from "cURL" to "CURL" allows the plugin to properly identify the system's 'PHP Curl support' status.
Note: a quick google search returned several references to cURL availability checks in other php apps/utils failing due to similar case-sensitivity issues. The common suggestion for resolution was to employ case-insensitive comparisons.
Cheers,
-D
Case-sensitivity breaking Serverbuddy's cURL check...
Started by
Guest_Don_*
, Nov 19 2010 02:06 PM
No replies to this topic
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the ServerBuddy forum.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




