Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for cezo

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 10:46
  • Posts: 4
  • Profile Views: 2170
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
By no means am I a professional programmer so this may not be the best approach, but it worked for me. Please use at your own discretion!! Maybe the site owners could intervene and give their input.

In “sef.cache.php” around line: 113
should look something like:
$str .= '$'.$arrayName.'[\''.$sef.'\']=\''. $val.'\';';


Replace with:
$str .= '$'.$arrayName.'[\''.$sef.'\']=\''.addslashes($val).'\';';


As I stated use at your own discretion!! But it works great for me. In essence all this does is get it to escape the single quotes which were used in some of my titles and content. At least that was my problem.

## So far I did NOT have to add stripslashes. ##
Solved: unexpected T ...
Category: JoomSEF 3
emo
FIXED:
Just add the php command (addslashes) to the variables before the cache file is created so that all special characters will be escaped.
Solved: unexpected T ...
Category: JoomSEF 3
emo
I have the same issue. I found out that the issue is caused because when the cache.php file is created, it is not escaping the special characters. For example, In my page title I use a ' and in the cache file it should have a backslash in front of the ' but its not.<br><br>Post edited by: cezo, at: 2007/10/17 01:51
Solved: unexpected T ...
Category: JoomSEF 3
emo
I have had the same problem for some time now. Sometimes I can get it to work buy adding and deleting pages.

Sometimes it works - sometimes it doesnt. Very big problem though.
ArtioSEF Problems wi ...
Category: JoomSEF 3
More
User Login Empty