vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   ajax problem (https://vborg.vbsupport.ru/showthread.php?t=176990)

Danny-E 04-23-2008 10:39 PM

ajax problem
 
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

Quote:

Originally Posted by Lynne (Post 1497728)
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:
HTML Code:

<td class="vbmenu_control"><a href="search.php">Search</a></td>
And it should be:
HTML Code:

<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

Quote:

Originally Posted by Lynne (Post 1498367)
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.


All times are GMT. The time now is 03:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00964 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete