Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Aug 2008 at 14:58 UTC
Updated:
13 Jul 2010 at 18:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
inspiredearth commentedThe previous error message was generated by the server (not displayed within Drupal).
I've now returned to listing modules and go these errors reported by Drupal:
* warning: include_once(.//content.module) [function.include-once]: failed to open stream: No such file or directory in /home/publish/public_html/cms/modules/amazon/asin/asin.install on line 5.
* warning: include_once() [function.include]: Failed opening './/content.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/publish/public_html/cms/modules/amazon/asin/asin.install on line 5.
* warning: include_once(.//content.module) [function.include-once]: failed to open stream: No such file or directory in /home/publish/public_html/cms/modules/amazon/asin/asin.install on line 5.
* warning: include_once() [function.include]: Failed opening './/content.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/publish/public_html/cms/modules/amazon/asin/asin.install on line 5.
When I refresh the modules list, the error messages have gone, but only the Amazon API is activated and the other part parts are not.
Cheers,
Jonathan
Comment #2
Anonymous (not verified) commentedI got this same error when trying to install the API and all the other Amazon modules at the same time.
Comment #3
Anonymous (not verified) commentedI just figured out what's going on here -- Amazon Field requires CCK, which I did not have installed. content_notify() is provided by CCK.
However, Amazon Field does not list any dependencies. The asin/asin.info file erroneously uses requirements[] instead of dependencies[]. I've attached a patch to correct this.
Comment #4
Anonymous (not verified) commentedBump.
Seriously, this is still open after six months? It's a 10-second fix. See the diff in my previous comment.
Comment #5
gregglesProper status can help.
Comment #6
eaton commentedCommitted. Thanks for the catch.
Comment #8
Aabuhamedah commented