johnywhy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! Site Down After Deleting htaccessi spoke too soon. the site came back for a minute, and now it’s down again.
i noticed if i change my permalinks to “default”, all pages load. except hidden, and password-protected pages. those still don’t load.
the following permalink worked no problem before the htaccess change.
/%category%/%postname%/Forum: Fixing WordPress
In reply to: Help! Site Down After Deleting htaccessResolved:
this wordpress actually is dependent on the following htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /celebrity/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /celebrity/index.php [L] </IfModule> # END WordPressi’m not sure if this is created by my host in their one-click installer, but i do not see it in the wordpress 1.8.6 download.
fortunately, i had a recent installation to compare to the bad one, and found the htaccess there.
site is back up. yay.
Forum: Fixing WordPress
In reply to: Help! Site Down After Deleting htaccessi’m not on 1and1, but it is a shared host (justhost, recommended by wordpress.org)
the following comes from the WordPress error_log:
[21-Nov-2009 00:07:03] WordPress database error Query was empty for query made by require_once, do_action, call_user_func_array, postie_loadjs_options_page, require_once, UpdatePostieConfig, WriteConfig
[21-Nov-2009 01:16:42] PHP Fatal error: Cannot redeclare maybe_create_table() (previously declared in /home/alexan48/public_html/celebrity/wp-content/plugins/postie/postie-functions.php:2061) in /home/alexan48/public_html/celebrity/wp-admin/includes/upgrade.php on line 1009
[21-Nov-2009 01:16:42] PHP Fatal error: Cannot redeclare maybe_create_table() (previously declared in /home/alexan48/public_html/celebrity/wp-content/plugins/postie/postie-functions.php:2061) in /home/alexan48/public_html/celebrity/wp-admin/includes/upgrade.php on line 1009
[21-Nov-2009 01:17:07] PHP Fatal error: Cannot redeclare maybe_create_table() (previously declared in /home/alexan48/public_html/celebrity/wp-content/plugins/postie/postie-functions.php:2061) in /home/alexan48/public_html/celebrity/wp-admin/includes/upgrade.php on line 1009
[22-Nov-2009 17:57:02] WordPress database error Query was empty for query made by require_once, do_action, call_user_func_array, postie_loadjs_options_page, require_once, UpdatePostieConfig, WriteConfig
[22-Nov-2009 18:04:33] WordPress database error Query was empty for query made by require_once, do_action, call_user_func_array, postie_loadjs_options_page, require_once, UpdatePostieConfig, WriteConfig
[22-Nov-2009 22:01:29] PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /home/alexan48/public_html/celebrity/wp-content/plugins/wp2blosxom/wp2blosxom.php on line 164Forum: Fixing WordPress
In reply to: Help! Site Down After Deleting htaccessNote, as far I as know, this was not a site which required htaccess.
Forum: Fixing WordPress
In reply to: What other automatic pages are there?I’m seeing the following automatic, on-demand pages:
- the “Blog” page, containing all posts in a single page
- “Category” pages, containing all posts per category in a single page
- Image pages, containing a separate page for each image in the media library
any others???
Forum: Fixing WordPress
In reply to: Howto: Add category selection to QuickPressgreat hack, but there’s a bug.
after you submit, you get a fresh, empty quickpress screen. except this time, there’s no category picker.
thanks!
Forum: Plugins
In reply to: [Plugin: Post Notification] Sidebar Widgethope this can include category checkboxes right in the widget.
thanks!!
Forum: Fixing WordPress
In reply to: How To Keep Admin-Menu Visible When You Scroll Downthis no longer works with wp 2.7.1
i’d be delighted if someone can create a work-around
this bug has not been resolved.
i believe wordpress.com stats is counting my own visits.
wp.com stats faq says my visits are not counted if i’m logged in.
does that mean if i’m logged in at the time of the visit, or at the time i view the stats?
if it means ‘at the time i view the stats’, then those stats are very unhelpful.
i often visit my own blog when i’m not logged in, but i still want stats to ignore my own visits.
is there any way to ensure that?
Forum: Fixing WordPress
In reply to: Superfish -jquery issuesolved:
the problem was a conflict between my wordpress theme css and the superfish css.
i just added !important to all the superfish css declarations, and it works like a dream.
some may view this fix as ‘overkill’, or ‘lazy’, but i’m not out to prove to anyone that i’m a ‘real’ programmer, i just need my blog to work!
read how to do it, and about the controversy here
Forum: Fixing WordPress
In reply to: Superfish -jquery issueForum: Fixing WordPress
In reply to: This Forum Tags Not WorkingMichael, can you approve the thread mentioned here?
http://wordpress.org/support/topic/233985thanks
Forum: Requests and Feedback
In reply to: Thread Closed for No Reason – Please Approvenow i’m getting “topic not found” when i try to add tags to that threaad
Forum: Fixing WordPress
In reply to: How To Keep Admin-Menu Visible When You Scroll Downi love how this works with the admin-menu in collapsed mode. i think this hack is so awesome, it should be built into the WP core.
Matt/WP, where’s the “vote to include this in the wp core” button??
😀