March 17, 2007 05:27 PM
simplicity
Hi there,
I decided to try the Beta as I felt the api to integrate with vbulletin needed to be used (minimalise login credentials for my clients). Upon installation I came across a error on lines 90-101 of the permissions.php (in /includes)...
----------------------
'bugid' => _('ID'),
----------------------
It appears that the '_' was causing a problem so I removed this and all seemed to go fine and I havent come across any problems so far.
I decided to try the Beta as I felt the api to integrate with vbulletin needed to be used (minimalise login credentials for my clients). Upon installation I came across a error on lines 90-101 of the permissions.php (in /includes)...
----------------------
'bugid' => _('ID'),
----------------------
It appears that the '_' was causing a problem so I removed this and all seemed to go fine and I havent come across any problems so far.
March 17, 2007 06:23 PM
Robert
This would be caused because you don't have gettext installed. I have fixed this by loading the gettext emulation functions earlier in the installer so this won't happen anymore.
March 17, 2007 07:18 PM
simplicity
Thank-you for implementing the fix and responding so promptly.
Syndicate