Hey all,
I have been battling this one for a while and after a lot of searching online I am at a loss, I am not even really seeing anyone with the same issue and I am hoping someone might have a clue as to what I might need to do.
Freebsd10
php56
Apache24
I have installed mod_php56, php56-extensions. I have deinstalled, reinstalled, clean, not clean. No love at all.
Everytime I try to load up the laravel app I get:
Fatal error: Interface 'JsonSerializable' not found in /usr/home/intranet/docs/bootstrap/compiled.php on line 6295
According to everything I have seen this should just work in PHP56... I have no idea how I messed this up. Any insight would be so welcomed.
Thanks Ian
I had the same issue on centos 7. I upgraded from php 5.4 to php 7.0, deployed a laravel project and got stuck with this.
Mine was solved by installing php-json:
yum install php70u-json
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community