Hi Jon,
I've installed CDSEO Pro on our test server but ran into the first problem. We have some custom mods installed for our store and I suspect they're interfering with CDSEO Pro. When I select a product on our test server the links are generated but I get a 404 error:
Code:
The requested URL /cdseopro.php was not found on this server.
But of course the file is on our server, 100% sure. And also I think this is suspicious, the link is generated as:
Code:
Acer-PD100-lamp-EC.J2101.001.html?&manid=1100
but if I try the link without the addition &manid then still I get a 404 error. Any ideas? I can provide a FTP link but this test server is well protected and it's hard to login.
Thanks,
Dennis
EDIT, I think I have located where the &manid addition comes from in the URL, in home.php I have:
Code:
if ($manid) {
$cat_is_man = func_query("SELECT $sql_tbl[manufacturers_categories].manufacturerid, $sql_tbl[manufacturers_categories].categoryid, $sql_tbl[categories].category FROM $sql_tbl[manufacturers_categories], $sql_tbl[categories] WHERE $sql_tbl[categories].categoryid=$sql_tbl[manufacturers_categories].categoryid AND $sql_tbl[manufacturers_categories].manufacturerid='$manid' ORDER BY $sql_tbl[categories].category");
$_categories = array();
if (!empty($cat_is_man))
foreach($cat_is_man as $key => $value)
$_categories[$value['categoryid']] = $value['category'];
$smarty->assign("_categories", $_categories);
$smarty->assign("manid", $manid);
}
Don't ask me what it does though..

__________________
www.qualitylamps.eu
X-Cart Gold 4.1.8, PHP 5.2.6, MySQL 5.0.51a, Apache 2.2.9
www.vervangjelamp.nl
X-Cart Gold 4.2.0, PHP 5.2.6, MySQL 5.0.37-standard, Apache/2
Sorry for the weird user name, I registered it by mistake