Forum Replies Created
-
In reply to: "Oh bother! No forums were found here!"
Nevermind, figured out how to play with the widgets a bit more..
In reply to: Where is the importer?I got a 500 server error the first time I ran the importer. Is ‘continuing’ the process recommended or should I start over?
(Pressing continue a second time resulted in Firefox trying to server me admin.php as a download)
edit: doing it on localhost works a lot smoother!
In reply to: Where is the importer?I got a 500 server error the first time I ran the importer. Is ‘continuing’ the process recommended or should I start over?
(Pressing continue a second time resulted in Firefox trying to server me admin.php as a download)
edit: doing it on localhost works a lot smoother!
In reply to: 500 error when searchingOK, it most certainly seems Nicer Permalinks is causing issues with my search but why? I tried moving bbpress to /forums instead of /forum and the same 500 error occurs when searching.
I think there must be happy users of Nicer Permalinks whose search functions properly…?
In reply to: 500 error when searchingit appears disabling Nicer Permalinks on the Bluehost site also got rid of the 500 error.
In reply to: 500 error when searchingI am using the default theme Kakumei (sp?). I don’t see any other errors of note in my MAMP log, and the Bluehost error log I don’t see anything useful either…
You know what, I disabled nicer permalinks (on localhost) and it seems to work now, so this plugin may be the culprit.
Could it be a conflict because my bb-press is installed in /forum?
Here is what my .htaccess looks like when Nicer Permalinks is enabled:
# BEGIN bbPress
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
# /forum/ and bb_get_option( 'path' ) must match
RewriteBase /forum/
Options +FollowSymlinks
# admin stuff, not processed
RewriteRule ^bb-admin/.*$ - [L,QSA]
RewriteRule ^page/([0-9]+)/?$ ?page=$1 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)$ profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)$ profile.php?id=$1 [L,QSA]
RewriteRule ^profile/$ profile.php [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)$ rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)$ rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)$ rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)$ rss.php?view=$1 [L,QSA]
RewriteRule ^rss/topics/?$ rss.php?topics=1 [L,QSA]
RewriteRule ^rss/?$ rss.php [L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)$ tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ tags.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)$ view.php?view=$1 [L,QSA]
# forums
RewriteRule ^([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^([^/]+)/$ forum.php?id=$1 [L,QSA] # tailed '/' is mandatory for forum URIs! Props: Mohta
# topics
RewriteRule ^([^/]+)/([^/]+)/page/([0-9]+)/?$ topic.php?id=$2&page=$3 [L,QSA]
RewriteRule ^([^/]+)/([^/]+)$ topic.php?id=$2 [L,QSA]
# other pages
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php [L]
</IfModule>
# END bbPressIn reply to: 500 error when searchingbbPress 1.0.2
PHP 5.2.13
MySQL 5.1.47-community-log
As for plugins, these are installed and activated:
Allow images
BBcode buttons toolbar
BBcode Lite
bbPress Smilies
Check for Updates
Hidden Forums
Hot Tags Plus
Nicer Permalinks
Related Topics
Support forum
Unread Posts
In reply to: 500 error when searchingI tried the search on localhost and I got a bunch of these in my apache error log:
[Thu Aug 12 20:46:05 2010] [notice] child pid 27639 exit signal Segmentation fault (11)
[Thu Aug 12 20:46:19 2010] [notice] child pid 27640 exit signal Segmentation fault (11)
[Thu Aug 12 20:47:01 2010] [notice] child pid 30872 exit signal Segmentation fault (11)
[Thu Aug 12 20:47:06 2010] [notice] child pid 27378 exit signal Segmentation fault (11)
[Thu Aug 12 20:47:12 2010] [notice] child pid 30894 exit signal Segmentation fault (11)
[Thu Aug 12 20:47:50 2010] [notice] child pid 30895 exit signal Segmentation fault (11)
I am using MAMP as my localhost dev server.
In reply to: name based permalinks doesn't generate correct URLsAh, I found the culprit. I had converted from another forum software so the topic_slug and forum_slug columns were empty. Found a script here http://www.simonwheatley.co.uk/2009/07/03/migration-to-bbpress-fix-topic-slugs/
It didn’t convert my forum slugs but that wouldn’t take long to manually input.
In reply to: name based permalinks doesn't generate correct URLsApache 2.2.15
In reply to: name based permalinks doesn't generate correct URLsI am using version 1.0.2