From: Pablo R. R. <pr...@cl...> - 2001-01-15 23:54:12
|
From the credits doc: [Scott R. Anderson | sr...@di... ] contributed a patch to allow authorized users' names to appear in RecentChanges. Can you explain me in which consists this patch? Thanks Pablo Roca (pr...@cl...) La Coruña - España > -----Mensaje original----- > De: php...@li... > [mailto:php...@li...]En nombre de Aredridel > Enviado el: lunes, 15 de enero de 2001 21:28 > Para: php...@li... > Asunto: Re: [Phpwiki-talk] gettext bug > > > > > I give up. There must be some gettext bug. I can't get the gettext in > > > php to recognize translations. I have compiled and installed the > > > latest version of PHP and built it with --gettext but that didn't help > > > either. > > > > I had similar problems once - I don't know how I got rid of them. > > But be sure to check, that you ran translate.sh which creates > the necessa= > > ry=20 > > *.mo file in LC_MESSAGES. gettext() uses that *.mo file and not > the *.po=20 > > files. *.po files are only "source-files" for creating *.mo > > > > Also, make sure that all permissions are ok (including directories). > > Also, looking at a run with a standalone PHP under strace is ften quite > helpful: > > strace php index.php 2>&1 | grep open > > Shows you all file-opens attempted by the PHP binary when it's run-- > highlights permission errors nicely (look for EPERM or EACCES) > > Ari > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk |