Klaus Buecher

Results 302 comments of Klaus Buecher

reason: $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); this is false, e.g. on xampp 7.0.32. It seems now zend_loader_file_encoded exists only on non thread safe PHP....

this is working on master in xampp7.0.32. Actually, there is a commit of Sept. 2019 adding this

problem is that first project that is created gets id of 0. That breaks our mechanism to distinguish new from old projects. Index should start at 1.

if you use git, go back one commit (see my extra issue 323). Also, in table projects, project_id must be autoincrement in extra (see structure of table in phpmyadmin didn't...

works here on xampp on win10, if this commit is reverted: * locking the basic config and if project_id is autoincrement: ALTER table projects CHANGE project_id project_id int(10) NOT NULL...

thanks for the info. I haven't received any notification by github and will have a look.

I had the same. There are various places in php.ini (and apache config?) where the port needs to be adjusted. It is not in w2p.

which is autoload static missing #330

this is false: $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());

workaround is in issue 330