javascriots/Ajax calls not working
Hi, I am working on http://www.opensource-it.com , site based on Drupal 6.10 . The site has been migrated from D5 and I've just changed of hosting company. Since these two moves all the javascript or ajax calls do not work anymore: fivestar ratings, node relationship, community tagging... So a problem with Javascript execution, but I can't find. Any clue? Thanks, Denis
Quoting Denis Lafont-Trevisan <denis.lafont@gmail.com>:
Hi, I am working on http://www.opensource-it.com , site based on Drupal 6.10 . The site has been migrated from D5 and I've just changed of hosting company.
Since these two moves all the javascript or ajax calls do not work anymore: fivestar ratings, node relationship, community tagging...
So a problem with Javascript execution, but I can't find.
Any clue?
Make sure you clear the cache* and sessions tables. Make sure you clear the browser cookies for the site. -- Earnie http://r-feed.com Make a Drupal difference and review core patches. -- http://for-my-kids.com/ -- http://www.4offer.biz/
Just a shot in the dark, without knowing the setup: mime type on Apache configuration include javascript? Victor Kane http://awebfactory.com.ar http://projectflowandtracker 2009/3/29 Denis Lafont-Trevisan <denis.lafont@gmail.com>
Hi, I am working on http://www.opensource-it.com , site based on Drupal 6.10 . The site has been migrated from D5 and I've just changed of hosting company.
Since these two moves all the javascript or ajax calls do not work anymore: fivestar ratings, node relationship, community tagging...
So a problem with Javascript execution, but I can't find.
Any clue?
Thanks,
Denis
-- [ Drupal support list | http://lists.drupal.org/ ]
I downloaded and installed a copy of Acquia Drupal 6. In regular versions of Drupal the moment you promote a node to the front page, the default Welcome message defined in core gets removed. However, in Acquia Drupal this doesn't happen. Anybody know a way around this (which is not a kludge)? (I don't want to define a different node as the front page, as it means that I then can't promote multiple nodes to the same front page and I'm stuck with a single node.) Moses
Quoting Moses Elias <iom@netvision.net.il>:
I downloaded and installed a copy of Acquia Drupal 6.
In regular versions of Drupal the moment you promote a node to the front page, the default Welcome message defined in core gets removed.
However, in Acquia Drupal this doesn't happen. Anybody know a way around this (which is not a kludge)?
I have no reason to know why Acquia would have a different version of Drupal than a "regular version". Check the access permissions to the node. Empty the cache tables. Empty the sessions table. Empty your browser cookies for the site. -- Earnie http://r-feed.com Make a Drupal difference and review core patches. -- http://for-my-kids.com/ -- http://www.4offer.biz/
Earnie said:
I have no reason to know why Acquia would have a different version of Drupal than a "regular version". Check the access permissions to the node. Empty the cache tables. Empty the sessions table. Empty your browser cookies for the site.
Oh why didn't I notice! They do do it differently. The Welcome Message in Acquia Drupal is simply a Page, and all you have to do is remove the Promote to Frontpage checkbox to have it stop appearing on the frontpage. Thanks for the inspiration!
Thanks all. The answer was: only jquery related javascript was not executed, and it was because the "jquery update" module was activated. I desactivated it and it works great. Cheers, Denis 2009/3/30 Victor Kane <victorkane@gmail.com>
Just a shot in the dark, without knowing the setup: mime type on Apache configuration include javascript?
Victor Kane http://awebfactory.com.ar http://projectflowandtracker
2009/3/29 Denis Lafont-Trevisan <denis.lafont@gmail.com>
Hi, I am working on http://www.opensource-it.com , site based on Drupal 6.10 . The site has been migrated from D5 and I've just changed of hosting company.
Since these two moves all the javascript or ajax calls do not work anymore: fivestar ratings, node relationship, community tagging...
So a problem with Javascript execution, but I can't find.
Any clue?
Thanks,
Denis
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
The jquery update module requires you to copy files into the Drupal core misc directory - that way you can keep up to date with jquery releases. Check out the README.txt file in the jquery update module 2009/3/30 Denis Lafont-Trevisan <denis.lafont@gmail.com>
Thanks all. The answer was: only jquery related javascript was not executed, and it was because the "jquery update" module was activated. I desactivated it and it works great.
Cheers,
Denis
2009/3/30 Victor Kane <victorkane@gmail.com>
Just a shot in the dark, without knowing the setup: mime type on Apache
configuration include javascript?
Victor Kane http://awebfactory.com.ar http://projectflowandtracker
2009/3/29 Denis Lafont-Trevisan <denis.lafont@gmail.com>
Hi, I am working on http://www.opensource-it.com , site based on Drupal 6.10 . The site has been migrated from D5 and I've just changed of hosting company.
Since these two moves all the javascript or ajax calls do not work anymore: fivestar ratings, node relationship, community tagging...
So a problem with Javascript execution, but I can't find.
Any clue?
Thanks,
Denis
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
participants (4)
-
Denis Lafont-Trevisan -
Earnie Boyd -
Moses Elias -
Victor Kane