CADOJRP / FiveM-AdministrationPanel

Administration Panel for FiveM Servers
MIT License
32 stars 10 forks source link

Fatal error xampp #65

Open Tom-NL opened 3 years ago

Tom-NL commented 3 years ago

Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\xampp\htdocs\adminpanel\index.php on line 383

AgentBUB commented 3 years ago

I got this to fixed, just go to line 883 and replace it with this: $decval = bcadd(bcmul(bcpow('16', $i, 0), $decvalues[$number[$i]]), $decval); It is due to the latest versions of PHP supporting a new syntax form. Here is an article that can explain it better: https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated