Thank you, I will add in version 1.3.2
Thanks! I will edit this line in the new version.
Hi Daniel, New version with PHP8 support today.
Hi Maryem, Add error_reporting(0); or ini_set('display_errors', 0); in the beginning of your script Martin
Hi Maryem, This mte.php is a very old version. The function mysql_connect is deprecated in PHP 5.5.0, and removed in PHP 7.0.0. Your local machine is using > PHP 7. Please use the new version. I hope it is compatible wth Web Builder. Succes! Martin
Hi Maryem, Don't know which version "WYSIWYG Web Builder 14" uses, but mysql_connect is an old funtion. MySQL Edit Table switched to msqli Can you post your mte-file here? Martin
Hi Charles, The quick way is: Add this code on line 2 of your edit-script ini_set('display_errors', 0);
Hi Charles, The quick way is: Add this code on line 2 of your edit-script ini_set('display_errors', 1);