xpert-idea / xipblog

Prestashop 1.6 & 1.7 Xpert Blog Module
http://xpert-idea.com
GNU General Public License v3.0
35 stars 27 forks source link

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

Open carlitossuper1 opened 5 years ago

carlitossuper1 commented 5 years ago

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 commented 5 years ago

Try https://github.com/yusttas/xipblog

juamperuiz commented 5 years ago

Not working in PHP 7.3+

TimDorand commented 4 years ago

Same issue, anyone as an answer to this ?

yusttas commented 4 years ago

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

TimDorand commented 4 years ago

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 commented 3 years ago

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