Usually, While after installing WordPress or upgrading existing wordpress version, you found that, the Visual editor is missing or not working,
Resolution :
Login to the cPanel and edit the file wp-config.php
cPanel >> Filemanager >> wp-config.php >> here select the file and click on edit icon at top menu >>
Then add the following code at the bottom of the line :
=========================
define( ‘CONCATENATE_SCRIPTS’, false );
=========================
and Save the file. It will fixed this issue.
Done..
Resolution :
Login to the cPanel and edit the file wp-config.php
cPanel >> Filemanager >> wp-config.php >> here select the file and click on edit icon at top menu >>
Then add the following code at the bottom of the line :
=========================
define( ‘CONCATENATE_SCRIPTS’, false );
=========================
and Save the file. It will fixed this issue.
Done..
