just clarify, its adds and extra ‘
does not change to quote ”
Not sure, maybe I posted this is wrong spot?
I see others have had this issue, all those threads are closed though.
Kinda at a wall here, cant do anything without solving this first?
I am using 3.0.1
5 hours not one reply?
Any ideas at all?
I know this isn’t the first time, but I just can’t seem to find a solution?
Plz, there has to be something I can do?
No one has any suggestions?
I liked the setup of WP but if I nor anyone else can post an ‘ then I can’t use it.
Not sure why I can’t get any answer or suggestion?
Have I missed something?
Have you tried reinstalling?
yup, Just did again, but did the auto reinstall,
going to delete everything and try again
Thanx for your reply
Deleted Database, Deleted ALL WP files
Remake db, re download then upload WP files, install.
Same issue.
Is it a setting on my host?
This is my phpinfo
http://planethax.com/autoblog/phpinfo.php
Anonymous User
(@anonymized-3085)
stop bumping so much, a lot of people look for unanswered threads ‘first’.
that phpinfo page isn’t found.
What are your server details, php version, mysql version etc.
is it windows or linux hosting?
Bumping so much?
Question kept getting pushed to page 3 or 4 and not one answer.
I made new thread in installation as I found it is an install issue it seems.
No need to close that one as it is the better Section.
I removed the phpinfo as I have found the issue, beleieve I have it corrected just have to verify the correct will not cause other issues first.
Anonymous User
(@anonymized-3085)
well when you have identified the issue, please let others now what the resolution was here, as others may have the same problem.
Doing a search for this particular issue returns results, others have had the issue but the solution does not seem to be posted here or at least I could not find it.
The issue was with PHP Magic quotes being turned on.
My solution so far is that I added
php_value magic_quotes_gpc 0
to my .htaccess file
Those having this issue and do not have an .htaccess file
open notepad and paste
#.htaccess
php_value magic_quotes_gpc 0
save as .htaccess.txt
upload to your WP folder and rename .htaccess (no extension)