Closed (fixed)
Project:
Flickr Rippr
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2008 at 10:51 UTC
Updated:
23 May 2009 at 22:18 UTC
Hi! I'm trying to install this module on Drupal 5.6. When I first enabled it, I got a fatal error to undefined function drupal_install_schema, but after commenting those functions out of flickrrippr.install, i'm just getting a lot of this:
* warning: include_once(sites/all/modules/flickrrippr/flickrrippr.inc) [function.include-once]: failed to open stream: No such file or directory in /www/drupal/sites/all/modules/flickrrippr/flickrrippr.module on line 5.
* warning: include_once() [function.include]: Failed opening 'sites/all/modules/flickrrippr/flickrrippr.inc' for inclusion (include_path='.:/usr/local/share/pear') in /www/drupal/sites/all/modules/flickrrippr/flickrrippr.module on line 5.
* warning: include_once(sites/all/modules/flickrrippr/flickrrippr.inc) [function.include-once]: failed to open stream: No such file or directory in /www/drupal/sites/all/modules/flickrrippr/flickrrippr.module on line 5.
* warning: include_once() [function.include]: Failed opening 'sites/all/modules/flickrrippr/flickrrippr.inc' for inclusion (include_path='.:/usr/local/share/pear') in /www/drupal/sites/all/modules/flickrrippr/flickrrippr.module on line 5.
I did put the PHPflickr stuff in the module's directory.
Any ideas? I have a client who needs this module's functionality - I would be willing to pay a bounty or hourly rate for work on it. Let me know!
Thanks!
-elly
Comments
Comment #1
sirkitree commentedIt looks like you tried installing the drupal 6 version of the module. drupal 5 doesn't use the install_schema. I downloaded this and looked in the file README.CVS.txt
You should try checking out one of the previous versions directly from cvs, try the DRUPAL-5 branch. Let me know if you need help! :D
Comment #2
Shiny commented