It looks like all of my {nickname}'s are getting a backslash added.
So when you go to a photo album, it will say Album: bob\'s photos. Same for videos too.
Anyone run into this? Any ideas for me to try?
It looks like all of my {nickname}'s are getting a backslash added. So when you go to a photo album, it will say Album: bob\'s photos. Same for videos too. Anyone run into this? Any ideas for me to try? Happiness is a warm gun. | |||||||||
Go into admin->Tools then phpinfo
https://www.deanbassett.com | |||||||||
Yes, somehow the \ was added to your admin settings. Check Admin>Modules>Photos>Settings and make sure the Default profile name says: {nickname}'s photos and not {nickname}\'s photos. | |||||||||
So I enabled magic_quotes_gpc in php.ini but the slash is still there. The settings have the proper text - {nickname}'s photos hmmmm Happiness is a warm gun. | |||||||||
So are you saying magic quotes gpc was off and you turned it on? https://www.deanbassett.com | |||||||||
Yes, i have magic_quotes_gpc off and then turned it on. A new user account does not have the /'s problem. How can I update the existing accounts? Happiness is a warm gun. | |||||||||
Yes, i have magic_quotes_gpc off and then turned it on. A new user account does not have the /'s problem. How can I update the existing accounts? Do you like databases? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | |||||||||
I am not MR. mySQL but I know my way around them. I have tried to find the table that has the /'s (if there is one) but I havent found it yet. Happiness is a warm gun. | |||||||||
You should find most of them in the table sys_albums https://www.deanbassett.com | |||||||||
Yea, it looks like they are in there. Now if only I knew how to do queries... something like "Alter" \'s "From" Caption In sys_albums... Happiness is a warm gun. | |||||||||
Yea, but because the \ is an escape character for mysql, it will complicate the query. I'll see if i can come up with something. https://www.deanbassett.com | |||||||||
Ok. This should work. https://www.deanbassett.com | |||||||||
Thank you Deano, that seems to have worked and I just adapted it to alter the Description field too. Happiness is a warm gun. |