Forum Replies Created
-
Author
-
dios1demonio0Participant
Thank you very much, your response give me a clue, there is missing updates
I have excecuted the following and every is working fine now.
UPDATE wp_options SET option_value = replace(option_value, ‘http://www.latamcinemashow.com/’, ‘http://www.latamcinemashow/vista2016/’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET guid = replace(guid, ‘http://www.latamcinemashow.com/’,’http://www.latamcinemashow.com/vista2016/’);
UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.latamcinemashow.com/’, ‘http://www.latamcinemashow.com/vista2016/’);
UPDATE wp_postmeta SET meta_value = replace(meta_value,’http://www.latamcinemashow.com/’,’http://www.latamcinemashow.com/vista2016/’);
Thank you very much
dios1demonio0ParticipantThank you Kleran,
Yes I have changed it updating database before,
In general settings both fields are grayed out and set to http://www.latamcinemashow.com/vista2016
It seems to be ok.In the errors you sent to me, the path is invalid, it is missing the new path /vista2016, do you known where they are stored?
thank you again
dios1demonio0Participanti have upgraded woocommerce to 2.3 and not have any issue yet. it appears kleo is working fine!
-
AuthorPosts