News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SEO4SMF

Started by sacx, March 04, 2007, 08:45:17 PM

Previous topic - Next topic

El Reclutador 2003

The mod shows one error in display.php

I have SMF 1.1.2. whit spanish-utf8 language
http://www.dr3team.net    http://www.dr3team.com


Mortal159

Alright, so im tyring to install SEO4SMF on my forum. I have to do the manuall install because of my other mods. I put the code in the correct places and double checked everything (put in the code for the failed tests only) then i clicked install. I got the following message....

Duplicate entry 'seo4smf_enable' for key 1
File: /home/syniste1/public_html/Packages/temp/install.php
Line: 41

I dont know what this means :( help? (please anyone!!!!)
www.SynisterMustang.net
www.PostNoctisTees.com
www.StreetBikeTech.com

Harro

That means you already have the tables in  your database.

Dannii

If you're not going to support it here, I don't think you should have it in the mods site.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Mortal159

Quote from: Harro on May 23, 2007, 03:05:25 AM
That means you already have the tables in  your database.

how do i go about getting them out of my database? i cant find it...
www.SynisterMustang.net
www.PostNoctisTees.com
www.StreetBikeTech.com

Harro

Do it with phpMyadmin.
Look for all rows with seo4smf in the smf_settings table and delete them.

Mortal159

#46
Alright, i have a new problem now... I have the mod running but when i apply beautified URLS i can no longer view multiple pages in a thread. meaning i click on page 2, or 23 and it refreshes page one.

I have asked for support on their site and i haven't been responded to for days. SO hopefully someone here knows the problem im talking about?

I edited my .htaccess file and removed the # for beautify urls, and it still didnt work.

Ive also got a problem with the site map... When i enable it, it will start the frist page, then keep making the sitemap tag over and over for about 20x of the first page only...

help?

help?
www.SynisterMustang.net
www.PostNoctisTees.com
www.StreetBikeTech.com

DCB

Hi all,

I'm trying to install this mod and just keep hitting problems. the install instructions on the webmastertalks site have a lot of spelling and grammar mistakes so I worry I'm not understanding something.


I'm running Joomla 1.0.12
SMF 1.1.2
Bridge 1.1.7
SEFAdvance 5.0.4

I copied the .htaccess in the install instructions and added in my correct item ID

here's my current. htaccess:
Options +FollowSymLinks

RewriteEngine on

#Some apache servers need Rewritebase.
#delete # from start of Rewrite base to enable it.
#If your forum is something like http:/www.forum-example.com/forum then modify your
#RewriteBase in this way: RewriteBase /forum

RewriteBase /forum

RewriteRule ^index.php$ /index.php?option,com_smf/Itemid,51 [R=301,L]

#Rewrite Old urls
RewriteRule  ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]

RewriteRule  ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]
RewriteRule  ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]

#Bad Url's
RewriteRule  ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]
RewriteRule  ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]

#New board URL's
RewriteRule ^(.*)-b([0-9]*).([0-9]*)/;(.*) /index.php?dummy=1&option=com_smf&Itemid=51&board=$2.$3&$4 [L]
RewriteRule ^(.*)-b([0-9]*).([0-9]*)/$ /index.php?dummy=1&option=com_smf&Itemid=51&board=$2.$3 [L]
RewriteRule ^(.*)-b([0-9]*).([0-9]) /index.php?dummy=1&option=com_smf&Itemid=51&board=$2.$3 [L]

#New topic URL's
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;((\?:from|msg|new)[0-9]*);(.*)$ /index.php?dummy=1&option=com_smf&Itemid=51&topic=$2.$4&$6 [L]
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;((\?:from|msg|new)[0-9]*) /index.php?dummy=1&option=com_smf&Itemid=51&topic=$2.$4 [L]
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;(.*)$ /index.php?dummy=1&option=com_smf&Itemid=51&topic=$2.$3&$4 [L]
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html /index.php?dummy=1&option=com_smf&Itemid=51&topic=$2.$3 [L]

#New profiles URL's
RewriteRule ^(.*)-u([0-9]*).html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ /index.php?dummy=1&option=com_smf&Itemid=51&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]
RewriteRule ^(.*)-u([0-9]*).html;sa,(.*);start,([0-9]*)$ /index.php?dummy=1&option=com_smf&Itemid=51&action=profile;u=$2;sa=$3;start=$4 [L]
RewriteRule ^(.*)-u([0-9]*).html;sa,(.*)$ /index.php?dummy=1&option=com_smf&Itemid=51&action=profile;u=$2;sa=$3 [L]
RewriteRule ^(.*)-u([0-9]*).html /index.php?dummy=1&option=com_smf&Itemid=51&action=profile;u=$2 [L]

#New Tinyportal Articles URL's
RewriteRule ^(.*)-p([0-9]*).html /index.php?dummy=1&option=com_smf&Itemid=51&page=$2 [L]

#Archive/Sitemaps
RewriteRule ^sitemaps-([a-zA-Z0-9-]*).html /index.php?dummy=1&option=com_smf&Itemid=51&action=seo4smfsitemaps&sa=$1 [L]

#New action Url's^
RewriteRule ^(.*).html;(.*)$ /index.php?dummy=1&option=com_smf&Itemid=51&action=$1;$2 [L]
RewriteRule ^(.*).html$ /index.php?dummy=1&option=com_smf&Itemid=51&action=$1 [L]


RewriteRule sitemap.xml sitemaps.php [L]
RewriteRule urllist.txt urllist.php [L]


I'm getting an error in my forum:
"Fatal error: Call to undefined function: create_description() in /home/drinkcra/public_html/components/com_smf/smf.php on line 266"

and my forum isn't displaying wrapped anymore.

Anyone have any ideas?

abda53

How do I pull the new SEO url so I can use it in the Digg extension?

Harro

@DCB: did you install it without any errors?
@abda53: the new url's should be visible in your browsers address bar.

DCB

Quote from: Harro on May 31, 2007, 07:09:45 AM
@DCB: did you install it without any errors?
@abda53: the new url's should be visible in your browsers address bar.
It seemed to be that I did, when I first installed my packages directory wasn't writeable, so I CHMOD that directory and installed with seemingly no problems

djpaddystudio7

Not Found

The requested URL /forum/seo4smfadminsave.html;save was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

when i try to enable the mod from the seo4smf admin panel and try to save the page then I get this ... what do i do ?? not even the forum page which is now forum.html is being displayed though if i put index.php then the page is being displayed . I am utterly confused ???

Harro

Make sure you rename htaccess.txt to .htaccess (as mentioned in the readme).

djpaddystudio7

Quote from: Harro on June 11, 2007, 07:18:41 AM
Make sure you rename htaccess.txt to .htaccess (as mentioned in the readme).

yup i have done that , though i have not deleted any of the # as i am not sure which ones do i need to delete . Can you throw some light on that !!

djpaddystudio7

#54
I think I am in a big fix here . I am using smf 1.1.2 with TP 0.97 .I installed seo4smf 0.2.9.8 . As far as I think I have correctly added the /forum thing in the htaccess and renamed it . Now after doing so my site was working properly with the new links . I mainly wanted this mod for the site maps which were not displayed. so i went to the seo4smf admin panel . there i enables the mod , added description , enabled the sitemaps and checked the referals thing for digg , yahoo, google etc. then i clicked save and i recieved this message

Not Found

The requested URL /forum/seo4smfadminsave.html;save was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

now i tried to go back to the admin panel and i am not able to open any page in the site . all the pages end with something.html

I can go to the portal page by typing forum/index.php
I can go to the index by typing fourm/index.php?action=forum

but i can not open the page forum.html or any other pages

just check out http://www.mastikipaathshala.talkhost.info/forum/index.php
here i can go to the topics in the recent posts box.
but i cant go to the links forum.html , help.html , search.html , admin.html etc.
I can access only by going through as index.php?action=forum etc.

so my forum index is at http://www.mastikipaathshala.talkhost.info/forum/index.php?action=forum

I can not access my admin panel because i type action=admin , then the page asks me for password . when i provide it , then it takes me to the page admin.html . Again giving a not found error .

I have checked my forum folder permission it is 777

now i think i make myself more clear !!!



I am not able to go to the admin panel even , so how do i uninstall it . Maybe i 'll manually install any future version of it , but right now please tell me how can i manually uninstall it !!!

Harro

Did you fix it?
I can go to the forum fine, read topics,...
On a side note, the newest version is 0.2.9.9
But you have to download that one here: http://www.webmasterstalks.com/index.php

Hondo

#56
Hi,
the problem is that the script means smf is in the root directory. If not you get this error.
You have to change RewriteBase / to RewriteBase /NameofSubdirectory in .htaccess file

I just tested this mod with smf 1.1.2 and the newest mod-file.
It worked - but it change the layout form my board.
It move the board to the left site (I don´t have the board in full size), it remove the background of the board and many pictures are not shown only the small red cross.

I also use MKPortal as CMS and it changed the style of some parts.
I´m very unhappy about this - how can I use this mod correctly?

There were no error when I installed it. I use version 0.2.9.9

n1kki6

I installed this and its working great other than one problem.  I have the return to topic after posting selected by default and after posting it brings them back to the first page of the thread instead of the latest post.  Anyway to fix this?

Hondo

Hi,
I think the problem was that I enabled SeoFriendly Links in the board admin.
Is this realy needed for this modification?

L.G.S

Hi, does this mod use mod_rewrite? My host is changing to PHPsuEXEC and I've been told if the mod uses it, that it will stop working.

If it does use it, can you tell me if there is a way to make the mod work without it?
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Advertisement: