What does your directory structure look like? Where did you put bbPress, and where is WordPress? Does it look like this:
/var/www/htdocs/wordpress/wp-config.php
/var/www/htdocs/wordpress/bbpress/bb-config.php
Did you modify the wp-config.php file at all? Do you have access to error logs? A blank screen is likely a 500 Internal Server Error.
If you can’t see the sites, you have bigger problems than just integrated logins. You should be able to view the WordPress site and the bbPress forum without logging in.
Yes, wp-config.php is on the root, bb-config.php is off the root in a /bbpress folder.
Other than opening the wp.config.php to check on secret keys and all that, I haven’t done anything with it.
Yesterday, I did move the wordpress install to the root. I had worked out all the kinks though, and everything was working well. I did have an Internal Server Error for awhile though, but that was fixed. It was discussed here, https://wordpress.org/support/topic/205960?replies=13#post-862375
I looked at the error.log. I’m assuming it notes military time. There were some files not found this morning as I’d expect. Nothing from this afternoon.
Thanks for the speedy reply. I appreciate it.
Oh wow, I am able to get into my wordpress admin.
Another note, the Internal Server Error yesterday was fixed by correcting the .htaccess file.
At present it reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
So, you can access the forum and the blog? Is everything back to normal?
No, I can access the admin of the blog, and I can access the forum. But the blog pages/posts all comes up as a blank screen.
Do you have access to server logs? If you’re getting a blank screen, it’s probably a 500 Internal Server Error. Maybe there’s a problem with one of your WordPress templates.
You were right about the templates. I used Dreamhost’s webftp client to move my wordpress site. It tells you to create the folder first. I took that to mean the main folders, and didn’t create all the many subfolders. I’m assuming that had something to do with why our template folder was not quite there. I could see it in webftp, but my ftpclient on my computer wasn’t showing it. Once I’d ftp’d all the files back, the site reappeared.
Dreamhost is saying that can’t happen, but that’s what I experienced.
Thanks for the help.