Posted by AntiNSA on January 29, 2011 at 1:00am
Getting huge error when used with varnish/pantheon/mercury... anyone else? Its a huge pop up error after clicking on the submit button. The message posts ok on the front page, but not on the profile page. Get a huge pop up error.

Comments
here is a link to the
here is a link to the facebook queue http://drupal.org/node/1044186
I geuss it is some kind of caching problem. How could I keep pantheon from cachin my facebook.js?
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
ok, disabling the AHAH kills
ok, disabling the AHAH kills the error in the admin/facebook settings advanced section. But it also killss the ajax
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
my problem was views timed
my problem was views timed caching. I disabled it and everything worked.
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
hey AntiNSA Could you explain
hey AntiNSA
Could you explain to me more about how you managed to fix it?
Caching is set to none for my view and I still get the error.
Thanks!
thats pretty much how I fixed
thats pretty much how I fixed it. I stopped using drush up to because drush was actually updateing some of my devs to loder than dev version. I know thats user error maybe, But disabling views caching fixed things for me, also I transferred so it was important to update my core without any other modules being enabled first than core.
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
Thanks for the reply! The
Thanks for the reply!
The thing is, that when I edit the view, under caching it's set to 'none' so I don't understand why it's being cached by memcache.
How is memcache configures in your settings.php file?
The guides at Linode state it should be set up like so:
$conf['memcache_servers'] = array('127.0.0.1:11211' => 'default',
'127.0.0.1:11212' => 'menu',
'127.0.0.1:11213' => 'filter',
'127.0.0.1:11214' => 'form',
'127.0.0.1:11215' => 'block',
'127.0.0.1:11216' => 'update',
'127.0.0.1:11217' => 'views',
'127.0.0.1:11218' => 'content',
'127.0.0.1:11219' => 'apachesolr',
);
$conf['memcache_bins'] = array(
'cache' => 'default',
'cache_menu' => 'menu',
'cache_filter' => 'filter',
'cache_form' => 'form',
'cache_block' => 'block',
'cache_update' => 'update',
'cache_views' => 'views',
'cache_views_data' => 'views',
'cache_content' => 'content',
'cache_apachesolr' => 'apachesolr',
);
I don't wanna disable views caching completely cause some of my views could and should be cached. It's just this one that I want to not be effected...
It was working with install
It was working with install under ubuntu./ linode 1.2 guide. I dont have the bcf2 installed. PAntheon was screaming fast. I can assure you ajax can and does work for me ... check your module installations carefully before your pantheon settings. I am having a serious problem getting a 503 after new user registration.
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
I would say disable every
I would say disable every single module except facebook, and facebook even. Uninstall and reinstall. Then slowly turn them one on one before adjusting underlying caching settings. Only disable the caching setti gs from the drupal GUI, and then slowly turn them on. One by one untill you find out what breaks it.
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...