Added the last .txt, but it still doesn't work with 1.3.1.
I get this error when going to my profile:
[code:1]Notice: Undefined variable: content in
\InetPub\homepage.com\v2\components\com_comprofiler\plugin\user\plug_marketplace-tab\marketplace.plugin.php on line 55
Notice: Undefined variable: catid in
\InetPub\homepage.com\v2\components\com_comprofiler\plugin\user\plug_marketplace-tab\marketplace.plugin.php on line 75
Notice: Use of undefined constant VIEW_PROFILE - assumed 'VIEW_PROFILE' in
\InetPub\homepage.com\v2\components\com_comprofiler\plugin\user\plug_marketplace-tab\marketplace.plugin.php on line 164[/code:1]
Line 54-56 looks like this
[code:1]$content .="<table id=\"category_table\" cellpadding='0' cellspacing='0'>";
$content .="<tr id=\"category_tablerowheader\">";[/code:1]
Line 74-76 looks like this
[code:1]linkTarget = sefRelToAbs('index.php?option=com_marketplace&page=show_ad&catid='.$catid.'&adid='.$row->id);
$content .="<tr id=\"category_tablerow\">";[/code:1]
What's wrong ?
Post edited by: Gioacchino, at: 2007/03/23 14:25