Neil Link
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Activity Log] .htaccess file corruptionNot once installed, but installed and active.
Sending htaccess file to you following this post.
If you need anything else just let me know.
Thanks for your fast responses on this guys. Much appreciated 🙂
Forum: Plugins
In reply to: [WP Activity Log] .htaccess file corruptionHey Guys,
I’m also getting the same problem. I’ve tested this extensively since I have your awesome plugin on multiple sites and this issue popped up with version 1.0 and 1.1.0. When I go to 0.6.3 the problem disappears.
It looks like something with your plugin is causing WordPress to modify the htaccess file every few seconds. It adds these lines over and over until eventually the file corrupts and causes a 500 error:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWith all plugins off or all on except yours, everything is fine. With your plugin on, htaccess file gets modified every few seconds and eventually corrupts.
If you need more data from me let me know.
-Neil
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Media Uploads Use Subdomain not Mapped DomainI’m having the same issue. I have the dashboard running the mapped domain but my media isn’t showing the mapped domain
Wow, that worked for me too. Thanks @jthomps123 !!!
I did notice prior to copying the job, that when it worked when I turned of the Wordfence Security Plugin… Not sure if that had anything to do with it.
Forum: Plugins
In reply to: [Cleverness To-Do List] MultisiteI’m using it and it works fine except for one issue I’ve had with the email notifications. However, I don’t think that is related to multisite.
Great work Cindy!
Forum: Plugins
In reply to: [Add Clone Sites for WPMU (batch)] WordPress 3.5?Any update here?
Forum: Plugins
In reply to: NextGen Slideshow not workingthis post has some good info and a possible solution
http://wordpress.org/support/topic/349616?replies=22#post-1504431Forum: Plugins
In reply to: Nextgen slideshow won’t load in wp 2.9.1I was having most of the same problems everyone above was talking about, but i eventually got it working. here are a couple of things i did.
- I downloaded the older version of the imagerotator.swf that doe not contain the JW logo (not sure if this has anything to do with it) at http://www.travelsheep.com/jw-image-rotator-without-watermark-branding/
- Then i copied it to both the main nextGen plugin folder, and the uploads folde per discussion from http://www.kimwoodbridge.com/using-wordpress-custom-fields-to-display-nextgen-gallery-slideshows-conditionally/
- then on the dashboard under NextGen Gallery/options/slideshow, I used the search now button which previously was not working (had to put the address in my self before)
- Then i used this short code [slideshow id=x w=x h=x]
Once i did all of these things it magically started working again
Hope this helps