3.0 manual install, Editor & Dashboard problem
-
Hi, I’ve found a solution to my issue, so this is for information as well as asking why this happens.
I’m using Win XP & CPanel hosting. I downloaded 3.0 from WP Downloads, extracted & uploaded into new folder & DB. When I’d logged into the dashboard, nothing really worked as it should, the arrow heads on the left hand menu items didn’t work & when I went to add content to a new page, the Editor only showed the Media icons & no text showed up when I typed, unless I highlighted it.
Thinking I’d messed up the install, I went to Updates & Re-installed Automatically but that didn’t help.
Next step was Google & I found this: https://www.techiecorner.com/1656/wordpress-visual-editor-not-working/
To fix WordPress visual editor not showing, follow the steps below:-
* FTP to your web server
* Download your wp-config.php and add this line of code at the bottom of the file before the “require_once” line.
define(‘CONCATENATE_SCRIPTS’, false );
(*remember to backup the original wp-config.php)
* Once done, upload the wp-config.php to your web server again. Now refresh your wordpress page and you should see the Visual Editor now.
I added the code & the dashboard worked perfectly.
As an experiment, I then downloaded a fresh copy of WP 3.0 from WordPress Downloads & created two more manual installs. They also required both the additional line of code above & to have WP 3.0 Re-installed Automatically before they worked properly.
I then downloaded the WP 3.0 zip file from within my sites Dashboard – Update location.
I then tried two more installs using this new file & they both worked perfectly straight away, without adding the additional code or running Re-installed Automatically.
Is there a difference between the two files?
Thanks, Mark
- The topic ‘3.0 manual install, Editor & Dashboard problem’ is closed to new replies.