Error In Form Submission after upgrading to PHP 7.0

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 15, 2019   (RSS)

By nmsinc - April 15, 2019

I have several forms that are outside the CMS which are used to create new users. Upon upgrading the PHP to 7.0 these forms produce an error in the "insert" code!

The error is as follows:    UNCAUGHT_EXCEPTION: Call to undefined function mysql_query()

I have included the insert code line we use:    mysql_query("INSERT INTO `{$TABLE_PREFIX}accounts` SET

Any help would be appreciated very much!

nmsinc

By nmsinc - April 15, 2019

Thanks Jerry,

Found the plugin and everything works great now. Appreciate it very much!

nmsinc

nmsinc