I just upgraded to vbulletin 4.1.8 and my site all https. I have the homeurl and bburl defined as https yet when I view source my AJAXBASEURL is set the http therefore breaking ajax request. How can I set the AJAXBASEURL?
Announcement
Collapse
No announcement yet.
AJAXBASEURL wrong
Collapse
X
-
I also encountered the similar problem. When working for one of my client I found that AJAXBASEURL does not have www in the url and my client site has WWW in the urls and so was breaking the Ajax requests.
I noticed that this variable is used {vb:raw ajaxbaseurl} and though it is populated using the home url that is never used and the one that is used for templates is defined taking the SERVER Variables.
-
If this is still an issue, there's a hack for it here:
https://www.vbulletin.com/forum/show...=1#post2250107
Worked for me.
Comment
Related Topics
Collapse
-
by hienntpHello,
I have another one and I need your help.
I created a mode for my forum (vb5). I used ajax to transfer data from outside to core/packages/helloworld/api/page.php
PHP Code:<?php
-
Channel: Support Issues & Questions
Wed 19 Aug '15, 5:36pm -
Comment