Is your browser possibly blocking javascript from the site?
no, i use noscript and adblock, but both sites are on the ‘whitelist’ / not blocked.
i already checked that (i also disabled the extensions, but i had the same error as before).
thank you for your help anyway.
anybody any idea how i could solve this problem?
ok, i got it.
i manually changed the value “advanced_edit” from the table “wp_options” to “1”. now it works (after ctrl-f5).
the sql-query for this is:
UPDATE wp_options SET option_value = ‘1’ WHERE option_id =43 AND blog_id =0 AND option_name = ‘advanced_edit’ LIMIT 1 ;
maybe you have to remove this part:
“option_id =43 AND blog_id =0 AND “
i don’t know if this is blog specific or not.
thanks anyways.
Isn’t that the same as going to Users -> Your Profile and checking/unchecking the “Use VRE editor” option?
maybe, but it didn’t work. i also tried to disable/enable the checkbox and save each time so that wordpress could rewrite its config, but as i said this had no effect.
now it works pretty good. don’t know why it didn’t work before…
Thanks HandySolo, Had a long post with all my config detailed and thought best to do a quick search first…
Isn’t that the same as going to Users -> Your Profile and checking/unchecking the “Use VRE editor” option?
Sorted 🙂