vanderkerkoff
Forum Replies Created
-
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] SSL and Mixed Content WarningsI’ve done a bit more digging. The code is being called in from reflex-gallery.php
approx line 85
//Add gallery scripts
public function add_gallery_scripts() {
wp_enqueue_script(‘jquery’);
wp_register_script(‘jquery_migrate’, ‘http://code.jquery.com/jquery-migrate-1.1.1.js’, array(‘jquery’));
wp_enqueue_script(‘jquery_migrate’);
wp_register_script(‘flexSlider’, WP_PLUGIN_URL.’/reflex-gallery/scripts/flexslider/jquery.flexslider-min.js’, array(‘jquery’));
wp_register_script(‘prettyPhoto’, WP_PLUGIN_URL.’/reflex-gallery/scripts/prettyphoto/jquery.prettyPhoto.js’, array(‘jquery’));Sorry about the formatting
Forum: Networking WordPress
In reply to: Upgrading from wpmu 2.9.2 to 3.1.2Thanks both
I did what you suggested and went and grabbed the upgrade manually and followed the step by step upgrade guide, it’s all gone relatively smoothly.
One gotcha was I hadn’t changed the path in my nginx config to point at the new path to the replacement for the blogs.php file! woops.
Once that was fixed we were all ready to go.
Thanks again.
Forum: Fixing WordPress
In reply to: nginx fastcgi shibbolethThanks Michael
Forum: Fixing WordPress
In reply to: nginx fastcgi shibbolethWell I’ve hit a brick wall, a number of people are telling me that nginx at the moment can’t do it. 🙁
They need to develop the FastCGI Authorizer support as it hasn’t been done yet.
If anyone else runs into this problem, my workaround was to use the phpCAS and WordPressCas plugin, I had that option available:-)