jtmeyer
Forum Replies Created
-
I also get the wp_get_current_user() error when attempting to access netowork admin pages after network activating wptouch on multisite.
Until the plugin gets updated to fix this, manually deactivate the plugin by going to /wp-content/plugins in FTP and renaming the folder wptouch to anything else (or deleting it). That’ll deactivate the plugin and restore your back end access.
Forum: Plugins
In reply to: [Blog Copier] www in copied blog urlI found the same problem. I really don’t want to change my main domain from WWW to non-WWW. Mostly because it seems really complicated.
Changing the settings at dreamhost just borks the site with a redirect loop. I’ve been looking into how to do it hoping that then Blog Copier will work. I’ve found these sites so far:
https://support.wpengine.com/how-to-change-a-multi-site-primary-domain/
https://socialimprove.com/blog/redirect-www-nonwww-wp-ms
and
https://blog.pdurante.com/2011/02/07/getting-redirect-loop-wp-signup-php-wordpress-url-change/But I haven’t gotten a chance to try them out to see if it works. Sure would be better if Blog Copier could handle www AND non-www.
Got it! For those of you that are curious, here’s how I did it. So simple! I was way overthinking it.
if( of_get_option('ss_contact_info_email') ) echo '<li class="email"><a href="mailto:' . eae_encode_str(of_get_option('ss_contact_info_email')) . '">' . eae_encode_str(of_get_option('ss_contact_info_email')) . '</a></li>';
Forum: Plugins
In reply to: [Wordpress Backup] [Plugin: WordPress Backup] Brings site downI have the same problem. I just installed it for the first time. Totally took everything down, I had to delete the plugin through FTP. I tried changing the folder back and forth from 777 and 755. No luck!
I did get an error statement one time about memory usage … My site is brand new and pretty empty though, so I’m not sure what the problem is.
I’d be very happy to try this plugin again if updates are made!