I'd like to try out this module but get the following error after I enable it in admin/modules:

Fatal error: Call to undefined function: scandir() in /home/colorado/public_html/sites/all/modules/droopal/droopal.install on line 211

I followed the Installation instructions, except I couldn't find out if the "patch" utility referred to (copied below from your installation instructions) is installed (searched my php.ini for "patch" with no results). If this is the problem, could you please post more info on if/how I can install/enable that on my site5.com shared virtual hosting account?

Make sure the "patch" utility is installed and accessible from from your PHP scripts. This is VERY IMPORTANT. On most OSX, Linux, and Unix Variants the "patch" utility will be installed and accessible by default from PHP.

Comments

brendoncrawford’s picture

Colorado,

Thanks for your feedback.

What version of PHP are you using? scandir() only works on PHP 5, as do a lot of the features in this module. If you are in fact using PHP 5, please let me know.

I will update the install file to check for PHP 5.

brendoncrawford’s picture

colorado,

To find out if you have patch, go to the command line shell and type "which patch". If it returns nothing, then you may be out of luck. If it returns a file path, you should be fine.

brendoncrawford’s picture

Assigned: Unassigned » brendoncrawford
Status: Active » Postponed (maintainer needs more info)
brendoncrawford’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)