[eluser]bielco[/eluser]
Did some further investigation.
The AjaxController gets loaded without problems.
The cjax folder and the ajax.php and ajaxfw.php are accessed from webroot,
as it is programmed that way.
I ran into white screens as i was saying, so i started to debug,
here are my findings that far...
cjax/cjax.php line 34 sets file to ajax.php
but it turns out that my $_SERVER['SCRIPT_NAME']
seems to be "/ajax.php" which tells me something
breaks on line 36, and it returns "/ajax.php", which
ofcourse returns true on line 39 and there are your
white screens.
When i commented out line 36 that bumped me into
another nice error, which says...
Controller File: test.php not found
Anyway that means it continues and not breaked out
on line 39, so i guess we're almost there :-)
So i will keep debugging, but there is your first fix :-)
I am despite not good with regular expressions.