I can not edit a post in Wordpress (Backend). I get this error :
I have disabled script concatenation to the wp-config.php file to see if that helps but the error still persists.
How can I solve this bug ? Could you help me please ?
Related
My WordPress page was giving me WSOD, so I looked out on the internet for its solution. After inserting a line of code in the PHP file it showed Internal Server error.
I am expecting it to be functioning so I can access my wp-admin and make updates.
I suggest you check your website's or localhost's htaccess file. Maybe it got a bad line of code because your error seems to be a 500 internel server error.
Or try to disable the plugins in case one of them might be the cause of the issue.
Also if you have an error debug log file, try to access it.
And if you have the ability to contact your webhost and they offer support, you can try this as well.
I am getting below error while running my reactjs application, not able to find out whether it is in my code or issue with some library or chrome extensions.
The error is in file:
chrome-extension://ojplmecpdpgccookcobabopnaifgidhf/utility_all2.js
Can someone help me in understanding this ?
Try to disabled one by one google chrome extension and refresh page.
Go to chrome://extensions/
In my case "Buyhatke" extension create issue. I disabled this extension and that error is gone.
Look like this extension is added some scripts, that is creating issue.
Note: I just added this answer, because it may help someone.
So I created a simple slideshow with jquery and jquery ui. It works perfectly when I dragged the html into chrome, but when I uploaded the file to my server, the effect didn't work.
You can see the website on -guyzyl.org- (its the main page), or just the html file (which is the same as the one on the site -https://www.dropbox.com/s/0q3tnshbvmxu9ax/index.html-
any help is appreciated, and thanks in advance.
You are missing all these js .. (Seen in firebug in console error)
"NetworkError: 403 Forbidden - http://jqueryui.com/latest/ui/jquery.effects.core.js"
jquery...core.js
"NetworkError: 403 Forbidden - http://jqueryui.com/latest/ui/jquery.effects.slide.js"
jquery...lide.js
error: "NetworkError: 403 Forbidden - http://jqueryui.com/latest/ui/jquery.effects.slide.js"
Also . i would suggest you to read from google CDN ( this jquery ui contains all the effect files)
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js
While keeping a local copy of it, so that in case it is not able to get it from google cdn , it can look in local path .(as in your case and doesn't brake your website)
Nothing is wrong with the code itself: http://jsfiddle.net/ya8Yu/ is all of your code working.
you need to get your included files setup properly as Fidrizers suggested.
Also, in the future set up a jsfiddle so that we dont have to run around to gather all of your code and set up an environment to test.
A friend on mine is having an issue on one of his webforms, he referrs that everytime he loads one page containing RequiredFieldValidators the page throws the following Javascript/WebResource error:
Mesagge: Syntax error
Líne: 3
Character: 1
Code: 0
URI: http://localhost/miproyecto/WebResource.axd?CCL=ynu3FmO0gS8j
I thought that the issue could be related to a forms authentication problem so He allowed the resource to be a permitted file like this:
http://connect.microsoft.com/VisualStudio/feedback/details/105101/forms-authentication-using-login-control
However the problem persists
I wonder if there is a way to get rid of the issue.
Regards,
CR
Edit:Forgot to mention that when he comments the RequiredFieldValidators on the page, the error is gone. But the idea is to keep them.
He had a .js file linked to the page and this was causing the error. Once it was commented the page worked.
Thanks!
On the following site : http://www.cefod.org/legitchad/web there are a lot of javascript (jquery, jquery-ui).
Everything is working offline, but when the website is online, no more script is working.
It seems there are no problem with the tags, since you can read them by clicking on the links in the page's source.
So, what is the problem ?
I get 2 error messages when running you site through Firebug:
illegal character in jquery-ui.js on line 7199
$.datepicher is undefined in ui-datepicker-fr.js on line 2
Probably has something to do with you problems
Firebug tells me your jquery-ui.js is broken in line 7199.
Looks like an encoding problem. Get a new file from the jquery ui website. Make sure it not get's broken during the upload.
Inside your jquery-ui.js, there is something wrong on line: 7199, I see al lot of characters that can not be found, maybe something went wrong on uploading this file.
What if you try using this URL, just checking if this makes the error, this is not the newest jQueryUI url, but it's the same version as you are using now:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js
your file upload could have messed up,
did you try re-uploading?
because what I see in the file online at the mentioned lines above is "����������������������������������������..."
this could have happened if your transfer stopped and tried to resume