Info
- 11 posts
- 4 voices
- Started 2 years ago by Shannonx
- Latest reply from agwag
- This topic is resolved
A Few errors after installing BBpress
-
- Posted 2 years ago #
Hey you guys,
So I have a fresh install of BBpress with WordPress. This is my first time using BBpress...
So I have a few errors on top and I don't really know how to get rid of 'em. Can somebody please
help me out? Here's the link: http://www.urbanstart.nl/forum/Errors:
Deprecated: Assigning the return value of new by reference is deprecated in /customers/.../forum/bb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in /customers/.../forum/bb-includes/backpress/functions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in /customers/.../forum/bb-includes/backpress/pomo/mo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in /customers/.../forum/bb-includes/functions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in /customers/.../forum/bb-includes/backpress/class.wp-taxonomy.php on line 581
Thanks in advance ^^
-
- Posted 2 years ago #
Sounds like you're using WAMP or XAMPP with version 5.3.1 PHP? Those are not really errors but warnings.
http://bbpress.org/forums/topic/errored-when-installed
If you can't downgrade PHP, you can modify your PHP error reporting:
http://us2.php.net/manual/en/function.error-reporting.php -
- Posted 2 years ago #
Wow quick response! My man... THANK YOU THANK YOU AND THANK YOU AGAIN!
It works flawless!! Dude you're the shizznit, there's nothing more I can say. Hahah.Thanks again
-
- Posted 2 years ago #
For running on localhost
Somewhere around line 25 of bb-load.php there should be a line that starts with error_reporting(. Change it to error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);
-
- Posted 2 years ago #
I don't recommend editing core bbPress files. This is fixed in the latest development version already as well.
-
- Posted 2 years ago #
Where do we find latest dev version for those of us on localhosts?
-
- Posted 2 years ago #
You can get a zipped version here:
http://trac.bbpress.org/changeset/2401/trunk?old_path=%2F&format=zipOr you can check out the latest via subversion:
svn co http://svn.automattic.com/bbpress/trunk/ .Either of those two methods will get you the latest trunk (development) version.
-
- Posted 2 years ago #
Many thanks, Chris
-
- Posted 2 years ago #
For the absolute noob - how do we implement the trunk version?
Does it just get unzipped into the htdocs folder? Does it replace the v1.0 files downloaded from the stable release? Or is complementary to those files?Thanks for any help.
-
- Posted 2 years ago #
Replace all your existing files with the trunk download. It's not a diff or a patch, it's just a complete testing version of the software.
-
- Posted 2 years ago #
Thanks! Will give it a try.
-
You must log in to post.