• Hello
    I always working locally and shows the progress to the clients in a development hosting.

    I installed the plugin yesterday and worked for 5 hours to add team members and everything was perfect until I uploaded the backup to the server.
    The tables I checked are identical in phpmyadmin but the teams I created in the admin are empty of team members only in the dev server.

    PLEASE HELP ME

    https://www.ads-software.com/plugins/team-members/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Hagai Shaul

    (@hagai)

    btw – the only different is the links.
    I copied one table to the dev server table and it worked until I run an sql query and then it stop working.

    UPDATE wp_options SET option_value = replace(option_value, 'https://localhost/website/public_html/', 'https://mydomain.com/website/') WHERE option_name = 'home' OR option_name = 'siteurl';
    UPDATE wp_posts SET post_content = replace(post_content, 'https://localhost/website/public_html/', 'https://mydomain.com/website/');
    UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://localhost/website/public_html/','https://mydomain.com/website/');
    UPDATE wp_options SET option_value = replace(option_value, 'https://localhost/website/public_html', 'https://mydomain.com/website') WHERE option_name = 'home' OR option_name = 'siteurl';
    UPDATE wp_posts SET post_content = replace(post_content, 'https://localhost/website/public_html', 'https://mydomain.com/website');
    UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://localhost/website/public_html','https://mydomain.com/website');

    in different words when I change the links it is no longer working

    I love the plugin, I MUST get the pro version sooner.
    I have a shortcode for MP3 files that i have been placing on each team member’s profile to display an MP3 file. It has been working perfectly but not anymore, I have tested plugin conflicts and theme conflicts but nothing changes.

    the shortcode is for wonderplugin audio player, initially it worked well displaying the MP3 and playing them well when clicked, Please help

    sorry for posting this support request on the wrong page.

    Thread Starter Hagai Shaul

    (@hagai)

    anyone?

    Plugin Author WP Darko

    (@spwebguy)

    Hi there,

    Please use https://wpdarko.com/support for any questions/request regarding our plugins.

    We’ve had similar issues and we’ll work on a solution for this as soon as possible. Contact us using the platform above and we’ll keep you posted.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HELP – restore website from localhost to server not working with plugin’ is closed to new replies.