Info
- 5 posts
- 2 voices
- Started 5 years ago by kannued
- Latest reply from kannued
- This topic is resolved
Integration with WP - no input file specified
-
- Posted 5 years ago #
Hello
I had WP working. Then I installed bbpress into WP as a sub directory of WP.
ie. /wp/bbpress
I filled out the config.php file. But I get the following error:Parse error: syntax error, unexpected T_STRING in /wp/bbpress/config.php on line 20
Line 20 appears to be this:
$bb->path = '/wp/bbpress/';So what could I be doing wrong?
kannued
-
- Posted 5 years ago #
And I did use this site for my installation and integration.
http://www.devlounge.net/articles/the-ultimate-bbpress-guide -
- Posted 5 years ago #
if i not mistake line 20 should be this ..
$bb->name = 'New bbPress Site';
Try to make sure u write it correctly without leaving any syntax.
-
- Posted 5 years ago #
That fixed that problem!
But now when I try to install.php it says,
"No input file specified." -
- Posted 5 years ago #
I figured it out!!!! All of the many problems!
1) The no input file specified occurred because I was not calling for install.php in the bb-admin directory. I was calling for it in the bbpress root directory
2) I downloaded another version of bbpress and uploaded it to my server. Transfer took a lot longer than before which makes me think that the file got corrupted when originally downloading.
3)Created an htaccess file for bbpress root, and created my-plugin directory with the two plugins
4) Read carefully -
You must log in to post.