php.js
php.js copied to clipboard
Object this.$ini.PHP
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;
