Tac_lite conflicting with taxonomy list module?
| Project: | Taxonomy List |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I have created an issue with the maintainer of the taxonomy list module too, see below:
==========
I had Tac_lite module loaded and running fine. I added this (Taxonomy List) module yesterday, but started getting strange messages (see below).
During investigation, I turned off tac_lite and your module behaved properly. I then turned tac_lite back on and got the same problems.
All listed errors below, showed up in both Drupal 6.4 and 6.5 which I installed this morning.
note: I'm sure you will be aware that the "headers already sent" error msg, occurs when data is passed BEFORE a session_start is called.
SEE ERRORS BELOW.
=================================================
** using flat file option **
warning: Cannot modify header information - headers already sent by (output started at H:\wamp\www\micd6\includes\common.inc:365) in H:\wamp\www\micd6\includes\common.inc on line 141.
------------------------------
*** output 2 instances of entire page (page.tpl.php) on same screen -
error page is top page, with correct page printed underneath *******
Page not found
The requested page could not be found.
-------------------------------------------------
** also receive the error msg below when logged in as an authenticated user (not administrator) ****
* warning: Cannot modify header information - headers already sent by (output started at H:\wamp\www\micd6\includes\common.inc:365) in H:\wamp\www\micd6\includes\session.inc on line 97.
* warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in H:\wamp\www\micd6\includes\session.inc on line 100.

#1
Wow, I'm not sure what to make of this.
It wouldn't surprise me if the "two instances of entire page" is causing the other problems. Does that happen for node pages with tac_lite access control on them?
#2
I tested both respectively with the OTHER module disabled, and each module seems too work OK.
As I am stll not proficient with Drupal, I cannot tell if my installation/database has been corrupted in any way, without creating a whole new test site, but that will take at least half a day just to test.
I have re-installed the tac_lite module and uninstalled the taxonomy_list module, and all seems to be working fine.
FYI, I tried installing and uninstalling both modules, and when both installed and running together, I get the same, repeatable issues.
#3
I have just completed testing a test site, using a brand new install of D6.6, and installing only tac_lite and taxonomy_list modules. I created some test nodes and users and test vocabs/terms. I still managed to get the duplicate page displays, one on top of another, when logged out, with a 'page not found' message (see my initial report), despite having page nodes not allocated to any vocab/term and promoted to the front page.
This all took about 90 minutes to setup and test, so you should be able to reproduce the sames errors, without too much trouble.
HTH.
PS I will post this with the taxonomy_list module maintainer.
#4
I think reporting this to the taxonomy_list maintainer is a good idea.
Just to be honest, I will not find time to reproduce this problem. However if you can submit a patch that fixes the problem I will consider checking it in. My suspicion is that the patch which fixes this will be entirely in the taxonomy_list module, and not tac_lite.
You still haven't said which pages give you the page not found errors. Also I recommend installing devel and devel_node_access modules.
#5
#6
At the moment, my only site with TAC_Lite is still down after my hard disk crash, so it will take me a while to get it fixed.
#7
Marking #325111: incompatability with tac_lite module? as a duplicate.