I got plugin activation error.
Fatal error: Cannot redeclare register_mysettings() (previously declared in /home/ulee1997/public_html/wp/wp-content/plugins/smooth-slider/settings/settings.php:749) in /home/ulee1997/public_html/wp/wp-content/plugins/i-dump-iphone-to-wordpress-photo-uploader/i-Dump.php on line 71
dannozzz
Member
Plugin Author
Posted 2 years ago #
I understood the error.
Because i build it from the tutorial to make a plugin, your other installed plugin/widget is using the same parameters to store info's.
In this case its your smooth-slider plugin/widget.
Thank you for giving your feedback , i will update it soon to register those vallues with uniqu parameters instead of the default parameters.
you can solve it to not use your other plugin or you have to wait till i finished my update.
Thank you for reporting this, i forgot to change them !
dannozzz
Member
Plugin Author
Posted 2 years ago #
Solved choibc,
Thank you for reporting!
Log
sirenetta1
Member
Posted 1 year ago #
This issue is still not resolved in the latest version 2.3.5 for Smooth Slider. In the meantime, I found a solution!
To activate the Smooth Slider, you can edit the settings.php file in the Smooth Slider settings folder.
Search for the two instances of register_mysettings and rename to register_mysettings_ss
You should be active to activate the plug-in without issues.