Jimi Wikman
Forum Replies Created
-
Does this error mean anything for you?
[10-Jan-2016 14:02:01 UTC] WordPress databasfel f?r Table ‘jimwikse_wpCore.wp_commentmeta’ doesn’t exist f?rfr?gan SELECT comment_id, meta_key, meta_value FROM wp_commentmeta WHERE comment_id IN (812,813) ORDER BY meta_id ASC skapat av require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Extra/single-post.php’), extra_display_single_post_meta, et_extra_display_post_meta, extra_get_the_post_comments_link, get_comments_number, apply_filters(‘get_comments_number’), call_user_func_array, et_comment_count, get_comments, WP_Comment_Query->query, WP_Comment_Query->get_comments, _prime_comment_caches, update_comment_cache, update_meta_cache, W3_Db->query, W3_DbCache->query, W3_DbCallUnderlying->query, W3_Db->query, W3_DbProcessor->query, W3_Db->default_query
Forum: Plugins
In reply to: [Comments - wpDiscuz] No comments are shown?I also keep getting these errors:
[10-Jan-2016 13:40:06 UTC] WordPress databasfel f?r Table ‘jimwikse_wpCore.wp_commentmeta’ doesn’t exist f?rfr?gan SELECT
cm
.comment_id
FROMwp_commentmeta
AScm
INNER JOINwp_comments
ASc
ONc
.comment_ID
=cm
.comment_id
WHEREc
.comment_post_ID
= 3071 ANDc
.comment_approved
= 1 ANDcm
.meta_key
= ‘wpdiscuz_child_ids’ ANDcm
.meta_value
!= ”; skapat av require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Extra/single-post.php’), comments_template, require(‘/plugins/wpdiscuz/templates/comment/comment-form.php’), WpdiscuzCore->getWPComments, WpdiscuzCore->_getWPComments, WpdiscuzOptimizationHelper->getCommentListByParentIds, WpdiscuzDBManager->getOptimizedCommetnIds, W3_Db->query, W3_DbCache->query, W3_DbCallUnderlying->query, W3_Db->query, W3_DbProcessor->query, W3_Db->default_queryExtra have three instances of this:
class OAuthSignatureMethod_HMAC_SHA1 extends OAuthSignatureMethod {
function get_name() {
return “HMAC-SHA1”;
}—
function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL) {
$this->sha1_method = new OAuthSignatureMethod_HMAC_SHA1();
$this->consumer = new OAuthConsumer($consumer_key, $consumer_secret);
if (!empty($oauth_token) && !empty($oauth_token_secret)) {
$this->token = new OAuthConsumer($oauth_token, $oauth_token_secret);
} else {
$this->token = NULL;
}
}—
/**
* construct TwitterOAuth object
*/
function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL) {
$this->sha1_method = new OAuthSignatureMethod_HMAC_SHA1();
$this->consumer = new OAuthConsumer($consumer_key, $consumer_secret);
if (!empty($oauth_token) && !empty($oauth_token_secret)) {
$this->token = new OAuthConsumer($oauth_token, $oauth_token_secret);
} else {
$this->token = NULL;
}
}Forum: Plugins
In reply to: [Comments - wpDiscuz] No comments are shown?Already checked that. Form shows just fine, it’s just the comments that does not show other than if I set it to most voted.
Forum: Plugins
In reply to: [Comments - wpDiscuz] No comments are shown?Turning on “most voted” make comments show….no other filter version seem to work.
I am also unable to vote at all and only get a NaN when attempting that.
So what is the solution? Wait for Extra to update or can we fix it ourselves?
Forum: Fixing WordPress
In reply to: Import 60MB WXR file result in failureIt seems that the old WPMU database is a 2.6.3 version…could that make a difference?
<!– generator=”WordPress/2.6.3″ created=”2010-02-18 21:22″–>
<rss version=”2.0″
xmlns:content=”https://purl.org/rss/1.0/modules/content/”
xmlns:wfw=”https://wellformedweb.org/CommentAPI/”
xmlns:dc=”https://purl.org/dc/elements/1.1/”
xmlns:wp=”https://www.ads-software.com/export/1.0/”
>Forum: Fixing WordPress
In reply to: WordPress 2.9 importing issuesWP allows 8 mB.
Where is this set?
Forum: Fixing WordPress
In reply to: Import 60MB WXR file result in failureMultiple times ??
I appreciate the tip though ??Forum: Fixing WordPress
In reply to: Cannot automatically upgradeIt’s possible that your host has disabled the possibility to overrule the global php.ini file, so then you can not do anything on your own.
Forum: Fixing WordPress
In reply to: Cannot automatically upgradeI think you need at least 32MB, so that might be your problem. Ask the host and see if they can increase it for you.
Forum: Fixing WordPress
In reply to: Site Gone After 2.9 UpdateHave you tried this?
https://www.ads-software.com/support/topic/343128?replies=7Forum: Fixing WordPress
In reply to: Cannot automatically upgradeTalk to your host and see what memorylimit they have on the server. If it’s to low it messes with a lot of things. Also check if they run a Chrooted environment which could cause problems with permissions.
If memory is to low or they run a chrooted environment…change host.
Forum: Fixing WordPress
In reply to: Migrating WP from one host to anotherYou just need to change the nameservers of your domain to point to the new server. Talk to your new host and ask for help to make the changes and they will provide the new nameservers that you need.
Forum: Fixing WordPress
In reply to: Experiencing random “Internal server Errors” (Update WP 2.9)It does post, I posted 2 posts even though the post.pm showed a Internal Server Error when posting.