Critical error after update
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Critical error after update’ is closed to new replies.