That looks like a server error, probably error code 500. Hard to say since the errors are not shown in the browser. If you have access to error logs, finding the problem will be easier.
Did you try to integrate bbPress and WordPress? Are you using a different language file? Anything else modified from a standard installation?
It is a standard installation, no language or mod.
I have installed WordPress on the same server but not in the same folder, is that a problem?
Im using PHP4, should I upgrade to PHP5 to make bbpress work?
The server has “PHP – Register globals” set to OFF.
*update. php5 is now installed on the server, still ampty site
Now, some text is pupping up:
Warning: Invalid argument supplied for foreach() in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-settings.php on line 169
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 164
bbPress and WordPress have different table prefixes
bb_forums
bb_posts
bb_tagged
bb_tags
bb_topicmeta
bb_topics
bb_usermeta
bb_users
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_users
think I found it.. cant see why bbpress not simply makes mysql standart, if it works just as well.
https://trac.bbpress.org/ticket/745
https://trac.bbpress.org/ticket/757
Still dont know how to fix the problem
Hehe, I think I figured it out, but Im at work, so Ill try when i get off.
That damn mysqli.. well hope this works