• I am guessing the dev team knows this already, but ABASE won’t work with php7. The reason is that the old mysql_xxx functions that worked in php5 are no longer supported in php7. If you go into the abase.php and globally replace ‘mysql_’ with ‘mysqli_’ this might work. I am in the process of checking this out on my installation. I will follow up if I am successful.

    https://www.ads-software.com/plugins/abase/

Viewing 1 replies (of 1 total)
  • Thread Starter snowrodeo

    (@snowrodeo)

    Update here: for sure ABASE will not work as is with php7 because the old mysql_** API is removed. Mostly you can replace the mysql_ with mysqli_ in the file abase.php, but look at your apache error log to find errors. In about 30 minutes I was able to get it working on my examples and have sent the code to the dev. Hopefully, he can clean this up quickly and provide a real update.

Viewing 1 replies (of 1 total)
  • The topic ‘ABASE and PHP 7.x – calls to mysql_xxx functions not supported’ is closed to new replies.