xymbolis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help and Screen Option Menus not working on some installationsI’ve sorted this out. Its a JQuery problem I solved it by adding: define(‘CONCATENATE_SCRIPTS’, false); to the wp-config.php file, just below the define(‘DB_HOST’) line.
http://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
Forum: Fixing WordPress
In reply to: Help and Screen Option Menus not working on some installationsYes, all files installed fresh from new downloads each time. I’ve just spent 3 hours with my server provider and they can’t find anything at hire end. I haven’t run WP on this particular server before.
Interestingly the bugs that Firebug reports don’t occur on other installations on other servers that I have performed an identical install on!
Forum: Installing WordPress
In reply to: Can't see admin panel – just a directory of WP filesThanks esmi, thats what I did. Only trouble is that if I try and view a page in the admin panel it goes to my index.html page.
Forum: Installing WordPress
In reply to: Can't see admin panel – just a directory of WP filesThanks jonradio. I adjusted the .htaccess so that it registered index.html index.php. It appears to be working now, although I think that your method seems safer so I’m going to re-install.
Thanks for the help.