Hi there,
I have previously setup revolution slider without issue, installing MAMP, opening browser to local host, completing the installation. I am having to move the standalone editor to another system in order to reformat the current system.
In setting the new system up, I am unable to complete the configuration of revolution slider. When I open the localhost/ and expect to complete the standalone configuration I receive PHP errors.
This system is exactly like the previous in terms of configuration.
Is there any chance that you have seen this previously and could shed some light.
Here are the errors i see in the browser
A PHP Error was encountered
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
How to fix it?
Check PHP version
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.
Check if Safe Mode disabled in PHP
Safe mode needs to be disabled. You can check if it is so by viewing output of "phpinfo()" PHP command on your webserver.
Check code integrity
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.
A PHP Error was encountered
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
How to fix it?
Check PHP version
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.
Check if Safe Mode disabled in PHP
Safe mode needs to be disabled. You can check if it is so by viewing output of "phpinfo()" PHP command on your webserver.
Check code integrity
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.
A PHP Error was encountered
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
===========================================
Thank you ahead of time for your help!
