-
PHP7 breaks xajax.php.
PHP Fatal error: Uncaught Error: Using $this when not in object context in /var/www/xxx.com/kb/common/xajax/xajax.php:47\nStack trace:\n#0 /var/www/xxx.com/kb/common/include…
-
Hello,
First, I want to thank you that you have updated the project xajax and you have adapted and improved.
I am updating an old project that uses xajax for form validation.
I use this funct…
-
Hello, I'm experiencing a MySQL error that I believe has to do with PDO persistent connections on SourceBans++. I'm not sure if this is the right place to report this issue, but I figured I'd give it …
-
xajax Error: xajax failed to automatically identify your Request URI.Please set the Request URI explicitly when you instantiate the xajax object.
-
```
Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?
URL: http://kb.tluc.me/common/xajax/xajax_js/xajax_core.js
```
I'm running the site on a SSL connecti…
-
If i open the Website "http://ravens-rising.de/sourcebans/ Gives this to me as an answer
```
xajax Error: xajax failed to automatically identify your Request URI.Please set the Request URI explicitl…
-
When I want to validate if a checkbox has been marked on a form, it is impossible for me because getFormValues does not return that unchecked checkboxes and my code only validates the fields that come…
-
If I call a registered function nothing happens. With the old xajax it is working.
I register the function on this way.
>$this->jaxon->register(Jaxon::USER_FUNCTION, array('appaction', $this, 'appac…
-
Hi Thierry,
in the index.php of the examples is this line.
require(__DIR__ . '/includes/menu.php')
But the directory does not exists.
-
Hi Thierry,
I use xajax callback funktions in javascript.
```
//
```
Have you an equivalent in jaxon?
I saw that you have callbacks pre-processing and post-processing, but that are on …