| View previous topic :: View next topic |
| Author |
Message |
bookhar
Joined: 13 Oct 2008 Posts: 1 Location: Sweden
|
Posted: Mon Oct 13, 2008 8:01 am Post subject: Basic Installation problem. Please help. |
|
|
Hi there
I have downloaded Gnope and managed to run the application-handler but when I tried to run GTK2 in my Wamp-installation I got the message:
Please load the php-gtk2 module in your php.ini
What shall I write in Wamps PHP.INI-file in order to use GTK2-there?
Thanks
Martin |
|
| Back to top |
|
 |
clange
Joined: 24 Jan 2006 Posts: 14
|
Posted: Thu Nov 13, 2008 3:12 am Post subject: |
|
|
look at the extension section in your php.ini
for win insert:
extension = php_gtk2.dll or php-gtk2.dll
for unix insert:
extension = php_gtk2.so or php-gtk2.so
mfg clange |
|
| Back to top |
|
 |
|