Figures, I'd go to try something new and I screw it up. I assume I did something wrong here, because when I go to install.php, I get the following error:
Fatal error: Call to undefined function: __() in …/www/html/forums/bb-includes/capabilities.php on line 27
bbPress support forums » Installation
*sigh* installation error
(6 posts)-
Posted 1 year ago #
-
if you comment out the line near the bottom for loading both wp and bb, it will fix this error... I have the same issue (plus other as detailed in another post)
Mr Papa
Posted 1 year ago # -
If you
define('WP_BB', true);, you still have to call the WordPress script yourself.put
require_once('../wp-config.php');(or whatever the right path is) in bbPress' config.php.Posted 1 year ago # -
Thanks guys. :)
Posted 1 year ago # -
I have had the same problem, but when i added the requireonce line. It could'nd find my path, and i'm sure it is the correct path with the proper permision.
Here is the error:
"Warning: main(PATHTO/wp-config.php) [function.main]: failed to open stream: No such file or directory in /SERVERPATHTO/forum/config.php on line XX
Fatal error: main() [function.require]: Failed opening required 'PATHTO/wp-config.php' (include_path='.:') in /SERVERPATHTO/forum/config.php on line XX"
Posted 1 year ago # -
GOT IT, GOT IT,
for some reason, it would'nt take my relitive path, it needs the FULL absalout path.Posted 1 year ago #
Reply
You must log in to post.