Bad formed header-content type
Brought to you by:
thaberkern
Hi,
I have AJASON installed on several servers. In many
works fine out of the box, but in one server (with a
hosting company, no access to apache configuration
files), when i access ajax object i have the next error:
Bad formed header-content type
The error is in AjaxServer.php file, line 159
header ('Content-type', 'text/json')
replacing by text/html or deleting this line the system
works fine
Logged In: YES
user_id=509219
Can you please check if the following line works too:
@header ('Content-type', 'text/json')
Timo