The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable Ajax for Create Post / Reply VB5
Unfortunately since a few days ago vbulletin 5 is giving me :
Error while saving content: SyntaxError: Unexpected token E in JSON at position 65 for posting / creating content BUT system is fine for removing posts I just want to disable the AJAX for sending posts, I spent a lot of time fixing the problem but it doesn't work .. tried many things .. localhost it is fine but online ajax is not working so how can I disable ajax for create or send message Thanks |
#2
|
||||
|
||||
If you disable ajax for posting then you wouldn't be able to post at all or you would get the raw JSON response displayed on the page or downloaded by the browser. There's no server-side code available to process posting without AJAX on vB5.
Whenever you get that error when posting, it usually means the server responds to the ajax request with an HTML output instead of JSON format. The HTML output probably states a generic server error message. You should check the server error logs for the exact error message or temporarily enable debug mode so that you can see the exact error message in the HTML output in the browser dev tools Network tab > Response tab for the AJAX request for submitting a post. |
#3
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|