itsalltech1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Something causing WordPress to take up 100% CPUHi,
I was never able to resolve the issue. The website seems to be performing normally right now, so it isn’t bothering us.
Forum: Fixing WordPress
In reply to: Something causing WordPress to take up 100% CPUHi,
I’ve been working with the host over the past couple days and we haven’t been able to find anything out. Initially, we believed it to be wp-cron.php running too often, but disabling that file completely didn’t resolve the issue.
In addition, switching to the stock WordPress theme (“Twenty Eleven”) didn’t help either.
If anyone has any other ideas as to what may be causing the issue, I’m all ears. Thanks!
Forum: Alpha/Beta/RC
In reply to: Get_currentuserinfo alternative in 3.3 beta 3?Thanks guys. I’ve switched the code to the following:
<?php if (current_user_can('author') || current_user_can('editor') || current_user_can('administrator')) {?>
Forum: Fixing WordPress
In reply to: "Hard refresh" required following logging inHi.
I’ve been trying to troubleshoot the issue more over the past hour and found that it is related to code that I had in the .htaccess file.
Issue is resolved, but thank you!
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringJust deactivated all of my plugins and re-enabled them all. Live updating works now. Weird – something must have been cached or something?
But anyways, thanks all the help!
Back to hosting the file, MediaFire might be a little better.
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringYep, I’m doing exactly that. Tried it on an older post that I used a live blog on and still didn’t work.
I have a DB caching tool enabled…could that be it?
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringThanks for uploading, but live blogging still doesn’t work for me…
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringAwesome news. Any chance you can just post the entire plugin with the update? THanks.
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringSounds good. Any chance you have an ETA?
Forum: Fixing WordPress
In reply to: {#wpeditimage.edit image} Placeholders instead of TextI’ve just noticed the same thing. Re-installing WordPress doesn’t address the issue. Ideas?
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringI am updated on WordPress 3.2, but I don’t have the time to downgrade back to WordPress 3.1.
I wonder if we can track down what the issue is on WP 3.2?
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringI tried deactivating all of my plugins to no avail. Updates still are not being posted automatically.
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringSo, how do you recommend I fix the issue?
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringThe only possible related message:
“ReferenceError: Can’t find variable: pollsL10n.” The rest are related to Google Ads…
EDIT: Here is another one:
“Uncaught ReferenceError: swfobj is not defined”
Forum: Fixing WordPress
In reply to: WordPress editor font and line-height does not look goodNope, mine was definitely not there. However, I cleared the caches in my web browser and the new
body.mceContentBody
rules went into effect.Thanks for the help.