paypromedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Rackspace CDN] Not Syncing/CDNing JS files?Closing stagnant thread.
Forum: Plugins
In reply to: [Rackspace CDN] Improvements: file extensions & contentsThank you very much! I will get this implemented ASAP. I appreciate the input.
Forum: Plugins
In reply to: [Rackspace CDN] Symlink bugThank you very much! I will get this code implemented as soon as possible.
Forum: Plugins
In reply to: [Rackspace CDN] Post attachment guid is still local pathThanks again, webmaster808. Things have gotten busy so I’ve been neglecting these threads for a little while. I apologize for that and thank you very much for responding to these threads.
Forum: Plugins
In reply to: [Rackspace CDN] Uninstalling the plugin restores the orignal link?Thanks for your reply, webmaster808. dhaval.gloob, when I get a chance I’ll try to add a feature that will do as webmaster808 is saying and replace the CDN URLs with the site’s URLs upon uninstall.
Forum: Plugins
In reply to: [Rackspace CDN] media uploaded from front endAny files uploaded via the WordPress upload function will work. Any files inside the “uploads” directory will also by synchronized the next time someone uploads a file via WordPress’ upload function. Images in your theme will need to be uploaded to the CDN by you and you’ll have to put in the CDN URL yourself.
Forum: Plugins
In reply to: [Rackspace CDN] Videos do not syncWhat type of video files are they?
Forum: Plugins
In reply to: [Rackspace CDN] Could not create instance of class RS_CDNResolved.
Forum: Plugins
In reply to: [Rackspace CDN] Not Syncing/CDNing JS files?First off, thank you very much for the positive feedback! If you would, please submit a review of the plugin as that would be very helpful to others to know that it works well.
Unfortunately, the CDN plugin currently only uploads files in the “wp-content/uploads” directory, not in your themes directory, though that may be a nice feature to add in the future.
If you want to CDN your JS file(s), you can upload the JS file to the CDN yourself and hard-code the CDN URL in your theme OR you could upload it via the media uploader (how you upload images) and grab the CDN URL from there and hard-code it into your theme, which would probably be easier.
Forum: Plugins
In reply to: [Rackspace CDN] Working on a sync script for large existing dataI’ve released 1.3.0, this should be resolved. If you upload your WP files directly to the CDN, with folder names intact (year/month/filename.ext), you should be able to login to WP, go to the CDN plugin page, slick “Save” and it will cache all of the file names.
Forum: Plugins
In reply to: [Rackspace CDN] Stuck at 'Starting sync…' ~ error data from dev toolsI’ve released 1.3.0, this should be resolved. Please start a new thread if not.
Forum: Plugins
In reply to: [Rackspace CDN] plugin times out | unable to sync large # of existing filesI made some big changes to the plugin, and fixed some bugs that I found. It was a pretty big change, so I released it under 1.3.0. Please update and let me know if this resolves the issue.
Also, if you uploaded your files to the CDN and left the folders intact (with year and month), you should be able just login to the backend and click “save” on the main page and it should cache all of the file names from the CDN and you should be good to go! I tested this on a site with approximately 8,500 files and it worked well.
Forum: Plugins
In reply to: [Rackspace CDN] Internal server error messageJoel, this should now work. I made some major updates to the code and released 1.3.0. If you upload them to the CDN, with folder names/paths intact, all of your files should sync!
Forum: Plugins
In reply to: [Rackspace CDN] Internal server error messageUploading new files will automatically sync. If anything should happen when you upload new files and a file doesn’t sync, it will just be delivered from the local URL until the next time someone uploads a new file or the “sync” button is clicked in the admin interface.
Forum: Plugins
In reply to: [Rackspace CDN] Internal server error messagePerfect! I’m wondering if it’s because I’m using a session variable to store the image cache (currently the cache is an array of the file names stored in a session variable). I will see what I can do to resolve this issue ASAP. Also, if you love the plugin, it would be much appreciated if you would rate it and leave a review! Thanks!