CallUp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 2.8 very slowI’ve been getting CPU Throttle to the point my site has been hanging forever. It worked very well all up until today and nothing has changed. I’ve been going through looking at any active plug ins that I could live without and deactivated them. My php.ipi file memory max was set to 100. To try and get an error, I lowered it to 32.
This successfully set off an error with the AVH First Defense Against Spam plug in, so I deactivated it. It still hung forever. I deactivated wp_insert just because it’s a big plug-in – it does a lot of stuff and there is overlap in what it does and other plug-ins. It still hung afterwards.
Anyways, it’s hours later, and performance is a bit better at the moment, but who knows about tomorrow.
Are the hosting companies just being thrifty with the CPU allocations or what? This seems to be a very big problem, and I’ve got a small blog (though it does have a lot of plug-ins for better functionality).
Forum: Plugins
In reply to: Category Next and Previous LinksI haven’t done what you’re trying to accomplish, but my first impression is that it might be easier to achieve this if you use subcategories. Such as:
Arts & Entertainment
– Music
– Film
– Books
– TheatreWordPress seems to handle subcategories pretty well.
Forum: Fixing WordPress
In reply to: Using “the_content” in the sidebarNever, mind. I didn’t read your question correctly. I see what you’re saying now, but am not sure why it’s doing that.
Forum: Fixing WordPress
In reply to: Using “the_content” in the sidebarthe_content() has to be within The Loop to work.
Are you including that same Loop on that other page?
Forum: Fixing WordPress
In reply to: Image not loading in IEIE is such a headache.
Forum: Fixing WordPress
In reply to: Image not loading in IEI just read in another post where someone was having this problem with IE and images, and someone said that if you open your photo up in another image editor, like Paint, don’t make any changes, just resave it. Then upload it and try it, then it should work.
Here’s the link: http://wordpress.org/support/topic/250966?replies=9
I hope this does it.
Forum: Fixing WordPress
In reply to: Image not loading in IEFor some reason IE doesn’t like your jpg.
Here’s a workaround you can try – not sure if it will work. Go into your CSS stylesheet and create a new div – Just copy this:
#CapitalCityClassicGame {
width: 700px;
height: 700px;
background-image: url(“http://www.wmpr901.com/wp-content/uploads/2009/10/CCC_flyer.jpg”);
background-repeat:no-repeat;
border-style: none;
}Then on the page where you have your <img src=””>, replace it with:
<div id=”CapitalCityClassicGame”></div>See if that works.
Forum: Fixing WordPress
In reply to: Image not loading in IEIf that doesn’t work then try: <img src=”http://www.wmpr901.com/wp-content/uploads/2009/10/CCC_flyer.jpg” alt=”Capital City Classic Game” height=”700″ width=”700″ border=0 />
Forum: Fixing WordPress
In reply to: Image not loading in IEIt must be a static page (which won’t take the php). hmmm … first: remove the php part I put in there and then try removing the first backslash ( / ) before wp-content and see if that does anything. For some reason IE is nitpicking. It’s got to be something simple.
Forum: Fixing WordPress
In reply to: Image not loading in IETry this for your img source:
<img src=”<?php bloginfo(‘url’); ?>/wp-content/uploads/2009/10/CCC_flyer.jpg” alt=”Capital City Classic Game” height=”700″ width=”700″ border=0 />
Forum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.successwindows,
Where’s the link to your post? I might not be able to help, but I’ll give it a look.Forum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.successwindows,
Like I said before, I’m not expecting samboll to pinpoint the problem in a blog. I know it’s a shot in the dark, but he was very quick to know my last problem, so I figured maybe he’s dealt with this issue before and might have an inkling of an idea, or anything. If not, nothing lost. It’s worth a try.Forum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.As far as my theme. It’s mostly just CSS/XHTML with a little php coding. Nothing that would affect the CPU. The PHP validates, as does the xhtml. There’s a few warnings with the CSS, but nothing to write home about.
Also, my site throws no PHP errors or any kinds of errors for that matter in the error log.
Forum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.I’ve been running quite a few (nearly 3 dozen). Most are small in functionality, but some are big in functionality.
The one that threw the error when I first brought my memory max down to 32 was AVH First Defense Against Spam. So I deactivated it.
At the moment I have these enabled:
Add From Server
Add to Any: Share/Bookmark/Email Button
Admin Commenters Comments Count
Adminimize
Advanced Excerpt
Advertising Manager (don’t actually use this yet, since I haven’t even addressed advertising yet, but it’s activated)
Akismet (haven’t gotten a key thing yet, so it’s activated, but not doing anything)
Allow Multiple Accounts
AskApache RewriteRules Viewer
Autolink URI
Blogroll Autolinker
Comments Policy
Customize Your Community
Dashboard Post-it
Drafts Dropdown
Extended Category Widget
FD Feedburner Plugin
GD Simple Widgets
Get Recent Comments
Header and Footer
Invisible Defender
Ozh’ Admin Drop Down Menu
Pending Posts Indicator
Peter’s Login Redirect
Quotes Collection
Recent Commented Posts
SidePosts Widget
Theme My Login
TinyMCE Advanced
User Locker
Video Sidebar Widgets
Viper’s Video Quicktags
WassUp
WP-CMS Post Control
WP-DBManager
wp-insert
WP Ajax Edit CommentsForum: Fixing WordPress
In reply to: Help: My Site Won’t Let Me Log In. It thinks I’m Spamming.samboll,
Do you have any idea why I had no CPU throttling all week long, not any today (I was on it all day) and then at a certain time my pages hang.I went to host’s CPanel and checked my server and it said the load was too high (this site is new so I’m lucky to get a half dozen people browsing by at best) and would affect service. I emailed them and about an hour later, the load was now ok again, but the pages still hung and then my CPU Throttling had mysteriously become a problem.
I had my php.ipi file memory max set to 100. So I brought it back to 32 and it finally displayed an error message for one of the widgets. I deactivated it, but my pages still hang, my throttling is still high, and this only started today in the middle of the afternoon. I had no probs all week long or all morning. Bluehost assured me that it’s not the CPU hogging from other sites who share the box with me.
Since you seem to be pretty knowledgeable about this stuff, do you have any clue what the problem could be? I know it’s probably impossible to know exactly, but if you had to take a shot in the dark …? Any ideas?
Thanks.