Latest From Blogigs - Thesis 1.7 Custom File Editor Conflicts With WordPress 3
Latest From Blogigs - Thesis 1.7 Custom File Editor Conflicts With WordPress 3 |
Thesis 1.7 Custom File Editor Conflicts With WordPress 3 Posted: 19 Jun 2010 05:19 AM PDT For those using Thesis 1.7 and have upgraded to WordPress 3 you will find that your custom file editor runs into an error when you try to open it for editing. The error message will be something like this: Fatal error: Call to undefined function use_codepress() in /your-directory/public_html/wp-content/themes/thesis_1.7/lib/admin/admin.php on line 42. There is no need for panic as it is not as fatal as it sounds and the workaround is rather simple. Only thing is you will not be able to use the syntax highlighter in your Custom File Editor after that. To get it fixed temporary while waiting for the developers to issues a patch, use your favorite FTP program, navigate to the folder mentioned in the error message. Open it in your favorite editor and comment out the line of codes in line 42, by adding two forward slashes before that line. Example: // if (use_codepress()) add_action(‘admin_print_footer_scripts’, ‘codepress_footer_js’); If you are interested to know why WordPress 3 is causing this conflict, you can read this detailed reply at the IJDigital Forum. It was rather careless of the Thesis Developers not to have caught this before the official release of WordPress 3.
Related posts:
|
You are subscribed to email updates from Online Money with WordPress To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |