Re: [phpodpworld-users] Installation of pre3.0
Status: Beta
Brought to you by:
hansfn
From: Hans F. N. <Han...@hi...> - 2011-03-01 10:02:59
|
* faidon passias <fai...@gm...> [2011-02-28]: > Hi there, i get two errors i can see of > > 1) [error] [client 127.0.0.1] PHP Notice: Undefined variable: sort_order in /var/www/Dmoz/index.php on line 178 This is a notice, not an error. And it has been fixed long time ago in SVN. I just haven't had time to make a new release. (Feeling guily about that.) > 2)i get << > Unexpected error > Couldn't set locale (to en_US). > >> when i try opening index.php. Any ideas? The locale isn't enabled/available on your server. You can list available locales with the command "locale -a". Hans |