Adel-Qusay / Codeigniter-4-CRUD-generator

ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
122 stars 83 forks source link

Deprecated: Function get_magic_quotes_gpc() #5

Closed 007amitgarg closed 1 year ago

007amitgarg commented 3 years ago

Deprecated: Function get_magic_quotes_gpc() is deprecated in D:\php74\xampp\htdocs\Codeigniter-4-CRUD-generator-main\core\class.engine.php on line 331

in browser console error is : Uncaught SyntaxError: Unexpected token < in JSON at position 0

herrrilke commented 3 years ago

ran into this after switching from PHP7.3 to PHP7.4, too.

until PHP 8 you could use in #331

$magic_quotes = (bool)@get_magic_quotes_gpc();