Re: [PHP-GTK] Can't get V0.1 to run on Win98

[email protected] ("Frank M. Kromann") Mon, 06 Aug 2001 07:23:36 -0700
Newsgroups php.gtk
Message-ID <[email protected]>
Hi,

Did you update php.exe and php4ts.dll when you updated php_gtk.dll ? Make sure you only have one copy of php4ts.dll on your system.

php_win.exe requires php.exe to be installed in c:\php4. If you install php.exe in an other location you can specify the location by setting the environment variable PHP_BIN. In yor case that would be:

set PHP_BIN=e:\php\php.exe

Next version of php_win.exe will include an error message and some more help.

- Frank

> 
> Hi!
> I get this message after I installed PHP GTK V0.1 on Win98 SE:
> 
> E:\>e:\php\php.exe -q copy.php
> <br>
> <b>Warning</b>:  Unable to load dynamic library 'e:\php\extensions/php_gtk.dll'
> - A device attached to the system is not functioning.
>   in <b>copy.php</b> on line <b>3</b><br>
> <br>
> <b>Fatal error</b>:  Cannot instantiate non-existent class:  gtkwindow in 
> <b>cop
> y.php</b> on line <b>156</b><br>
> 
> The same script works fine with V0.0.4.
> e:\php\extensions/php_gtk.dll is the local of the file.
> 
> Any idea what the problem is?
> 
> Incidentally (maybe its related), when I try to run php_win.exe nothing 
> happens.
> If I double click on the file, I get a pop-up telling me how to use it, if 
> I make a short cut to the file with the path to the script after it, 
> nothing at all happens.
> 
> Thanks for your help!
> 
> Regards,
> David
> [email protected]
> 
> 
> -- 
> PHP GTK Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]
> 
> 
>