Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode.
CBEShop - cross border E-commerce shop,multiple merchant multi store online shopping system( https://www.crossborderpower.com)
Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode.
this error happened when i add some js var before the html start
<?php echo '<script>var site_url = "' . $siteUrl . '"; </script>';?>
<!DOCTYPE html>
<html lang="en">
<head>
so move
<?php echo '<script>var site_url = "' . $siteUrl . '"; </script>';?>
after
<!DOCTYPE html>
Comment
Login To Comment
No Comments