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.

Danny-E 04-24-2008 06:12 PM

Quote:

Originally Posted by Jase2 (Post 1498399)
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

Quote:

Originally Posted by Danny-E (Post 1498412)
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

Quote:

Originally Posted by Lynne (Post 1498582)
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: 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/clientscr...al.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.


All times are GMT. The time now is 08:01 AM.

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.01277 seconds
  • Memory Usage 1,759KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete