Closed (fixed)
Project:
Advanced Forum
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 07:19 UTC
Updated:
3 Apr 2009 at 02:44 UTC
Once I activated Advanced Forum, the product page doesn't display correctly. A lot of code displayed. Also, information on that page (Images, Product Description, Price, etc.) are shown repeatedly. Example of the code displayed :
object(stdClass)#7 (52) {
["nid"]=>
string(3) "179"
["type"]=>
string(7) "product"
["language"]=>
string(0) ""
["uid"]=>
string(1) "6"
["status"]=>
string(1) "1"
["created"]=>
string(10) "1238398541"
["changed"]=>
string(10) "1238398541"
["comment"]=>
string(1) "2"
["promote"]=>
string(1) "0"
["moderate"]=>
string(1) "0"
["sticky"]=>
string(1) "0"
["tnid"]=>
string(1) "0"
["translate"]=>
string(1) "0"
["vid"]=>
string(3) "179"
["revision_uid"]=>
string(1) "6"
Comments
Comment #1
michelleI haven't the foggiest idea how AF could have any effect at all on Ubercart. It doesn't do anything unless you're in the forums. But I've also never used Ubercart so maybe it does something to forums I'm not aware of. Tossing it to their queue.
Michelle
Comment #2
Island Usurper commentedNope, works fine for me. I don't know why you'd put product nodes in a forum, but even that didn't do anything like you said. The comment section kind of covers up the taxonomy links on the node, but that might just be Garland.
Comment #3
michelleDoesn't sound like there's anything I can do here. TBH, that looks like devel's dsm() output there. Maybe you have debugging code somewhere in your theme or something. I'd do a search on dsm and dpm and dpr.
Thanks for checking, Island Usurper. I wasn't even expecting you to install AF to test. Just thought you folks might have an idea what Ubercart would have to do with the forums. :)
Michelle
Comment #4
abx commentedI just remember that I've played around with theming product node with file "node-product.tpl.php". So, I checked it and found it was under theme directory. (Zen) Remove it make Advanced Forum works as it should be. Strange thing is that it was there without any problem until I activated Advanced Forum.
Anyway, thanks for checking it out.