Archive

Posts Tagged ‘Wordpress error’

Cannot load akismet-admin – wordpress blog error

March 24th, 2009 1 comment
Cannot load akismet-admin – wordpress blog error If wordpress blog generate next error: Cannot load akismet-admin. verify if link/url have two // after wp-admin , like this url: http ://...your-site..../wp-admin//edit-comments.php?page=akismet-admin easy solution : replace // with only one / http ://...your-site..../wp-admin/edit-comments.php?page=akismet-admin akismet-admin will working now.

Error: Unknown column ‘post_id’ in ‘field list’ , Pagination Plugin

November 25th, 2007 No comments
Error: Unknown column ‘post_id’ in ‘field list’ , Pagination Plugin For Pagination Wordpress Plugin If you request next error in category page : WordPress database error: [Unknown column ‘post_id’ in ‘field list’] SELECT count(DISTINCT post_id) FROM wp_posts LEFT JOIN ... Try this hack: 1. Open File: wp-content/plugins/pagination.php 2. Search: $sqlStr = "SELECT count(DISTINCT post_id) FROM $fromwhere"; (at line 22) 3. Change ...

tinyMCE is undefined

October 27th, 2007 2 comments
tinyMCE is undefined Wordpress error in WYSIWYG editor. The load of post.php produces a “tinyMCE is undefined error” Resolve: In file /wp-includes/js/tinymce/tiny_mce_gzip.php search function_exists('ob_gzhandler') && !ini_get('zlib.output_compression')) { and change with: function_exists('ob_gzhandler') && !ini_get('zlib.output_compression') && get_settings('gzipcompression')) { save file, clear browser cache, reload wordpress editor. DONE. (ByREV)
GoCache - ByREV-Cache v1.0 - live served in : 0.583123 sec (gzip)