Forum Replies Created
-
In reply to: WPMU integration locked me out of BBPress
Never mind. I restored the database from backup, did it all again and it came good. No idea what I did wrong last time.
This thread never happened.
In reply to: Upgrade problems (continued to fresh install)saumbers,
Sure no problem.
email me with an address to send it.
jon’at’12thharmonic.net
Thanks for the quick response.
In reply to: Upgrade problems (continued to fresh install)From the upgrade instructions “The installer will either create a new config file or show you the contents to paste into a file manually. As soon as your new config file is created and validated by the installer, you should be redirected to your bbPress front page.”
This did not occur. It continued as new. I tried a third time with a fresh upload.
The errors at the top of the page I neglected to include in the first post:
bbPress database error: [Table ‘headonra_forum.bb_users’ doesn’t exist]
SELECT ID FROM bb_users WHERE user_login = ‘admin’
bbPress database error: [Table ‘headonra_forum.bb_users’ doesn’t exist]
SELECT ID FROM bb_users WHERE user_nicename = ‘admin’
bbPress database error: [Table ‘headonra_forum.bb_users’ doesn’t exist]
INSERT INTO bb_users (
user_login
,user_pass
,user_nicename
,user_email
,user_url
,user_registered
) VALUES (‘admin’,’$P$BvJa/4bE7omVr/FndtNTXivJARhjWM1′,’admin’,’12thharmonic@gmail.com’,”,’2008-04-03 10:58:26′)bbPress database error: [Table ‘headonra_forum.bb_usermeta’ doesn’t exist]
SELECT * FROM bb_usermeta WHERE user_id = 67 AND meta_key = ‘bb_capabilities’
bbPress database error: [Table ‘headonra_forum.bb_usermeta’ doesn’t exist]
INSERT INTO bb_usermeta (
user_id
,meta_key
,meta_value
) VALUES (’67’,’bb_capabilities’,’a:1:{s:9:”keymaster”;b:1;}’)bbPress database error: [Table ‘headonra_forum.bb_users’ doesn’t exist]
SELECT * FROM bb_users WHERE ID = 67
Warning: Cannot modify header information – headers already sent by (output started at /home/headonra/public_html/forum/bb-includes/db-mysql.php:106) in /home/headonra/public_html/forum/bb-includes/functions.php on line 2248
___________________________________
I could not log in with new or old details.
Restoring old version one more time till some advice comes down.
In reply to: how many plugins do you use?Ah I see now. “to front” That works sooo much better.
In reply to: how many plugins do you use?Oh that one, D’oh. It’s early. Brain is not fully functioning yet.
I have it as a stickie, I did notice it’s not staying at the top. I will have to see why.
Cheers
In reply to: how many plugins do you use?Shagalaga,
Am I able to do that once it’s posted?
In reply to: how many plugins do you use?Fourteen so far.
In reply to: Print out password instead of through emailUntill a fix comes down for the nagging email issue, this works a treat!
Thank you for limiting me to a minor anurism!
Now I can consider going live soon.
In reply to: support forum plugin fatal errorThank you very much. That worked a treat!
Youse Kick Arse!
In reply to: support forum plugin fatal errorOK, Thanks for all that. The plugin now works!
One issue remains.
The image URI seems to be missing ‘my-plugins’ from the string.
http://headonradionetwork.com/forum//support-forum-no.png
I attempted to edit the plugin. Line 283
$this->iconPath = str_replace(rtrim(BBPLUGINDIR, ‘/’), ”, dirname(__FILE__)) . ‘/’;
adding ‘myplugins’
like this:
$this->iconPath = str_replace(rtrim(BBPLUGINDIR, ‘/my-plugins’), ”, dirname(__FILE__)) . ‘/’;
gave me this:
http://headonradionetwork.com/forum/um/my-plugins/support-forum-no.png
I am bewildered by that one.
I can cope till version 9 comes and I can upgrade to 3.0 of the plugin. The status text is there. Not earth shatteringly horrible. Not even public yet. But soon!
Thanks for the help sambauers and chrishajer. Having been a WP person for a while now, BBPress follows in the great tradition. I knew this was the right way to go.
In reply to: support forum plugin fatal errorI am running version 3. Should I go with the 2.3 then?