php.js icon indicating copy to clipboard operation
php.js copied to clipboard

Object this.$ini.PHP

Open ZhengLinLei opened this issue 3 years ago • 0 comments

lvl = lvl.replace(err, PHP.Constants[ err ]); // ---> Error undefined lvl.replace()
XMLHttpRequest cannot load ./cfg/php.ini due to access control checks. - line 15372
TypeError: undefined is not an object (evaluating 'lvl.replace') - 12108
TypeError: undefined is not an object (evaluating 'variables_order.indexOf') - line 12143

The opts.ini contains PHP section.

  • var lvl = this.$ini.error_reporting; ---> var lvl = this.$ini.PHP.error_reporting;

image

ZhengLinLei avatar Jan 10 '23 08:01 ZhengLinLei