Hi,
I know that gettext is required for localization and setup complains about gettext not being installed, but I've seen that you've registered a gettext function where gettext is not available.
My host doesn't support gettext (I don't need localication anyway) but a few of the pages complain: php files in the admin utilities some have problems (don't get the replacement gettext registered before their use) and as a result, for example when I click on "Backup/Restore" button in admin - overview, I get:
Fatal error: Call to undefined function gettext() in backup_restore.php on line 11
I've fixed the problem for myself by removing calls to 'gettext' in those files, but since I've seen that working without gettext is something almost covered, I thought I'd let you guys know about the problem.
Thanks for the great software,
-Hamed
Comments
Can I proceed, or am I out ofluck?
Thanks,
Martin
Oops, I just saw your reply above, I will give the nightly build a try, too. Thanks.
Cheers
Thanks