krakjoe / ui

Cross platform UI development in PHP
Other
518 stars 39 forks source link

nginx error #57

Open askme-gpt opened 5 years ago

askme-gpt commented 5 years ago

php version : 7.1.19 ui ext version 2.0.0

when I add UI extension for php , then ,my website show 502 error . and the nginx error.log shows:

2019/03/29 10:34:13 [error] 10940#10692: *101 FastCGI sent in stderr: "PHP Fatal error: Cannot initialize libui: error initializing libui: registering utility window class; code 1410 (0x00000582) 类已存在。

is this a bug ? but the ui examples run correct .

Stricted commented 5 years ago

this extension is to build desktop applications and not to run on a webserver

Waya00 commented 4 years ago

我以前也遇到过,今天又遇到一次,你一说我就想起来了。你把php.ini中的;extension=php_ui.dll注销掉就行了。只要开了服务器就会报错,我相信这是一个bug