I am running drupal 6.3. [ just updated} and I am trying to get the fethcgals module to work with the instalation.

The modules shows up, everything seems fine- btu then I onyl get error messages-

" warning: file_get_contents(/home/sexytoo/public_html/modules/fetchgals/fetchgals/porn_html/index.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/sexytoo/public_html/modules/fetchgals/fetchgals.module on line 294.
Fetchgals HTML files do not exist.

"warning: file_get_contents(/home/sexytoo/public_html/modules/fetchgals/fetchgals/tgps) [function.file-get-contents]: failed to open stream: No such file or directory in /home/sexytoo/public_html/modules/fetchgals/fetchgals.module on line 206.

Comments

pobster’s picture

It's PHP 5 compatible only. It can easily be written for PHP 4, but meh - I can't be bothered to change it now.

Pobster