snewby
Forum Replies Created
-
Forum: Plugins
In reply to: [Online Backup for WordPress] can't start backup, WPDB Errornothing – nice – time to look for another backup tool
Forum: Plugins
In reply to: [Online Backup for WordPress] can't start backup, WPDB Erroryep – I’m network too – i’ve backup with it previously without issue.
from the SQL syntax it looks like it can’t calculate the start value which can’t be NULL, this is probably the start time of when you kick it off.
Scott
Forum: Networking WordPress
In reply to: Multisite subdomain 404 when user logged inhtaaccess file contents…
# Use PHP5CGI as default AddHandler fcgid-script .php # BEGIN s2Member GZIP exclusions <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ RewriteRule .* - [E=no-gzip:1] </IfModule> # END s2Member GZIP exclusions # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
all sorts of plugins…
advanced custom fields
s2member
exec-php
profile builder
user role editor
role scoper
wp show ids
fancybox
google analytics
gravity forms
import users from csv
export users to csv
online back up for wordpress
quick cache
really simple captcha
store locator plus
wordpress SEOForum: Networking WordPress
In reply to: Multisite subdomain 404 when user logged inI turned off quick cache, and installed 404 error monitor plug-in on the site. Same result, monitor picked up up, but didn’t tell me anything.
Forum: Networking WordPress
In reply to: Multisite subdomain 404 when user logged inIt is the theme of the subsite, yes I am running Quick Cache. I will try tonight to turn that off and see if the that is causing the issue.
Thanks!
Forum: Networking WordPress
In reply to: Multisite subdomain 404 when user logged inThe 404 is coming back as WP, with my theme wrapping it, not the host 404.
Strange that it only happens when the user is logged in, and works perfectly fine when there is no user logged in or admin is logged in.