Video Wall Trouble

Video Wall stopped working.

When I opened the project file, I got an error message from YouTube saying that my php version was too old. I updated php to 7.4 and the VideoWall worked fine in Preview in Rapidweaver.

Went to website, no change. VideoWall still not working.

Republished site. Still not working.
Used other browsers, cleared cache, disconnected from wifi. Nothing works. Still not loading.

Any ideas?
These are the two pages:
https://www.oboestudio.com/gallery.html
https://www.oboestudio.com/songwriting.html

I also changed page type to php That did not help.

The immediate issue is your hosting server is throwing a 500 error. You need to see what the error logs say.

Should those pages be .php anyway?

Also while back there were some changes made did you ge an API key?
https://community.weavers.space/content/perma?id=148397

Hi,
Yes I have a key

I changed the page to php after I posted and edited the post. The html version is still on the server so I thought the Original link would continue to work.

It’s weird that it works in preview and not the web. I’ve had the exact opposite behavior before, when I could only see it if I published.

Even the php versions are getting 500 errors:
https://www.oboestudio.com/songwriting.php
https://www.oboestudio.com/gallery.php

has something to do with the social feed

https://www.oboestudio.com/rw_common/plugins/stacks/social-feed/social-api.php?query=%5B%7B%22service%22%3A%22youtube%22%2C%22method%22%3A%22playlist_videos%22%2C%22options%22%3A%7B%22max_count%22%3A50%2C%22max_cache_age%22%3A15%2C%22api_key%22%3A%22AIzaSyBaO48lR9JDG6ybE4e7mfeBUl12iiRLwLI%22%2C%22app_name%22%3A%22OBOEPARTY%22%7D%2C%22parameters%22%3A%7B%22playlist%22%3A%22PLccy0HkZEwupun2yQFy3dFrYsGyDcQqw_%22%2C%22channel%22%3A%22UCnNk0Zm9qZvPIGahKsyqH8A%22%2C%22query%22%3A%22RapidWeaver%22%7D%7D%5D

Look for some error logs on the server. There should be some errors in there that could help. Hosts put these logs in so many places. I would start by looking for it here…

/rw_common/plugins/stacks/social-feed/error_log

It says this, but I don’t know what it means
console.error(“Error processing social feeds”, data, textStatus, jqXHR);

That is the browser console log. I asked for the error logs on the server. Those are the more detailed errors that I need. Those are the root cause to what you are seeing in the console.

Thanks to Joe Workman and Chillidog Hosting, the problem is fixed. In case anyone runs into a similar issue, I thought I’d document it here.

When I updated the php, as Youtube required, I must have selected the wrong version.

“Issue was actually alt-php was elected instead of ea-php. I’ll get that alt- package removed. I’ve switched your sites to the correct version of php.”

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.