Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 11:05 UTC
Updated:
17 Mar 2009 at 12:10 UTC
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
Comment #1
subcomandante commentedI 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
Comment #2
vb commentedPlease 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.
Comment #3
subcomandante commentedit works now!
tnx, I'm looking forward for alpha3
Comment #4
subcomandante commented