• Resolved Dzynit

    (@dzynit)


    I was able to fix the error by changing line 68 of the admin/page-notes-admin.php file from this:

    load_textdomain( $domain, page – notes – admin . phptrailingslashit( WP_LANG_DIR ) . ‘/’ . $domain . ‘-‘ . $locale . ‘.mo’ );

    back to this from the previous version 1.1.0:

    load_textdomain( $domain, trailingslashit( WP_LANG_DIR ) . $domain . ‘/’ . $domain . ‘-‘ . $locale . ‘.mo’ );

    Luckily this only caused the wp-admin to show the critical error and the frontend of the site still loaded fine. Could this be corrected in your next update please?

Viewing 1 replies (of 1 total)
  • Plugin Author David Fuller

    (@dlfulle)

    Under new management. This should be fixed but please let us know if you have the same issue. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Critical error after update’ is closed to new replies.