You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
The
opts.ini
containsPHP
section.var lvl = this.$ini.error_reporting;
--->var lvl = this.$ini.PHP.error_reporting;
The text was updated successfully, but these errors were encountered: