You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
I have had this script installed on our server for 3 years and now all of a sudden the URL's are messed up after clicking on a recipe.
The URL postes the domain name twice.. example:
http://www.ruthieskitchen.com/%22?p=category&cat=51%5c%22
I looked around a bit but I can not navigate to where it is causing the URL's to do this.
I even looked for files that may have been corrupted but no files have been touched sense the original install.
Can someone please guide me in the right direction here?
Offline
If you look at the source code, there are slashes in all of your paths. Looks like a server upgrade might have caused the issue? Can`t be sure to be honest.
Offline
no resent upgrades to the server... ( dedicated that I administer)
I looked at the DB tables for the file paths and URL's... nothing extra there.
Offline
Can you point me to the location in the file structure where i can find it?
Offline
Looks like its adding the slashes when it loads the data. Could be down to the magic quotes settings in the php.ini file, but I wouldn`t have thought so. Magic quotes on or off?
Offline
Magic quotes are on because of other scripts on the server, but has always been on.. Let me try and bypass that by turning them off in the htaccess. Will report back.. Just in case someone else runs into this.
Offline
Ok, that did it!! Thanks.
Open the .htaccess file and add this to it:
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime off
That will resolve the issue
Offline
Ok, great. That won`t work on all servers, but glad its a fix for you.
Offline
Pages: 1