• Resolved edegaru

    (@edegaru)


    Hi Evan

    When, for whatever reason, you can’t access the URL for font-awesome.css, you get an error. You can reproduce the bug by simply, for example, changing to a bad URL to test.

    The Error points to this line

    wp_die( $response->get_error_message() , $response->title , array( ‘back_link’ => true ) );

    You updated the plugin to check if the URL gives you a valid URL or a WP_Error. But when you get an error, $response obviously doesn’t have $response->title, it just have the WP_Error returned.

    Minor bug, great plugin.
    Thanks for all the work you do.

    https://ww.wp.xz.cn/plugins/timeline-express/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hey Edgeru,

    Thanks for catching this error. I’ll have a look and see about getting it patched up in the next release. Sorry about that!

    Evan

    Thread Starter edegaru

    (@edegaru)

    Also, there is a typo on that block

    Line 1273: $resposne instead of $response

    Best Regards

    Plugin Author Evan Herman

    (@eherman24)

    Hi Edgar,

    I just wanted to drop by and thank you again for pointing out this issue. I’m just about to release a new patch which will enhance a lot of the CSS styles bundled with the plugin, the masonry layout as well as this minor error regarding font awesome that you’ve pointed out above.

    Thanks again,
    Evan

    Thread Starter edegaru

    (@edegaru)

    Great Evan!

    Nice plugin, really well done, and great support.

    Plugin Author Evan Herman

    (@eherman24)

    Thanks Edegaru and thanks for the positive review!

    Have a wonderful evening!

    Evan

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

The topic ‘Notice: Undefined property: WP_Error::$title’ is closed to new replies.