Posted on: 12/04/04 09:43pm
By: Anonymous (solarkin)
I am trying to install phpBBBridge 0.76 under geeklog 1.3.1.0 and I am getting the following error:
Parse error: parse error, unexpected ',' in /home/smfblue/plugins/phpbbbridge/functions.inc on line 521
but I have not changed anything in the functions.inc file. Below is line 521:
if (SEC_inGroup('Root'), $A['uid'])
Any help would be greatly appreciated
phpBBBridge install problem
Posted on: 12/04/04 09:51pm
By: solarkin
sorry forgot to log in
phpBBBridge install problem
Posted on: 12/04/04 09:56pm
By: Turias
Whoops. It looks like the wrong version of that file was uploaded. Replace it with:
if (SEC_inGroup('Root', $uid))
I'll see if I can get Dirk to replace the archive. Thanks!
phpBBBridge install problem
Posted on: 12/04/04 10:05pm
By: solarkin
lol, thank you for the fast reply.
phpBBBridge install problem
Posted on: 12/04/04 10:09pm
By: Turias
Ok, I uploaded 0.77 to my site. If anyone else sees this error, replace the plugin's functions.inc file with the one in this archive. Sorry for the confusion!