Skip to content
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

Open
IWriteThings opened this issue Jun 22, 2017 · 9 comments
Open

The demo site is no longer functioning correctly. #15

IWriteThings opened this issue Jun 22, 2017 · 9 comments

Comments

@IWriteThings
Copy link

screen shot 2017-06-22 at 10 29 48

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?

@niden
Copy link
Member

niden commented Jun 22, 2017

@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

@IWriteThings
Copy link
Author

screen shot 2017-06-22 at 12 14 17

@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

screen shot 2017-06-22 at 12 22 36

Do you have a collection of all of the images so they can either be moved or deployed elsewhere?

@niden
Copy link
Member

niden commented Jun 22, 2017

Thanks. Yes that needs to be fixed. The data on that site is 3 years old I think lol.

@djtaisei
Copy link

djtaisei commented May 1, 2019

Hi could I use this sample with latest Phalcon?
Peace

@sergeyklay
Copy link
Contributor

@djtaisei Do you mean v4 or v3 ?

@djtaisei
Copy link

djtaisei commented May 4, 2019

@djtaisei Do you mean v4 or v3 ?

Hi.
V3.
When I do "composer install", I received below message.

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for phalcon/album-o-rama dev-master -> satisfiable by phalcon/album-o-rama[dev-master].
- phalcon/album-o-rama dev-master requires ext-phalcon ~2.0 -> the requested PHP extension phalcon has the wrong version (3.4.2) installed.

To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/7.2/php.ini
- /usr/local/etc/php/7.2/conf.d/ext-opcache.ini
You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.

========

did i do anything wrong?

@sergeyklay
Copy link
Contributor

@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

@sergeyklay
Copy link
Contributor

@djtaisei Fixed in master branch

@djtaisei
Copy link

djtaisei commented May 4, 2019

@sergeyklay Perfect! Thank you so much:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants