• I am trying to get phpfreechat running on a Windows 2003 Server Enterprise shared hosting service running PHP 5.2.0 and MySQL 4.1.22 and WordPress 2.8.5 actually (not yet in the select slot).

    It seemed that installation went well but when I embed the chat into a page using the shortcode, it does not load. Check of the source shows the javascript referenced above the embedded client (excerpt)
    ———–

    <script type="text/javascript" src="https://lsgh76.org/wp-content/plugins/phpfreechat/data/public/js/compat.js"></script>
    <script type="text/javascript" src="https://lsgh76.org/wp-content/plugins/phpfreechat/data/public/js/md5.js"></script>
    <script type="text/javascript" src="https://lsgh76.org/wp-content/plugins/phpfreechat/data/public/js/cookie.js"></script>
    <script type="text/javascript" src="https://lsgh76.org/wp-content/plugins/phpfreechat/data/public/js/image_preloader.js"></script>

    ————

    WordPress was installed in https://lsgh76.org/wordpress so it would appear that the script generating this at the server is in error.

    I checked the MySQL database and the wp_phpfreechat table was created and the settings seem to get saved but when all URLs even in the container itself omit the ‘/wordpress’ portion.

    Anyone know a fix? Or, where the code generating the URLs is located?

    Thanks in advance.
    Pepnak

  • The topic ‘[Plugin: PHPFreeChat] Install problem: chat does not load due to improperly addressed javascript’ is closed to new replies.