Archive

09月 2024

Showing 3 out of total 10

Origin is only applicable to schemes http and https: wss://www.xxxx.com/wss/chat
Author : Publish Time : 18 Sep 2024 06:41:09

Origin is only applicable to schemes http and https: wss://www.xxxx.com/wss/chat

 

<Bad state: Origin is only applicable to schemes http and https: wss://www.crossborderpower.com/wss/chat>
Connection to 'https://wwwxxx.com:0/wss/chat#' was not upgraded to websocket
Author : Publish Time : 18 Sep 2024 05:44:59

 Connection to 'https://wwwxxx.com:0/wss/chat#' was not upgraded to websocket

Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode.
Author : Publish Time : 16 Sep 2024 08:49:11

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>