This version is incompatible with the 6.13 version of Drupal core.
SocialNicheGuru - July 2, 2009 - 18:59
| Project: | Taxonomy Access Control Lite |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Not compatible with D6.13 :(

#1
What is the problem?
I'm using TAC_lite 6.x-1.3 with 6.13 and I don't notice any issues
#2
Might 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
#3
I'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?
#4
I was using the patch to upgrade from version 5 to version 6.
#5
What patch? Is it published somewhere?
#6
it 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.
#7
"Had the same problem (custom module)"
This means I had the same problem with another module ;-)
#8
I 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.