News:

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

Main Menu

Pretty URLs

Started by SMFHacks.com Team, January 31, 2007, 10:56:43 AM

Previous topic - Next topic

massdog.com

#4980
Quote from: Dannii on February 01, 2010, 04:34:30 AM
Go add the language entry to modifications.english.php yourself. :)
how to do it?i think the error is from subs.php
thanks



This user can fix that
http://www.simplemachines.org/community/index.php?topic=297156.msg1962080#msg1962080

Bruno36

Hello!

Simple Image Upload does not work with the mod pretty url
I have an error message

Not Found

The requested URL /general-discussion/retrtretre/addform.html was not found on this server.
Bruno36 the French
SMF 2.0.9

vbgamer45

Might be a bug with simple upload if you they are using relative paths instead of full paths.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Bruno36

when url is pretty clear, single image upload works fine
Bruno36 the French
SMF 2.0.9

vbgamer45

Yeah but they have a bad path to the file that's what i think happened
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

mamaveve

I move from .us domain to .net domain (with same name, made .net now become my main domain)
the board url always show .us domain..., ( other url like domainname/search/ , /help/ dll already in .net)
I try to clear the smf_pretty url cache & board url but still got .us domain in my board/topic url

pls help me :(

Angelotus

Quote from: Angelotus on February 27, 2010, 06:27:11 PM
Quote from: Angelotus on February 26, 2010, 04:43:00 AM
VBgamer, I have really big issues with this, I hope you can help me out.

After installing the mod (I didn't got any errors while installing) al my links are broken, ALL of my links. Even in the admin section everything is broken now. I can't uninstall, I can't do anything anymore.

I really need help with this, my whole site is broken now!!!!!!!!!


Update:
I manually uninstalled the package. My boards are fine now.


The problem was, that all links where messed up, there where no actions, subactions etc found in the links. Example:
http://www.mypicas.com/1/index.php?action;sa;id;=admin


It got all messed up and nothing worked anymore, even all forms didn't worked...
Any clues how to solve this, so I can install this mod?

I haven't got this fixed myself. In the troubleshootingpage I couldn't find the answer to this mystery too.

vbgamer45

Quote from: mamaveve on March 03, 2010, 08:02:29 AM
I move from .us domain to .net domain (with same name, made .net now become my main domain)
the board url always show .us domain..., ( other url like domainname/search/ , /help/ dll already in .net)
I try to clear the smf_pretty url cache & board url but still got .us domain in my board/topic url

pls help me :(

Check the troubleshooting page
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

badbo

Quote from: mamaveve on March 03, 2010, 08:02:29 AM
I move from .us domain to .net domain (with same name, made .net now become my main domain)
the board url always show .us domain..., ( other url like domainname/search/ , /help/ dll already in .net)
I try to clear the smf_pretty url cache & board url but still got .us domain in my board/topic url

pls help me :(
Use the repair_settings.php. Some of your settings are still pointed to .us doamin

badbo

Quote from: mamaveve on March 03, 2010, 08:02:29 AM
I move from .us domain to .net domain (with same name, made .net now become my main domain)
the board url always show .us domain..., ( other url like domainname/search/ , /help/ dll already in .net)
I try to clear the smf_pretty url cache & board url but still got .us domain in my board/topic url

pls help me :(
Use the repair_settings.php some of your settings are still pointing to the us domain

playdiune

#4990
I was looking on google reports of my forum and i have hundreds and hundreds of duplicate TAGs like this;

Quoteavatares/
/avatares/?wap2

Quote/jogos-20/?wap2
/jogos-23/18/?wap2
/jogos-23/9/?wap2
/jogos-23/
/jogos-23/?wap2
/jogos-28/9/?wap2
/jogos-28/?wap2

Quote/shareware-72/27/?wap2
/shareware-72/
/shareware/54/?wap2

Quote/twitter/9/?wap2
/twitter/

Quote/educacao-sexual/30/
/educacao-sexual/9/?wap2
/educacao-sexual/?wap2

Is this caused by pretty urls ? If yes, is there a solution ?

i think this is making google not to index my forum properly.

Need help, please
My personal forum is now improving thanks to the Power of SMF

http://www.new-digital.net

playdiune

This is another issue i get all days;

Quotehttp://www.new-digital.net/index.php?topic=7074.0 
Database error: Duplicate entry '7074' for key 'PRIMARY'
File: /home2/newdigi3/public_html/Sources/PrettyUrls-Filters.php
Line: 290

Quotehttp://www.new-digital.net/index.php?topic=7048.0 
Database error: Duplicate entry '7048' for key 'PRIMARY'
File: /home2/newdigi3/public_html/Sources/PrettyUrls-Filters.php
Line: 290

Is there any thing i can do ?
My personal forum is now improving thanks to the Power of SMF

http://www.new-digital.net

vbgamer45

Try this
Open Sources/PrettyUrls-Filters.php
Around line 290
Find

db_query("
INSERT INTO {$db_prefix}pretty_topic_urls
(ID_TOPIC, pretty_url)
VALUES " . implode(', ', $add_new), __FILE__, __LINE__);

Change to

db_query("
INSERT IGNORE INTO {$db_prefix}pretty_topic_urls
(ID_TOPIC, pretty_url)
VALUES " . implode(', ', $add_new), __FILE__, __LINE__);
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

playdiune

thanks.

Donne ! gonna see the results and will make know ;)

And the duplicate tags on google reports. Is there a solution ?
My personal forum is now improving thanks to the Power of SMF

http://www.new-digital.net

Leemy

What permissions should .htaccess have? mine are 644 but i get the error:
Cannot overwrite existing .htaccess file. Please change its write permissions.

Miasma

Quote from: vbgamer45 on February 27, 2010, 05:29:20 PM
Quote from: Miasma on February 27, 2010, 11:37:29 AM
Please help
You would need to tweak the .htaccess file

So it's possible.

Can anyone help me with that? I know quite many people use portal so this would be useful for not just me.

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MordyT

Want to see SMF in action? Head over to RvOClan.info

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Miasma

Thanks for upgrade but i still need help

Advertisement: