Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • The theme I am using has “retina-1.1.0.js” included most likely this was throwing errors as
    – @2x files didnt exist on the server, and
    – the “retina-1.1.0.js” executes a script for @2x images that throws and error
    -> var root = (typeof exports == ‘undefined’ ? window : exports);

    A workaround I made is to remove the @2x value from image names. In the file “retina-1.1.0.js” all occurrences of @2x were replaced i.e.
    -> “this.at_2x_path” modified to “this.path”

    Hope this helps for others too.

    Hi Keith,

    Awesome Plugin, been using it on several sites.

    Recently installed it to a new site and the error log shows errors, deleted and reinstalled but still happening. downloaded from https://www.blogseye.com/ and same issue persists. Following are the errors generated in log file :

    Error number: 8192
    Error type: Unknown Error type 8192
    Error Msg: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
    File name: /home/propertyli/public_html/wp-content/plugins/permalink-finder/includes/pf-404.php
    Line Number: 621
    ———————

    Error number: 2
    Error type: Run-time warnings (non-fatal errors). Execution of the script is not halted.
    Error Msg: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO)
    File name: /home/propertyli/public_html/wp-content/plugins/permalink-finder/includes/pf-404.php
    Line Number: 621

    ——————–

    Error number: 8192
    Error type: Unknown Error type 8192
    Error Msg: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
    File name: /home/propertyli/public_html/wp-content/plugins/permalink-finder/includes/pf-404.php
    Line Number: 668
    ———————

    Error number: 2
    Error type: Run-time warnings (non-fatal errors). Execution of the script is not halted.
    Error Msg: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO)
    File name: /home/propertyli/public_html/wp-content/plugins/permalink-finder/includes/pf-404.php
    Line Number: 668
    ———————

    if I disable the plugin I see a 404 page, but with the plugin enabled the error log has the above repeated several times.

    Please help share a fix to this issue.

    Regards,
    Seodelight

    Thread Starter seodelight

    (@seodelight)

    Thank you Frank, I shall soon update the site 1 to the latest version and most likely disable the javascript optimization as that returns high bounce rate, love your plugin hope the next WP upgrade works with the js optimization as it did for me before.

    Thread Starter seodelight

    (@seodelight)

    Hi Frank,

    I have re-opened this topic as I still see bounce errors with the “Optimize JavaScript Code?” activated.

    I am monitoring the following 4 sites :
    First site is pending WordPress+plugin update, autoptimize works with “optimize javascript code”, and has low bounce rate.

    1. https://goo.gl/Tp0TO2 (WordPress 4.0.1 , Autoptimize Version 1.9.1, Reduce Bounce Rate Version 3.1)

    Below sites (2 and 3) are 95% near-similar to above except these have been updated to latest WP and plugins, has high bounce rate if java-script optimization is activated :

    2. https://goo.gl/F9Xi9X (WordPress 4.1, Autoptimize Version 1.9.2, Reduce Bounce Rate Version 3.1)

    3. https://goo.gl/KTWKOU (WordPress 4.1, Autoptimize Version 1.9.2, Reduce Bounce Rate Version 3.1)

    4. https://goo.gl/QZlcv9 – pfshh (WordPress 4.1, Autoptimize Version 1.9.2, Reduce Bounce Rate Version 3.1)

    While doing tests, I had disabled all caching plugins. I have noticed a drop in performance and page load time if I leave these .js scripts load individually. There has been no theme updates to either of the above sites.

    Look forward to your advice. Thank you.

    Thread Starter seodelight

    (@seodelight)

    Hi Frank,

    Thank you for the quick response, I have just added “trackScrolling” to the exclusion and it worked.

    Best wishes for the new year ??

Viewing 5 replies - 1 through 5 (of 5 total)