Listing Display
Bug Id ?
69
Reporter ?
simplicity
Product/Version ?
Bugdar / 1.2.0 Beta
Status ?
Closed
Severity ?
Moderate
Duplicate Of ?
- none -
Fixed in Revision ?
1471
Mstone ?
Summary ?
Installation Failure
Report Time ?
March 17, 2007 05:27 PM
Assignment ?
Robert
Resolution ?
Fixed
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

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.

On March 17, 2007 05:39 PM, simplicity changed:
On March 17, 2007 06:10 PM, Robert changed:
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.

On March 17, 2007 06:23 PM, Robert changed:
March 17, 2007 07:18 PM simplicity
Thank-you for implementing the fix and responding so promptly.