FATAL ERROR
Hello,
The Ajax/Javascript is now working perfectly. But it leaves me needing to run your MySQLExecuteQuery extension before the subsequent page loads, and so I can amend the data slightly.
Unfortunately, those execute query instructions give me the following error:
Fatal error: Uncaught Error: Class 'WA_MySQLi_Query' not found in /var/www/vhosts/xxxxxx.com/httpdocs/presenters/presenter_switchboard_classes_view.php:6 Stack trace: #0 {main} thrown in /var/www/vhosts/xxxxx.com/httpdocs/presenters/presenter_switchboard_classes_view.php on line 6
I get that error even when the SQL query string is empty. This is the code involved:
<?php
if ("" === "") {
$ExecuteQuery = new WA_MySQLi_Query($mysqli_xxxxx);
$ExecuteQuery->Statement = "";
$ExecuteQuery->execute();
$ExecuteGoTo = "";
if (function_exists("rel2abs")) $ExecuteGoTo = $ExecuteGoTo?rel2abs($ExecuteGoTo,dirname(__FILE__)):"";
$ExecuteQuery->redirect($ExecuteGoTo);
}
?>
I give you the URL's in the private area, thank you.


