Closed (fixed)
Project:
Taxonomy Access Control Lite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2009 at 18:59 UTC
Updated:
5 Nov 2010 at 18:52 UTC
Not compatible with D6.13 :(
Comments
Comment #1
markDrupal commentedWhat is the problem?
I'm using TAC_lite 6.x-1.3 with 6.13 and I don't notice any issues
Comment #2
keesje commentedMight not be related, but my search ended here :-).
Had the same problem (custom module).
solution: .info file had "dependencies =" instead of "dependencies[] =".
If it does not help you, it might help others landing here with the same problem.
Cheers,
Kees
Armbanden online
Comment #3
Dave Cohen commentedI'm looking at the DRUPAL-6--1 branch, and I see the proper dependencies[] in the info file. So to those of you with a problem, where are you getting the module from?
Comment #4
socialnicheguru commentedI was using the patch to upgrade from version 5 to version 6.
Comment #5
Dave Cohen commentedWhat patch? Is it published somewhere?
Comment #6
socialnicheguru commentedit is in the bug queue and entitled "Drupal 6" or something along those lines (don't have time to find it now but will if you can't).
I just pdated to the actual dev release so this should remain closed.
Comment #7
keesje commented"Had the same problem (custom module)"
This means I had the same problem with another module ;-)
Comment #8
earl_lefebvre commentedI had the same problem creating a custom module and it turned out to be that I used Microsoft Wordpad instead of Notepad. It turns out that the format of the Wordpad text files causes the problem. Once I switched to using Notepad everything worked fine.
Comment #9
almaudoh commentedThanks kees. Mine was a "dependencies" instead of "dependencies[]" on fb_actions.info in the DFF Actions module.
Comment #10
drupalshrek commentedI was having a similar problem, and the problem was also the .info file. In my case, I was trying to use a v5 module with Drupal 6. By comparing the .info file for the v5 module with the .info file for a v6 module I was able to find the key missing items. Basically I had to add the following line to the .info file:
See also:
http://drupal.org/node/171205