olde_scum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "404 – not found" when updating postsUPDATE:
same thing occured on my another blog!! everything seemed to work well – but as soon as I’ve edited post title with croatian letters – boom!
“Not Acceptable
An appropriate representation of the requested resource /test/wp-admin/post.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”
what’s going on?!?
i’m still on 3.0.1 on that one.. and best for the end; now it works just fine.. now i’m totally confused.Forum: Fixing WordPress
In reply to: "404 – not found" when updating postshmm.. friend of mine has a joomla site running with the same ISP and had some issues as well. according to him, provider claims that everything is running smooth and no new features, scripts or anything else has been deployed.
is Bizzaro still around? any news there?Forum: Fixing WordPress
In reply to: "404 – not found" when updating postswell, well… my wordpress site needed some good night sleep, apparently..
everything works just fine today; eastern character encoding, permalinks.. Everything I’ve been struggling yesterday and last night. Go figure!
What I would like to know now is – what the hell happened? I’m really pleased things are back to normal, but I’m terrified with the idea of going through all this once again, especially when I can’t be sure that it will end up the same way. So I would really like to find out if it was the server side error, application bug, database failure or something else..Forum: Fixing WordPress
In reply to: "404 – not found" when updating postsJan – thanx for leaving off the last part 🙂 I thank you even more fore trying to help:
phpinfo gives back lots of information, but I’m not quite sure what to look for? as far as I can see, there’s no mod_security module, at least with that name..Forum: Fixing WordPress
In reply to: "404 – not found" when updating postswhat do you think? could that be a hosting provider issue?
Forum: Fixing WordPress
In reply to: "404 – not found" when updating postsjust bumped to this; maybe that’s a clue:
406 Not Acceptable :
You get following message on browser :
Quote:
406 Not Acceptable
An appropriate representation of the requested resource /wp-admin/upload.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
You get this error while submitting data in web forms, publishing, saving posts/pages in wordpress, joomla applications or while doing another work in customized application.what causing this ? how do I fix it ?
There is one common known issue for 406 error and that is Mod_security a web application firewall. It is a security module installed on the server to protect from injections attacks. if your script contains stings which are detected as vulnerable or the code trying to perform suspicious activity then Mod_security rule will restrict your application request and will raise this error. there are many blogs/forums suggested to put following code in .htaccess file so it will fix your problem.
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule><IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>But please please please .. ! do not disable Mod_security completely due to this error. Just contact tech support who will exclude conflicting URLs from the appropriate rules and will resolve same issue. disabling Mod_security completely can cause security issue for your account.
Forum: Fixing WordPress
In reply to: "404 – not found" when updating postsbizzaro, i’m using 3.0.2 wp, but i think it started BEFORE I updated it..
jan – nothin in my logs
htaccess file; I even gave him full 777 and still nothing happens..
as soon as I type ANY of those ČĆŠPOĐŽ letters darn thing goes bezerk..
and I got permalinks issue; i’ve tryed to change it back to default values, and now it refuses to change back..Forum: Fixing WordPress
In reply to: "404 – not found" when updating postssame here – it’s inside my blog, when I try to publish a new post (with croatian characters) – when I press “pulish” button – that’s what I get
Forum: Fixing WordPress
In reply to: "404 – not found" when updating postsI have the same exact problem, interestingly enough, my site is also in croatian.. and it all started today. wonder if it has anything to do with hosting provider?
what I managed to figure out is that everything works well if I don’t use any of croatian letters (both in post title or in text itself).. and it worked just well until yesterday?!? I’m using ISO-8859-2 encoding, just as I’ve used so far..
any idea?
this is error i’m getting:
Not AcceptableAn appropriate representation of the requested resource /wp-admin/post.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.