Forum Replies Created
-
In reply to: Can't comment on threads
The post form is not showing up at all.
In reply to: Can't comment on threadsNo. Leave Kakumei there. You have something broken and reinstalling will not fix it I don’t think.
What plugins are you using?
In reply to: Can't comment on threadsSeems to be a problem with your theme. Try switching to Kakumei theme and see if the link is there.
The problem here is that the WordPress theme is from Pagelines and the bbPress theme is too. It looks like both themes have a function called pagelines_localize() and when deep integrating, you get an error since the function name is already in use. The function name should be changed in bbPress probably, or removed (since you probably don’t need it in both places, when you are integrated.) Also, since these are paid themes from the same company, it seems like they should have already heard about this problem, but if not, should be willing to help resolve it.
Didn’t pagelines used to come around here? I remember their avatar I think.
https://bbpress.org/forums/profile/arpowers
haha:
http://www.pagelines.com/forum/topic.php?id=2243
Without being logged in, all you can see is the first post. But a search for pagelines_localize brings up that topic, with 4 voices and 11 posts. I think the support should be carried on there since it does not appear to be a problem with bbPress but with the Pagelines themes.
In reply to: bbPress and BuddyPress in WP3.0.1In reply to: bbPress and BuddyPress in WP3.0.1Rescued from Akismet
In reply to: change the order ?Rescued from Akismet
Rescued from Akismet
In reply to: Can't comment on threadsWhat is the URL of your forum?
What theme are you using?
In reply to: SpamIf you don’t want someone posting comments on your blog, just use the Spam button – Akismet will make a note of your preference and stop them from commenting on your [forum] in future (unless you subsequently use the Approve or Not Spam button).
That is certainly not happening. I mark the spam replies as spam, and the same user comes back the next day with more spam.
pagelines_localize()
That’s coming from your theme. Try switching to the default WordPress theme and see if the error is still present.
I can’t download a copy of the Pagelines theme, so can you post the lines from about 50 to 65 in this file:
/wp-content/themes/iblogpro4_dev/core/globals.php
At least from line 53 to line 61, but I suspect there may be some conditional around it and need to see the whole context. If you want, you can email me that file at chrishajer [at] gmail [dot] com as well. Looks like you will need to try and declare that function only if it isn’t already declared. This would be a modification to the WordPress theme file.
But, try the default WordPress theme and see if integration works, or gives another type of error.
In reply to: Spam> Actually, it is. Akismet is sent all the posts that you mark as spam or not spam.
So what’s the point of sending the information back to Akismet then? What does sending it actually gain us?
In reply to: SpamI think so. A keymaster or administrator would have the ability to delete or mark as bozo specific users. I don’t think moderators have the ability to do that.
In reply to: SpamI cannot do anything about the users. I mark the posts as spam, but that info is not getting back to akismet (if it’s even supposed to.) So, all I can do here is remove the posts but cannot affect the users at all.
Looking at the two images, you now have the correct location of wp-load.php. It’s up one level from the forum directory. But we’ve already established that. Now to see what the error actually is when you include that file.
This:
require_once('/home/content/08/123456/html/website/wp-load.php');
and this:
require_once(dirname(__FILE__) . '/../wp-load.php');
Are ultimately doing the same thing. Method 2 here is going “up” one directory. Method one here just spells out the whole path. Both are including the same file and both are giving the white screen, which means there is a 500 Internal Server Error being logged somewhere. We need to see what the error is.
The first problem was the path to the file was incorrect (with some methods.) The problem is now that you are actually including the file, it’s erroring out. We need to see that error.
In reply to: SpamLooks like the spammers are having fun today:
https://bbpress.org/forums/topic/forum-under-attack-user-approval-plugin-wont-work#post-72168
Is this the first time the page has come up blank rather than showing an error? If so, I think you’re getting closer.
Method # 2 above is not correct: you need the filename to be quoted. That’s why you’re getting a parse error.
In method # 1, I think the file is actually there and including it is causing some other problem (a conflict between function names or re-declaring some function.)
If you log in with FTP and look at the directory listing, can you see the relationship between where wp-load.php is and where your forum is? Can you post a screenshot of that file listing showing the location of wp-load.php and the bbpress folder?
Also, do you have access to any error logs? The blank screen is a 500 Internal Server error, which should be logged somewhere. It would be interesting to see what the error is. It might actually show that wp-load.php is being included properly (I think it is) and then there is a conflict between functions.
In reply to: bbPress Default ThemeIt’s not available for download anywhere that I know of. There used to be themes around that look like it.
In reply to: Question regarding Tripess by SpykaThe theme is GPL v2.0 licensed, so you’re free to do with it what you want.
In reply to: Strange Registration Problems…Rescued from Akismet
https://bbpress.org/forums/topic/strange-registration-problems?view=all#post-71553
Rescued from Akismet
In reply to: Login Integration Issues – bbpress and wordpress muIn reply to: Does bbPress use a database?MySQL Database
In reply to: Does bbPress use a database?Rescued from Akismet