pauljohns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MySQL errorsIf that doesnt work, try what is suggested in this thread –
https://www.ads-software.com/support/topic/47354Forum: Fixing WordPress
In reply to: Database error after postingTry what is suggested in this thread –
https://www.ads-software.com/support/topic/47354Forum: Fixing WordPress
In reply to: comments database error,Try what is suggested in this thread:
https://www.ads-software.com/support/topic/47354Forum: Installing WordPress
In reply to: lost connection to mySQL server during queryharikumar – Thanks for figuring that out!
I love it when someone offers an actual fix instead of suggesting plugins that alter the way pinging and headers are handled, which kinda just covers up the problem, instead of actually solving. You rock!Brian-r – That’s really wierd, because after I took out the white space and tested allowing and disallowing comments a few times, I didn’t run into that mySQL error anymore.
Forum: Themes and Templates
In reply to: Kubrick theme sidebar problem in mozillatry making that pic of the whale tail in alaska a little bitt smaller, like the one underneath it
i think that’s what;s pushing everything over.Forum: Themes and Templates
In reply to: Kubrick theme sidebar problem in mozillaCan you please post a link to the site in question?
Forum: Installing WordPress
In reply to: Tiga theme causing critical error-can’t log in to WPyou’ll need to access your server space where you installed wordpress using an ftp client.
if you still have the default theme in the themes folder, just go into the themes folder and delete the Tiga theme, that will solve your problem.
Alternately, you could go to themetoolkit.php inside the Tiga theme, and see what the fuss is on line 84. could be a missing semicolon or comma.
Forum: Fixing WordPress
In reply to: Custom 404 Page buggy!It’s not buggy, I was working on it, and I sometimes outline things to see what the div is doing.
Forum: Fixing WordPress
In reply to: Custom 404 Page buggy!*thanks*
Forum: Fixing WordPress
In reply to: Custom 404 Page buggy!*bump*
Forum: Fixing WordPress
In reply to: Custom 404 Page buggy!More Info:
here is what my .htaccess file looks like:
—————————————–
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
—————————————–My 404.php page is in the same directory as the index page in the theme I am editing (/amanda/wp-content/themes/default)
Forum: Fixing WordPress
In reply to: Help for Your Huddled MassesWell, it kinda seems, ummm… racist.
I would definitely change that.I would also make a completely graphical header, the black text on the pic doesnt stand out as much as it could.
Since most of the page is black text on a white background, you might consider adding some underlines, like maybe an underline on the post title.
Just my two cents.
Forum: Themes and Templates
In reply to: footer pushed off to the sideYour link redirects to:
https://newnet.qsrch.com/dpark?s=miltantplatypus.com&prt=nn01Forum: Fixing WordPress
In reply to: Smilies sometimes not showing upthanks minna, for giving me an answer and more info.
sounds like the clickable smileys will be the way to go.thanks for your answer, again. I thought my post would go unnoticed. ??
Forum: Fixing WordPress
In reply to: 1and1 http 500 errorsi use 1and1 also, and even though i’m working on my blog, redesigning it and what not, and it looks like shizz, it’s working just fine. you might want to upgrade to the latest wp version.