Support Forums

Error in SEO

This is a discussion on Error in SEO within the Technical Support forums, part of the Technical Support Forums category; Hi, I bought the latest module seo and I receive an error HTTP 404 on special french character like àéèç. ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 12-06-2009, 06:32 PM   #1
Customer
 
hel68c's Avatar
 
Join Date: Jun 2008
Location: Canada, Quebec
Posts: 293
Rep Power: 23
hel68c is just really nice hel68c is just really nice
Default Error in SEO

Hi,

I bought the latest module seo and I receive an error HTTP 404 on special french
character like àéèç.

here is the URL:

http://localhost/hobbyclassified/lis...Top_Flite.html.

The orinial title of the Ad is “Géant P-47 Thunderbolt Top Flite “

and I receive an error on:

http://localhost/hobbyclassified/listings/new.html the orginal url without

the seo is “http://localhost/hobbyclassified/top...gs.php?pg=new”

“Fatal error: Call to undefined method Listings::seoString() in
C:wampwwwhobbyclassifiedincludesclasseskernelListi ngs.php on line 546”

the function
function getCatTree($prefix, $parent)
{
global $db;
$arr = array();
$sSQL=“SELECT id,name,cOrder,parent_id FROM “.PREFIX.“categories WHERE
parent_id=”.$parent.” AND display<>'N' AND cLink='' ORDER BY cORDER DESC,
name ASC";
$result=$db->query($sSQL);
while($row = $result->fetch())
{
$id=$row[‘id’];
$row[‘name’] = $prefix .
safeStripSlashes(htmlspecialchars($row[‘name’]));
array_push($arr, $row);
$arr = array_merge($arr, $this->getCatTree($prefix
.“ » ”, $id));
}
return $arr;
}

Thanks
Serge
__________________
Serge
HobbyClassified.com
V4.08 Developper, Module installed (CIV Scam Filter, Maffo Location System, Maffo News,Youtube, Seller Store)
hel68c is offline  
Old 12-07-2009, 10:02 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 136
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Did you install this on v4.0.8?
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 12-07-2009, 05:45 PM   #3
Customer
 
hel68c's Avatar
 
Join Date: Jun 2008
Location: Canada, Quebec
Posts: 293
Rep Power: 23
hel68c is just really nice hel68c is just really nice
Default

Yes I did on ver 4.08
__________________
Serge
HobbyClassified.com
V4.08 Developper, Module installed (CIV Scam Filter, Maffo Location System, Maffo News,Youtube, Seller Store)
hel68c is offline  
Old 12-07-2009, 09:17 PM   #4
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 136
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Just replied to your ticket and will take up through there.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Closed Thread

Thread Tools
Display Modes



All times are GMT -4. The time now is 05:59 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0