Follow us on Twitter
Welcome, Guest
Please Login or Register.    Lost Password?
JoomAce Support
AceSEF
General Support
Solved Issues
Forum is locked
Used mark does not work in 1.5.3 Forum is locked
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Used mark does not work in 1.5.3
#7252
Used mark does not work in 1.5.3 3 Months, 1 Week ago  
Since I update to 1.5.3 AceSEF I have a problem.

For some reason AceSEF generate new URLs that I do not want.

I think the problem is that for some reason uses real URL that I used to mark the "Used".
AceSEF for some reason, gives priority to the ID and not the "Used" mark.

AceSEF 1.5.3
Zoo extensions 1.5.2
Zoo 2.0.4
Bole
VIP Customer
Posts: 12
graphgraph
Click here to see the profile of this user
The topic has been locked.
 
#14277
Used mark does not work in 1.5.3 3 Months, 1 Week ago  
Since I update to 1.5.3 AceSEF I have a problem.

For some reason AceSEF generate new URLs that I do not want.

I think the problem is that for some reason uses real URL that I used to mark the "Used".
AceSEF for some reason, gives priority to the ID and not the "Used" mark.

AceSEF 1.5.3
Zoo extensions 1.5.2
Zoo 2.0.4
Bole
VIP Customer
Posts: 12
graphgraph
Click here to see the profile of this user
The topic has been locked.
 
#14280
Used mark does not work in 1.5.3 3 Months, 1 Week ago  
Try this plz:

OPEN
Code:

administrator/components/com_acesef/library/cache.php


FIND
Code:

$row_3 = AceDatabase::loadObject("SELECT {$fields} FROM #__acesef_urls WHERE params LIKE '%trashed=0%' AND params LIKE '%notfound=0%' AND {$where_url}");


REPLACE WITH
Code:

$row_3 = AceDatabase::loadObject("SELECT {$fields} FROM #__acesef_urls WHERE params LIKE '%trashed=0%' AND params LIKE '%notfound=0%' AND {$where_url} ORDER BY used DESC, cdate DESC, id ASC LIMIT 1");
Denis Dulici
Administrator
Posts: 2683
graph
Click here to see the profile of this user
Gender: Male
If you use AceSEF, please support us by posting a rating and a review at the Joomla! Extensions Directory
The topic has been locked.
 
#14281
Used mark does not work in 1.5.3 3 Months, 1 Week ago  
This helped.....

Thanks for quick support....
Bole
VIP Customer
Posts: 12
graphgraph
Click here to see the profile of this user
The topic has been locked.
 
Go to topPage: 1
JoomAce Support
AceSEF
General Support
Solved Issues
Forum is locked
Powered by Kunenaget the latest posts directly to your desktop