Dr.Nikos Posted August 20, 2017 Share Posted August 20, 2017 Hi everyone I have noticed that none of my you-tube videos are displaying on my site. With firebug i have noticed that the you tube video link is http and not https. In prestashop back-office I have checked and rechecked. The link is correct. Please see attached images/ How can I correct his issue? Thanks 1 Link to comment Share on other sites More sharing options...
vekia Posted August 20, 2017 Share Posted August 20, 2017 hello the screenshot from back office shows contents for greek (el) language, screenshot from front office shows english wersion 1 Link to comment Share on other sites More sharing options...
Dr.Nikos Posted August 20, 2017 Author Share Posted August 20, 2017 Vekia thank you for your interest. Yes you are correct. I I looked at it again an it works now. How stupid of me. Will try to delete this post entirely. Thank you again 1 Link to comment Share on other sites More sharing options...
PF22 Posted October 3, 2017 Share Posted October 3, 2017 Hi there. Is there a way to automate the call to youtube via https as there are too many links to http://www.youtube.com on my website to change them one after another... Thanks ! Link to comment Share on other sites More sharing options...
Torben Posted October 21, 2017 Share Posted October 21, 2017 I have same problem as Pat_07. Any help? Link to comment Share on other sites More sharing options...
Torben Posted October 21, 2017 Share Posted October 21, 2017 (edited) Pat_07 and others. I found the solution. In the database you run this SQL query: UPDATE [table_name] SET `[field]` = replace(`[field)`, 'http://www.youtube.com', 'https://www.youtube.com'); where you change table_name and field to match your table name and field in the question. Torben Edited October 21, 2017 by Torben (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now