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

michelle’s picture

Title: Incompatible with Ubercart 6.x-bata5 ? » Incompatible with Advanced Forum ?
Project: Advanced Forum » Ubercart
Version: 6.x-1.0 » 6.x-2.0-beta5
Category: bug » support

I 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

Island Usurper’s picture

Project: Ubercart » Advanced Forum
Version: 6.x-2.0-beta5 » 6.x-1.0
Status: Active » Postponed (maintainer needs more info)

Nope, 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.

michelle’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Doesn'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

abx’s picture

Status: Closed (won't fix) » Closed (fixed)

I 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.