vityabond / hopebilling

The free billing system hopebilling.com
MIT License
102 stars 109 forks source link

Notice: unserialize(): Error at offset 0 of 1 bytes in core/classes/System/Config.php on line 32 #32

Closed jerocobo closed 3 years ago

jerocobo commented 4 years ago

I get this error when I try to install it.

Notice: unserialize(): Error at offset 0 of 1 bytes in core/classes/System/Config.php on line 32

cameronmotes commented 4 years ago

Bump. I'm having the same issues.

Installing on VestaCP

EMAKASS commented 4 years ago

similarly, installing vesta cp on debian, php 7, mariadb

panuwizzle commented 4 years ago

I can see the installation page by adding s:0:""; to app/config/global.config . The function try to de-serialize the empty string so it shows the error.

sakibstime commented 4 years ago

Clear unserialize from the 32 No. line. It'll be fixed.

vityabond commented 3 years ago

fixed