For phpshop I need the gettext extension. When I enable this in php.ini and set the extension path, I get an error message that gnu_gettext.dll can't be found. If I don't set the path, then php_gettext is not found...
Any ideas?
Thanks, Andi
Hi, I just tjecked, and it works fine for me.
I belive that you must load php as a module, and not with "php.exe".
I have a description at my site: www.mdz.dk If you need help.
The winddows version doesn't like absolute paths like /htdocs/phpshop, instead I had to use c:/htdocs/phpshop, even though only one disc is installed.... strange.
THANKS!