nittybitty
Forum Replies Created
-
zipping the sql file makes the most sense since it is dumped when every backup is made.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Backup error – It never completes a backupstill having problems? i think that is all that is supposed to show up in the backup folder.
try moving the podcast files out of the root directory of your webserver – this may get technically challenging but the wordpress concept of putting everything in under the root directory of your webserver is ridic imo.
move the podcast files out of your root directory – or set them up on a subdomain of your current url in a completely different directory.
i.e. if youor website is under /var/www/html
setup a dns entry podast.yoururl.com
add the virtual host to apache and point it to /var/www/podcasts or whatever
move the podcasts to root directory of your new vhost (/var/www/podcasts)
should work easy peasy
did you get an error messages? are you using a theme? do you have have ssh access to the server or just ftp? is this the same host or a different host? are your php settings the same?
lots of factors could be keeping you from restoring from the backup – give us more details maybe we can help
Forum: Fixing WordPress
In reply to: Memory problem with Max File Sizewhat does /etc/php.ini say for upload_max_filesize
make sure you have gd installed (yum install php-gd).
something everyone accidentally forgets to tell you for some reason
Forum: Plugins
In reply to: [W3 Total Cache] Benefits of Using CDN w/ CloudflareCloudflare doesn’t cache html requests but not sure how something like a CDN mirror setting enabled in W3 + Cloudflare enabled would work.
Theoretically the request would look like:
Web Surfer -> Cloudflare -> Yourserver.com/W3 -> Your mirrored CDN (like speedymirror)
W3 would then shoot the mirrored content back to cloudflare and back to the web surfer.
Does this whole set up make any sense? I tried to google for some info of using a mirrored type CDN + Cloudflare with w3 but didnt seem to find much
Forum: Plugins
In reply to: Mailchimp Plugin from Mailchimp: how do they do it?Thanks for the reply. No one is asking you to troubleshoot anything but your blog post from when the plug-in was first released is misleading bc the plugin doesn’t behave like your example.
Your website is a mess and you should update your blog post with more info on getting the plug in to match the look and feel of one’s theme.
I don’t need my hand held just a little direction. I think you gave me some direction and I thank you for that.