View Full Version : ajax problem
Danny-E
04-23-2008, 10:39 PM
i think i have an ajax problem :confused:
im a newbie and dont know what to do to fix it.
when i click the smilies when creating a new thread nothing happens
when i click to change my mood nothing happens
the drop down box for quick links in the navbar has gone
the drop down box for these in a topic has gone (Thread Tools, Search this Thread, Rate Thread, Display Modes)
And theirs probably other things not working. the problem has only started happening today since i upgraded to 3.6.10. ive tried doing the upgrade again and still having the same problems
any help appreciated
thanks
Lynne
04-23-2008, 11:23 PM
How about a link to your site?
Also, make sure all of your files are uploaded correctly. If one didn't upload all the way, it could cause this sort of problem.
Danny-E
04-24-2008, 06:26 AM
How about a link to your site?
Also, make sure all of your files are uploaded correctly. If one didn't upload all the way, it could cause this sort of problem.
all the files uploaded fine and i even uploaded twice to make sure
link:
swapitshopforum .net
Lynne
04-24-2008, 03:23 PM
It looks like you are missing the part in your navbar that calls the javascript (the id and the script call). For instance, for search, you have:
<td class="vbmenu_control"><a href="search.php">Search</a></td>And it should be:
<td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
Did you perhaps turn off vboptions > Style & Language Settings > Use 'vBMenu' DHTML Popup Menus?
Danny-E
04-24-2008, 04:41 PM
vBMenu' DHTML Popup Menus is turned on, and the search has never had a drop down icon for it. just others like quick links and those in the showthread.php have, but dont now ive upgraded to 3.6.10
Lynne
04-24-2008, 05:06 PM
Have you tried:
1) Creating a new default style and browsing your site with it and seeing if the dropdowns work then?
2) Turning off your plugins and seeing if it works then?
Danny-E
04-24-2008, 05:21 PM
make a new style and still the same problems
and in admin panel i had to collapse all to use the features. and i tried disabling the plugins and changed to disable and clicked go and the go button doesnt do anything :(
Lynne
04-24-2008, 05:29 PM
You are unable to disable the plugins through your admin cp? Try doing so through your config.php file:
edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
You may need to also to do includes/xml and remove any non-standard vbulletin xml files also (some mods have xml files added in there).
Danny-E
04-24-2008, 05:56 PM
You are unable to disable the plugins through your admin cp? Try doing so through your config.php file:
edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
You may need to also to do includes/xml and remove any non-standard vbulletin xml files also (some mods have xml files added in there).
thanks for all your help, just tried that and still no luck :down:
Jase2
04-24-2008, 06:05 PM
See if the following is enabled:
ACP --> vBulletin Options --> General Settings --> Disable AJAX Features --> Enable All AJAX Features
Still not working? Try the following:
ACP --> Maintenance --> Diagnostics --> Problematic Webserver Modules --> Submit
If any of the options say 'yes' -- report back here and say which one.
Danny-E
04-24-2008, 06:12 PM
See if the following is enabled:
ACP --> vBulletin Options --> General Settings --> Disable AJAX Features --> Enable All AJAX Features
Still not working? Try the following:
ACP --> Maintenance --> Diagnostics --> Problematic Webserver Modules --> Submit
If any of the options say 'yes' -- report back here and say which one.
Ajax is enabled and couldnt see any Problematic Webserver Modules option for the 2nd part
their is:
Upload
Email
Suspect File Versions
System Information
thanks
Lynne
04-24-2008, 09:29 PM
Ajax is enabled and couldnt see any Problematic Webserver Modules option for the 2nd part
their is:
Upload
Email
Suspect File Versions
System Information
thanks
He meant Suspect File Versions.
I must admit to being a bit stumped on this issue right now. Either disabling your plugins and/or going to a complete default vbulletin should have done the trick, assuming all the files are properly uploaded. I can see the code for the drop-down in your source code. You do have a bunch of extra javascript added to the top of your pages, have you tried taking that all out and seeing if things worked (although using a completely default style with no plugins on should have done that - check the source code to verify that).
GYSMO
04-24-2008, 11:58 PM
He meant Suspect File Versions.
I must admit to being a bit stumped on this issue right now. Either disabling your plugins and/or going to a complete default vbulletin should have done the trick, assuming all the files are properly uploaded. I can see the code for the drop-down in your source code. You do have a bunch of extra javascript added to the top of your pages, have you tried taking that all out and seeing if things worked (although using a completely default style with no plugins on should have done that - check the source code to verify that).
It seems also since I upgraded to version 3.6.10 where is the javax fonctions nothing seems to work anymore also redone all my files , drop tables disable and redone it all and still same errors
got this message that is and all locks there on
This game is AJAX powered and requires javascript to be turned on.
I think was better on older version all was working well then
Opserty
04-25-2008, 06:10 AM
Danny-E (https://vborg.vbsupport.ru/member.php?u=215600): Are you sure you have uploaded the Javascript files to your webserver?
The HTML says that there should be a file located here: http://swapitshopforum.net/clientscript/vbulletin_global.js?v=370rc4 obviously, browsing there shows that you are redirected the forum, suggesting the file is not present (I assume).
Cross check the contents of the /clientscript/ directory with that of a newly downloaded copy from vBulletin.com.
Danny-E
04-25-2008, 12:15 PM
clientscript folder permissions was set to 000 and would let me delete the folder or change the permissions
so i renamed it then uploaded the clientscript folder and its working now :D:D:D
thanks for all your help everyone, im in a good mood now :)
Lynne
04-25-2008, 03:12 PM
Thanks Opserty! It helps to have someone else look at the problem from a different angle!
Glad you got this fixed, Danny-E.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.