5
I recently updated an installation of Wordpress 3.0 for 3.8 and the features of drag and drop stopped working.
I noticed two Javascript errors on the page in the file load-scripts.php
indicating a token illegal. The mistake I took from Chrome’s console is that:
Uncaught Syntaxerror: Unexpected Identifier load-scripts.php? c=1&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-core... pabl e,admin-widgets,svg-Painter,Heartbeat,wp-auth-check,thickbox&ver=3.8:2
I’ve already disabled all plugins and other steps indicated in a forum post Wordpress, but it still didn’t solve the problem.
Put the mistake here, so we can help you better. Another thing, if possible check through Firefox Firebug, it is better to debug javascript errors.
– Brayan
How your error is related to Apache to get that question tag?
– Zuul
Take a look at the source code of the file via the firebug network tab, maybe there is a php error.
– bfavaretto
Did you ever try what I said? If it didn’t work out I’m looking for another alternative...
– Kenny Rafael
Hello Kenny, sorry for the delay... really not yet fucked...
– h3nr1ke
@Zuul really... put because it was php... fixed...
– h3nr1ke
Jeez...I’ll look for a solution and put here...
– Kenny Rafael
Instead of saying "... and other steps indicated in a post on the Wordpress forum", it would be better to list what those other steps were. Even if there is a link, it may break down in the future, or new posts may appear on the linked forum after you have asked the question, and a future reader may conclude that you have made some step that has not been made.
– That Brazilian Guy