robbiec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor and Add Media pop-up not workingWell, my TinyMCE issue resolved itself when I upgraded from 2.9.1 to 2.9.2
Forum: Fixing WordPress
In reply to: Visual Editor and Add Media pop-up not workingFirebug displays the following error when loading post-new.php:
tinyMCE is not defined post-new.php()post-new.php (line 1167) [Break on this error] tinyMCE.addI18n('en.style_dlg',{Forum: Fixing WordPress
In reply to: Visual Editor and Add Media pop-up not workingSigh…
just noticed that “Use the visual editor” checkbox in my profile is not even there any more. No option to select or deselect it.
Forum: Fixing WordPress
In reply to: Visual Editor and Add Media pop-up not workingOk…one problem solved.
My media pop window is now available.
I had added the following line to my .htaccess file, which was recommended as a tip to thwart hackers:
RewriteRule ^(wp-includes)\/.*$ ./ [NC,R=301,L]Once I removed this, I can now use my media uploader.
However, my visual editor is still not working.
Forum: Fixing WordPress
In reply to: Images from wp-content/uploads disappearedTurns out I was hacked.
Found a new .htaccess file that contained this:
<meta http-equiv=”refresh” content=”0;URL=http://qaraqan-qaraqan.narod.ru/qaraqan.html”>
Which links to something called the Azerbaijan Defacers.
I deleted the htaccess file and my images returned.