substandardtim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Error for Child PagesPutting permalink back to default cleared the Parent page error but did nothing for the Child page….
Forum: Fixing WordPress
In reply to: 404 Error for Child PagesActually I just realized that the parent page is returning a 404 as well.
But none of my other pages are.
yeah enabled php5 and it seems to work now.
stupid 1and1.com clinging to php4 like a dead race horse.
Forum: Plugins
In reply to: [WP-UserOnline] [Plugin: WP-UserOnline] fatal errorThanks, I enabled php5 now with an .htaccess file, which actually allowed me to get a different plugin working but this one is still no go. But the error is different now:
“Plugin could not be activated because it triggered a fatal error.”
No other details are given.
Forum: Plugins
In reply to: Is the BFT Light Auto Responder working with the 3.0.1version of WPFatal error: Call to undefined method: stdClass->get_results() in /homepages/8/d277637280/htdocs/2hourdrive/wp-content/plugins/bft-autoresponder/bft_hook.inc on line 36
Yeah not working here either.
Actually I did try it on version 3.01 and I get the exact same error. Could really use this plugin if I can get it working.
Forum: Fixing WordPress
In reply to: Where is the multi-site?nevermind I found the instructions on how to activate it…they couldn’t have made that any LESS integrated sheesh!
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Beware! Can’t be 100% trusted!Yep, figured out how to ditch his adsense code. Not going to say how on here, you’ll have to figure it out yourselves. Anything else would be unfair to the creator of the plugin.
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Beware! Can’t be 100% trusted!Yeah I’ve run into the same thing with this plugin. I mean hey, it’s only smart to have it in there to start off with on the part of the creator, but it shouldn’t magically re-appear if you change anything with your blog.
I’ve actually stopped using it on most of my blogs for this reason but it just occurred to me that his code must be tucked away somewhere in the files for this plugin, and if you erradicate that, then it shouldn’t happen again.
Forum: Themes and Templates
In reply to: Constructor – 500 Internal Server ErrorPHP Version 4.4.9
Forum: Themes and Templates
In reply to: Constructor – 500 Internal Server ErrorActually it seems like the changes don’t always save.
Forum: Fixing WordPress
In reply to: Only certain categories for main page.Having actually tried your code now there are a small change that should be made.
It should actually be
query_posts($query_string . '&cat=7');
The difference being that using the minus sign in front of the 7 actually removes that category from showing, eliminating the minus sign causes this code to do exactly what I wanted it to and only show that category. Just wanted to post this in case someone else searches for the same issue.
Thank you again, you’ve helped confirm in my mind that I will in fact be signing off of blogger.
Forum: Fixing WordPress
In reply to: Only certain categories for main page.Thanks for the help. I had actually tried the advanced category excluder plugin before i posted this but couldn’t really see what it was supposed to do for me once I had activated it but I am a newbie with wordpress.