-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The demo site is no longer functioning correctly. #15
Comments
@IWriteThings Thanks for pointing that out. This has been corrected (permission) What is the issue with the SSL? Refactoring Album-O-Rama is in our list of things to do (which is huge really). As always we welcome contributions /wink /wink |
@niden Thanks for fixing the permissions. The SSL is reporting mixed content because many of the resources are loaded from HTTP. I am assuming you could fix this by either telling the server to tack on https to every resource or refactoring of the code. But either way, the SSL is reported as 'dangerous' because of the mixed content. It looks like all the images are reporting 302 or loading from http but are actually broken. http://userserve-ak.last.fm/serve/126/74641720.png Do you have a collection of all of the images so they can either be moved or deployed elsewhere? |
Thanks. Yes that needs to be fixed. The data on that site is 3 years old I think lol. |
Hi could I use this sample with latest Phalcon? |
@djtaisei Do you mean v4 or v3 ? |
Hi. Your requirements could not be resolved to an installable set of packages. Problem 1 To enable extensions, verify that they are enabled in your .ini files: ======== did i do anything wrong? |
@IWriteThings Bad news, Last FM changed their API so you won't be able to fetch last.fm images any longer through the echonest API. I'll try to sortout |
@djtaisei Fixed in master branch |
@sergeyklay Perfect! Thank you so much:) |
The demo site is broken and provides a poor example of Phalcon. Could you please resolve the permission errors on the server and find a resolution to the SSL issue?
The text was updated successfully, but these errors were encountered: