I am getting this error:
* warning: exec() has been disabled for security reasons in /home/elitehar/public_html/adult/modules/fetchgals/fetchgals/fetchgals.module on line 331.
* warning: file_get_contents(/home/elitehar/public_html/adult/modules/fetchgals/fetchgals/fetchgals/tgps) [function.file-get-contents]: failed to open stream: No such file or directory in /home/elitehar/public_html/adult/modules/fetchgals/fetchgals/fetchgals.module on line 206.
I would like to know how to fix this... Also I can't for the life of me figure out these instructions on how to install.
Comments
Comment #1
pobster commented1. Type "warning: exec() has been disabled for security reasons" into Google and click on pretty much any result (the third one down for me in the UK is from Drupal, which nicely tells me exactly what your error is) - just take a look.
2. Type "file_get_contents failed to open stream" into Google and click on pretty much any result (the sixth one down for me in the UK is from Drupal, which nicely tells me exactly what your error is) - just take a look.
3. I assume you're referring to how to install fetchgals itself, not the module? Just read the file "README" which comes with the fetchgals package download, it tells you exactly how to install the required Perl modules.
Pobster
Comment #2
pobster commented