Severity: Warning
Message: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Filename: includes/operations.class.php
Line Number: 2951
Check if PHP version of your server is up to date. PHP version 5.3 or greater is required. You can check version using "phpversion()" PHP function on webserver or by executing "php --version" via SSH.
Safe mode needs to be disabled. You can check if it is so by viewing output of "phpinfo()" PHP command on your webserver.
Make sure all code files are uploaded to your webserver and was not modified. If some files are missing or corrupted reupload of code files can fix it.
Severity: Warning
Message: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Filename: includes/operations.class.php
Line Number: 2955
Check if PHP version of your server is up to date. PHP version 5.3 or greater is required. You can check version using "phpversion()" PHP function on webserver or by executing "php --version" via SSH.
Safe mode needs to be disabled. You can check if it is so by viewing output of "phpinfo()" PHP command on your webserver.
Make sure all code files are uploaded to your webserver and was not modified. If some files are missing or corrupted reupload of code files can fix it.
Severity: Warning
Message: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Filename: includes/output.class.php
Line Number: 3599