Buyanbat Publish time 2017-03-10 21:40

After fresh install got error

Hi, I got this error when i install . vot-discuz.ml-2e57bdf22c7d.zip
Please help me how to fix this.

Notice:A non well formed numeric value encountered in E:\xampp\htdocs\huslen.club\source\function\function_core.php on line 1913



vot Publish time 2017-03-12 16:46

What the PHP version?

vot Publish time 2017-03-12 18:21

Edit the file: /source/function/function_core.php
Find this (line 1908):
function return_bytes($val) {
    $val = trim($val);
    $last = strtolower($val{strlen($val)-1});

Add after:
    $val = intval($val);



Pages: [1]
View full version: After fresh install got error