stephanediondev / readerself

Replaced by a new version
https://github.com/stephanediondev/feed
Other
158 stars 26 forks source link

Install error #91

Open craigerskine opened 3 years ago

craigerskine commented 3 years ago
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /.../system/helpers/url_helper.php on line 162

When I try to install for the first time I get this error. How do I fix this?

stephanediondev commented 3 years ago

Hi

This project is very old now and not updated.

The syntax is deprecated https://www.php.net/manual/en/migration74.deprecated.php

Please have a look to a more recent version made with Symfony https://github.com/stephanediondev/feed

craigerskine commented 3 years ago

Yeah, I tried installing feed but it did not work. I must be missing something.

I'm on a Mac and I tried using terminal and it looked like it finished, but there are no index.html/php files so I'm not sure what to upload.

I also tried on my Dreamhost server but the install failed saying I'm on PHP 7.3 but I'm not, all my sites are on PHP 7.4.

Super confusing.