WordPress - Contact Form











up vote
0
down vote

favorite












I trasfered a Wordpress site from an old hosting provider to another. To do this I performed these steps:




  • I download the public_html content from the old provider;

  • I exported the database content from the old provider;

  • I tried using the WordPress automatic import but it doesn't work (it could not establish the FTP connection with the old provider);

  • I installed Wordpress in the new provider;

  • I copied the old public_html folder in the new one;

  • I imported all the old tables from the previous Database export;

  • I corrected the database connection (DB_NAME, DB_USER, DB_PASSWORD, ...) in the wp-config.php file;


At this point the site seems to work... but not the "Contact Form". In fact, after activate the WordPress debug mode, if I send a message from the site I get this response in my debug.log:



[22-Nov-2018 16:21:12 UTC] PHP Fatal error:  Uncaught Error: Class 'RevSliderFunctionsWP' not found in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php:91
Stack trace:
#0 /home/yc32of0z/public_html/wp-settings.php(305): include_once()
#1 /home/yc32of0z/public_html/wp-config.php(88): require_once('/home/yc32of0z/...')
#2 /home/yc32of0z/public_html/wp-load.php(37): require_once('/home/yc32of0z/...')
#3 /home/yc32of0z/public_html/xmlrpc.php(29): include('/home/yc32of0z/...')
#4 {main}
thrown in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php on line 91
[22-Nov-2018 16:21:34 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:23:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4


Can anyone help me?










share|improve this question






















  • It looks like you might be missing the "revslider" plugin. I'd check to see if it's installed and activated on your new site.
    – Jake Stewart
    Nov 22 at 17:04










  • Thanks for your reply. After your message I check the plugins in my New WordPress Admin Panel but they seem to be ok. I tryed to update them too but the problem still remain.
    – El_Merendero
    Nov 23 at 9:14















up vote
0
down vote

favorite












I trasfered a Wordpress site from an old hosting provider to another. To do this I performed these steps:




  • I download the public_html content from the old provider;

  • I exported the database content from the old provider;

  • I tried using the WordPress automatic import but it doesn't work (it could not establish the FTP connection with the old provider);

  • I installed Wordpress in the new provider;

  • I copied the old public_html folder in the new one;

  • I imported all the old tables from the previous Database export;

  • I corrected the database connection (DB_NAME, DB_USER, DB_PASSWORD, ...) in the wp-config.php file;


At this point the site seems to work... but not the "Contact Form". In fact, after activate the WordPress debug mode, if I send a message from the site I get this response in my debug.log:



[22-Nov-2018 16:21:12 UTC] PHP Fatal error:  Uncaught Error: Class 'RevSliderFunctionsWP' not found in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php:91
Stack trace:
#0 /home/yc32of0z/public_html/wp-settings.php(305): include_once()
#1 /home/yc32of0z/public_html/wp-config.php(88): require_once('/home/yc32of0z/...')
#2 /home/yc32of0z/public_html/wp-load.php(37): require_once('/home/yc32of0z/...')
#3 /home/yc32of0z/public_html/xmlrpc.php(29): include('/home/yc32of0z/...')
#4 {main}
thrown in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php on line 91
[22-Nov-2018 16:21:34 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:23:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4


Can anyone help me?










share|improve this question






















  • It looks like you might be missing the "revslider" plugin. I'd check to see if it's installed and activated on your new site.
    – Jake Stewart
    Nov 22 at 17:04










  • Thanks for your reply. After your message I check the plugins in my New WordPress Admin Panel but they seem to be ok. I tryed to update them too but the problem still remain.
    – El_Merendero
    Nov 23 at 9:14













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I trasfered a Wordpress site from an old hosting provider to another. To do this I performed these steps:




  • I download the public_html content from the old provider;

  • I exported the database content from the old provider;

  • I tried using the WordPress automatic import but it doesn't work (it could not establish the FTP connection with the old provider);

  • I installed Wordpress in the new provider;

  • I copied the old public_html folder in the new one;

  • I imported all the old tables from the previous Database export;

  • I corrected the database connection (DB_NAME, DB_USER, DB_PASSWORD, ...) in the wp-config.php file;


At this point the site seems to work... but not the "Contact Form". In fact, after activate the WordPress debug mode, if I send a message from the site I get this response in my debug.log:



[22-Nov-2018 16:21:12 UTC] PHP Fatal error:  Uncaught Error: Class 'RevSliderFunctionsWP' not found in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php:91
Stack trace:
#0 /home/yc32of0z/public_html/wp-settings.php(305): include_once()
#1 /home/yc32of0z/public_html/wp-config.php(88): require_once('/home/yc32of0z/...')
#2 /home/yc32of0z/public_html/wp-load.php(37): require_once('/home/yc32of0z/...')
#3 /home/yc32of0z/public_html/xmlrpc.php(29): include('/home/yc32of0z/...')
#4 {main}
thrown in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php on line 91
[22-Nov-2018 16:21:34 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:23:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4


Can anyone help me?










share|improve this question













I trasfered a Wordpress site from an old hosting provider to another. To do this I performed these steps:




  • I download the public_html content from the old provider;

  • I exported the database content from the old provider;

  • I tried using the WordPress automatic import but it doesn't work (it could not establish the FTP connection with the old provider);

  • I installed Wordpress in the new provider;

  • I copied the old public_html folder in the new one;

  • I imported all the old tables from the previous Database export;

  • I corrected the database connection (DB_NAME, DB_USER, DB_PASSWORD, ...) in the wp-config.php file;


At this point the site seems to work... but not the "Contact Form". In fact, after activate the WordPress debug mode, if I send a message from the site I get this response in my debug.log:



[22-Nov-2018 16:21:12 UTC] PHP Fatal error:  Uncaught Error: Class 'RevSliderFunctionsWP' not found in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php:91
Stack trace:
#0 /home/yc32of0z/public_html/wp-settings.php(305): include_once()
#1 /home/yc32of0z/public_html/wp-config.php(88): require_once('/home/yc32of0z/...')
#2 /home/yc32of0z/public_html/wp-load.php(37): require_once('/home/yc32of0z/...')
#3 /home/yc32of0z/public_html/xmlrpc.php(29): include('/home/yc32of0z/...')
#4 {main}
thrown in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php on line 91
[22-Nov-2018 16:21:34 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:23:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4


Can anyone help me?







php wordpress hosting






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 22 at 16:41









El_Merendero

4119




4119












  • It looks like you might be missing the "revslider" plugin. I'd check to see if it's installed and activated on your new site.
    – Jake Stewart
    Nov 22 at 17:04










  • Thanks for your reply. After your message I check the plugins in my New WordPress Admin Panel but they seem to be ok. I tryed to update them too but the problem still remain.
    – El_Merendero
    Nov 23 at 9:14


















  • It looks like you might be missing the "revslider" plugin. I'd check to see if it's installed and activated on your new site.
    – Jake Stewart
    Nov 22 at 17:04










  • Thanks for your reply. After your message I check the plugins in my New WordPress Admin Panel but they seem to be ok. I tryed to update them too but the problem still remain.
    – El_Merendero
    Nov 23 at 9:14
















It looks like you might be missing the "revslider" plugin. I'd check to see if it's installed and activated on your new site.
– Jake Stewart
Nov 22 at 17:04




It looks like you might be missing the "revslider" plugin. I'd check to see if it's installed and activated on your new site.
– Jake Stewart
Nov 22 at 17:04












Thanks for your reply. After your message I check the plugins in my New WordPress Admin Panel but they seem to be ok. I tryed to update them too but the problem still remain.
– El_Merendero
Nov 23 at 9:14




Thanks for your reply. After your message I check the plugins in my New WordPress Admin Panel but they seem to be ok. I tryed to update them too but the problem still remain.
– El_Merendero
Nov 23 at 9:14












1 Answer
1






active

oldest

votes

















up vote
2
down vote













It seems that the Revolution Slider plugin has some files missing. Try deleting the Revolution Slider plugin and then installing it again from the wp-admin.






share|improve this answer





















  • Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
    – El_Merendero
    Nov 26 at 16:45










  • I'm not sure about that.
    – Jonathan
    Nov 29 at 10:05











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435229%2fwordpress-contact-form%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote













It seems that the Revolution Slider plugin has some files missing. Try deleting the Revolution Slider plugin and then installing it again from the wp-admin.






share|improve this answer





















  • Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
    – El_Merendero
    Nov 26 at 16:45










  • I'm not sure about that.
    – Jonathan
    Nov 29 at 10:05















up vote
2
down vote













It seems that the Revolution Slider plugin has some files missing. Try deleting the Revolution Slider plugin and then installing it again from the wp-admin.






share|improve this answer





















  • Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
    – El_Merendero
    Nov 26 at 16:45










  • I'm not sure about that.
    – Jonathan
    Nov 29 at 10:05













up vote
2
down vote










up vote
2
down vote









It seems that the Revolution Slider plugin has some files missing. Try deleting the Revolution Slider plugin and then installing it again from the wp-admin.






share|improve this answer












It seems that the Revolution Slider plugin has some files missing. Try deleting the Revolution Slider plugin and then installing it again from the wp-admin.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 23 at 16:58









Jonathan

475




475












  • Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
    – El_Merendero
    Nov 26 at 16:45










  • I'm not sure about that.
    – Jonathan
    Nov 29 at 10:05


















  • Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
    – El_Merendero
    Nov 26 at 16:45










  • I'm not sure about that.
    – Jonathan
    Nov 29 at 10:05
















Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
– El_Merendero
Nov 26 at 16:45




Thanks to your reply. What I found is that Revolution Slider is a Premium plugin so, I'm not sure but I'm thinking that this is the problem. Can be?
– El_Merendero
Nov 26 at 16:45












I'm not sure about that.
– Jonathan
Nov 29 at 10:05




I'm not sure about that.
– Jonathan
Nov 29 at 10:05


















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435229%2fwordpress-contact-form%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks