User Profile
User's Address,Order,Post etc.
Showing 5 out of total 125
(gcc >= 8 with gcc < 9) is needed by annobin-9.72-1.el8_5.2.x86_64
Author : Anonymous Publish Time : 25 Sep 2024 18:25:20
Running transaction check
Error: transaction check vs depsolve:
(gcc >= 8 with gcc < 9) is needed by annobin-9.72-1.el8_5.2.x86_64
_TypeError (type '_AsyncStreamController<xxx>' is not a subtype of type 'Stream<xxx>?')
Author : Anonymous Publish Time : 19 Sep 2024 10:48:06
_TypeError (type '_AsyncStreamController<xxx>' is not a subtype of type 'Stream<xxx>?')
Origin is only applicable to schemes http and https: wss://www.xxxx.com/wss/chat
Author : Anonymous 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 : Anonymous 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 : Anonymous 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>