Topic: [INVALID] Strip Slashes Needed!

This is a minor bug, but nonetheless annoying...

I noticed if you input a user name such as O'Connor etc. it is displayed as O\'Connor.

A simple string function such as Strip Slashes should fix this problem...

The question is, where is the most strategic place to use the Strip Slashes so we dont have to go through each and every file...

I look forward to your reply, thanks!

Deja. wink

Re: [INVALID] Strip Slashes Needed!

Deja,

I was able to reproduce your problem by enabling magic_quotes_gpc in my php.ini.  Tracmor does not support this PHP setup.  Make sure magic_quotes_gpc is turned off in your php.ini,  restart your web server,  and see if that fixes the problem.  You'll need to edit any usernames that were already saved with slashes in the name due to magic quotes being turned on.

This might also be the cause of the weirdness you were experiencing in the Admin module.

Justin Sinclair

Got Inventory? Get Tracmor.

Re: [INVALID] Strip Slashes Needed!

Great, that worked, thank you!

Alas, it did not fix the double url posting issue though sad