The whole installation seems ok, login/logout, drupal 6 - phpBB 3.04 user sync and so on. But when I try to post a topic or reply to new one (seems related to posting.php) I get a blank page...

Comments

subcomandante’s picture

I checked the logfiles and found:
PHP Fatal error: Call to undefined function phpbb_api_posting() in
/home/vhosts/domain/www/sites/all/modules/phpbbforum/phpbbforum.pages.inc on line 292, referer: http://www.domain/phpbbforum/viewforum.php?f=2

vb’s picture

Please change function name in file phpbbforum.pages.inc

line 292 from

$output = phpbb_api_posting($str);

to

$output = phpbb_api_index($str);

in alpha3 already fixed but not published yet.

Sorry, I forgot to rename.

subcomandante’s picture

it works now!

tnx, I'm looking forward for alpha3

subcomandante’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.