Hi,
I’m trying to move (not update) my WP from http://www.website.com/folder to http://www.website.com according to
https://wordpress.org/support/article/changing-the-site-url/ .
The result is a technical error, stating like
error of the type E_ERROR on line 8 of the file […]/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php. Foutmelding: Cannot redeclare av_countdown_events_fallback() (previously declared in[…]www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16)
How can I fix/move my site without this issue, or reinstalling the whole site?
thanks
Hey Artick,
That error message means that the function in question is declared more than once, did you already have an installation in the root? If so then please try to delete that first.
Best regards,
Rikard
Hi Rikard,
Thank you for the reply.
Yes, I also deleted http://www.website.com/folder after putting all in http://www.website.com/.
Just as the WordPress article prescribes.
Best regards