billdennis5
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for a specific theme that used image of MarsAh. I’d be using it on a WPmu blog, so I’m S.O.L. unless I want to do some serious theme work myself.
Forum: Themes and Templates
In reply to: Looking for a specific theme that used image of MarsI checked the theme viewer first, wasn’t there. Thanks, tho.
Forum: Fixing WordPress
In reply to: deleted pages keep reappearingThanks. Were I more comfortable with poking around my database, I’d do that. I’m a chicken, however.
Forum: Fixing WordPress
In reply to: deleted pages keep reappearingYes. I simply excluded the pages in question. Thank you for asking!
Forum: Installing WordPress
In reply to: New server, now can’t log in and permalinks brokenI fixed the problem by uninstalling the 2.0 and manually reinstalling 1.5.2 and uploading my databases.
I had to move the .htaccsess to the blogpeoria folder and I have to delete a Structured Blogging plugin. But it works.
Forum: Fixing WordPress
In reply to: How do I disable auto upgrading in new WP 2.0 installation?Yeah. I got a message when trying to access my admin panel that my tables weren’t up to date.
?
I solved the problem by installing WP 1.5.2
Forum: Fixing WordPress
In reply to: Permalinks not working without index.php in the urlNevermind: I solved the problem by dumping 2.0 and installing 1.5.2.
Forum: Installing WordPress
In reply to: New server, now can’t log in and permalinks brokenHow can I revert to the default permalinks if I can’t login?
Anyway … I got sick of waiting for a reply and uninstalled my installation. I reinstalled a new WP 2.0. and it worked fine. I updated the permalink structure and it worked fine. I started uploaded the databases. The posts showed up and the permalinks worked ok. Then I tried to access the admin panel. The script insisted on upgrading the latest version of 2.0. No way around it. No option was given to NOT upgrade.
Guess what? I can’t bring the admin panel up anymore. It times out.
How the heck do I fix this thing?
Forum: Fixing WordPress
In reply to: Permalinks not working without index.php in the urlThis is all my .htaccess says:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Permalinks not working without index.php in the urlI am havng the same probem at “https://peoriapundit.com/blogopeoria“!
My permalinks go to a 500 server error. But if I manualy insert “index.php” before the “2006/01” in the URL in the address bar.
I’ve also found it impossible to get into my admin pannel. I tried adding the “index.php” before “/wp-admin/”, but it just shows the main page.
This obviously isn’t a matter of the DNS not being resolved.
Forum: Installing WordPress
In reply to: New server, now can’t log in and permalinks brokenI flushed the dsn, rebooted, and turned off the modem for one full minute.
Still the same issues.
I assume its a matter of waiting.
True?Forum: Installing WordPress
In reply to: New server, now can’t log in and permalinks brokenWell, the name servers are pointed to the right host now,
So, I’m going to do a flush dsn and reboot my modem and restart.
I’ll let you know.
Forum: Installing WordPress
In reply to: New server, now can’t log in and permalinks brokenOK, I fixed the permalink probem thusly:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
I added this to the .htaccess
But I still cannot login.
HELP!
Forum: Installing WordPress
In reply to: Where can I find WP 1.5.3 of 1.5.2 for download?It’s up and running now at rivcity.com/blogpeoria, and as soon as the switch in nameservers takes effect, at my real address: peoriapundit.com/blogpeoria.
Thanks for your help!
Forum: Installing WordPress
In reply to: Moving WP 1.5.1 to new host with WP 2.0?OK, thanks.