Members: 16,797
Threads: 38,937
Posts: 160,302
Online: 292

Newest Member: alienqu


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 01.12.2004, 16:41   #11 (permalink)
Elite Mamber
 
twysm's Avatar
 
Join Date: Apr 2004
Location: /dev/peru/lima
Posts: 1,008
twysm can only hope to improve
Send a message via ICQ to twysm Send a message via MSN to twysm Send a message via Yahoo to twysm
Default Re: 404sef

Quote:
Originally Posted by mirdin
I just installed Simpleboard with both patches and already had SEF404 beta7 installed, but I get a page not found when trying to post:

The category url is correct
http://www.domain.com/Community/category/showcat.html

When I click on post it shows the following URL
http://www.domain.com/category/post/reply/

I am running Mambo 4.5.1
Clearly there is something going wrong here
Update with the latest CVS.
__________________
www.ezwp.com
www.diginetperu.com
twysm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 01.12.2004, 17:00   #12 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 4
mirdin is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by twysm
Update with the latest CVS.
Where can I find the CVS? I can't seem to find it here:
http://mamboforge.net/projects/sef404/
mirdin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.12.2004, 11:01   #13 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 4
mirdin is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by twysm
Update with the latest CVS.
Ok finally managed to find the location of the cvs files
http://mamboforge.net/plugins/scmcvs...sroot%2Fsef404

I uploaded the latest
- sef404.php
- sef.php

to components/com_sef/

and
- admin.sef.php
- sef.class.php

to administrator/components/com_sef/

I don't see any changes.

The 'post' and 'my profile' links are not correct, they are formatted as follows:
http://www.domain.com/userprofile/show/
http://www.domain.com/category/post/reply/

It seems that the additional arguments in the url aren't handled properly.
Has anyone else been able to fix this?

The 'show latest post' and 'cagegory' links do work and are formatted like this:
http://www.domain.com/forum/latest.html
http://www.domain.com/forum/category/showcat.html

I did notice that the url's that don't work are not listed in the '404 SEF URL Manager'. Should I include these url's somehow?

UPDATE:
I disabled SEF404, posted a message, and then enabled SEF404 again, and now things are working

Except for the 'my profile' link which gives this SQL error:

'SQL=SELECT oldurl, newurl FROM #__redirection WHERE oldurl LIKE '%Community/userprofile/showcat%' LIMIT 1:
FATAL ERROR RETRIEVING SIMPLEBOARD URL'

twysm, I noticed you have a similar problem on your forum:
http://www.ezwp.com/foros/faq/
mirdin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.12.2004, 20:25   #14 (permalink)
TVB
Mamber
 
Join Date: Oct 2004
Posts: 62
TVB is on a distinguished road
Default Re: 404sef

I seem to be having a minor (almost funny in a way) with the com_wrapper and 404SEF. It seems to give random url's to urls that use the wrapper function. For instance, I have one page that uses the wrapper to call a cgi script that seems to have ended up with the url of what should be another page (and that page then takes on url-2.html)

I've changed in manually several times, but it seems that 404SEF rebuilds itself occassionally and any custom changes are then lost.

Suggestions?
TVB is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.12.2004, 21:36   #15 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by TVB
I seem to be having a minor (almost funny in a way) with the com_wrapper and 404SEF. It seems to give random url's to urls that use the wrapper function. For instance, I have one page that uses the wrapper to call a cgi script that seems to have ended up with the url of what should be another page (and that page then takes on url-2.html)

I've changed in manually several times, but it seems that 404SEF rebuilds itself occassionally and any custom changes are then lost.

Suggestions?
You can try a manal edit of administrator/components/com_sef/config.sef.php

find something like

$skip = array("com_poll");

and change it to

$skip = array("com_poll","com_wrapper");

But, bear in mind that urls will not longer be of the SEF variety. This change might also get lost if you use the admin interface to update your configuration.
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02.12.2004, 21:38   #16 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by mirdin

'SQL=SELECT oldurl, newurl FROM #__redirection WHERE oldurl LIKE '%Community/userprofile/showcat%' LIMIT 1:
FATAL ERROR RETRIEVING SIMPLEBOARD URL'

twysm, I noticed you have a similar problem on your forum:
http://www.ezwp.com/foros/faq/
I have reproduced this error. Seems there's a logic flow problem. I will be researching a solution.
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.12.2004, 08:23   #17 (permalink)
TVB
Mamber
 
Join Date: Oct 2004
Posts: 62
TVB is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by m2k
You can try a manal edit of administrator/components/com_sef/config.sef.php

find something like

$skip = array("com_poll");

and change it to

$skip = array("com_poll","com_wrapper");

But, bear in mind that urls will not longer be of the SEF variety. This change might also get lost if you use the admin interface to update your configuration.
I grabbed the latest cvs files and did a custom redirect for those pages and it is working fine.


However, looking at my url list, I've got /urls spawning themselves. For instance, there are 12 versions of one page listed in the list of SEF urls yet there is only one real version of it and only one link to it on the site. The urls being created automagically are out of control, yet the site seems fine and even though I keep clearing the cache, I am not getting any 404 errors on the frontend.

The urls are not restricted to any single component...rather, it is static pages and newsflash items. There may be more but I'm still getting through 600 error entries for 6 hours. Yikes!
TVB is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.12.2004, 15:03   #18 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by TVB
The urls are not restricted to any single component...rather, it is static pages and newsflash items. There may be more but I'm still getting through 600 error entries for 6 hours. Yikes!
Duplicate URLS are usually not duplicates. Have a close look at the Itemids. They are probably different. What appears to happen seems to be related to modules. Modules which do not correctly identify the itemids. This is not a code fault in 404SEF, but one in the module. A different Itemid is a different URL.
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.12.2004, 19:12   #19 (permalink)
TVB
Mamber
 
Join Date: Oct 2004
Posts: 62
TVB is on a distinguished road
Default Re: 404sef

They all definitely have different itemids being created off a random generator component They seem to have stablized at the number of different message so that was likely the problem. I guess I'll I'll just to stay on top of the 404 error logs so they don't get too big---it seems like the url gets logged if the generator hits another page which makes sense.

Does deleting the 404 errors from the backend delete them from the database or should I set up some type of cron jobs to clear them out periodically?


Betsy
TVB is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.12.2004, 01:01   #20 (permalink)
Elite Mamber
 
twysm's Avatar
 
Join Date: Apr 2004
Location: /dev/peru/lima
Posts: 1,008
twysm can only hope to improve
Send a message via ICQ to twysm Send a message via MSN to twysm Send a message via Yahoo to twysm
Default Re: 404sef

When you save the configuration the mysql table gets empty.
twysm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gregmac's SEF .. not dead gregmac Mambo 4.5.1 General Talk 79 04.03.2005 11:14
[week 48] Mambo and search engine optimization Admin Community Topic of the Week 25 29.11.2004 23:10
404 Sef m2k Mambo 4.5.1 General Talk 280 24.11.2004 14:19
Installazione di 404SEF beta 4 Gixina Componenti 0 15.11.2004 11:44
built in SEF vs 404SEF vs empo SEF Kal Development Discussions 2 14.11.2004 23:50


All times are GMT +2. The time now is 21:26.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.