![]() |
|
IIS Installation Help - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: IIS Installation Help (/thread-3128.html) |
IIS Installation Help - ninomulak - 2008-06-19 I keep getting this error. Can someone please help me? zenphoto location: C:\Inetpub\wwwroot\zenphoto php location: C:\php === Warning: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead in C:\Inetpub\wwwroot\zenphoto\zp-core\lib-gettext\gettext.inc on line 131 Warning: setlocale() [function.setlocale]: Invalid locale category name LC_MESSAGES, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME in C:\Inetpub\wwwroot\zenphoto\zp-core\lib-gettext\gettext.inc on line 131 Fatal error: Call to undefined function mb_detect_encoding() in C:\Inetpub\wwwroot\zenphoto\zp-core\lib-gettext\gettext.inc on line 101 ==== Thanks a million! IIS Installation Help - sbillard - 2008-06-19 You can try the nightly build. The problem is caused by two things. First your installation does not have native gettext support. Second the gettext replacement library in the released zenphoto does not work correctly in all cases. The library has been made a stub in the nightly build, so language translation will not work but zenphoto will run in its native English. |