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

Error 500 on Posts and Categories with PHP 7.2+ #13

Open
carlitossuper1 opened this issue Nov 27, 2018 · 6 comments
Open

Error 500 on Posts and Categories with PHP 7.2+ #13

carlitossuper1 opened this issue Nov 27, 2018 · 6 comments

Comments

@carlitossuper1
Copy link

I get error 500 when browsing to Post and Categories in the backoffice with PHP 7.2 and up. Using PHP 7.1 works.

Do I need a special PHP extension to be enabled on 7.2 to make it work? Thanks

@yusttas
Copy link

yusttas commented Dec 17, 2018

@juamperuiz
Copy link

Not working in PHP 7.3+

@TimDorand
Copy link

Same issue, anyone as an answer to this ?

@yusttas
Copy link

yusttas commented Oct 10, 2019

Did you tried https://github.com/yusttas/xipblog? I fixed some issues there

@TimDorand
Copy link

TimDorand commented Oct 10, 2019

I finally fixed it by replacing

public function setMedia()

by

public function setMedia($isNewTheme = false)

Cleaned the /var/cache/dev and prod folder and it works

EDIT: I just checked your repository, and that's exactly what you did!
Thanks

@shana0780
Copy link

Same problem for me. Error 500 when I try to open the category or archive.
I try to change public function setMedia() but it didn't work.
I have PS 1.7.7.4 and PHP : 7.3.27

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

5 participants