Title: [Plugin: CDN Sync Tool] Sync Fail after upgrade
Last modified: August 19, 2016

---

# [Plugin: CDN Sync Tool] Sync Fail after upgrade

 *  [provmware](https://wordpress.org/support/users/provmware/)
 * (@provmware)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/)
 * Using WP 3.1.1 and latest version of plugin. CDN = CloudFiles. Upload stopped
   working recently. “Sync everything” gets through about 15% my files and then 
   the progress stops. Nada.
 * [http://wordpress.org/extend/plugins/cdn-sync-tool/](http://wordpress.org/extend/plugins/cdn-sync-tool/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/#post-2034454)
 * Hi,
    Can you enable WP_DEBUG and see if you see any errors.
 *  Thread Starter [provmware](https://wordpress.org/support/users/provmware/)
 * (@provmware)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/#post-2034730)
 * Actually, it’s now reporting back “Details aren’t valid”. I’ve confirmed said
   details and have changed the API key.
 * Even thou the details report as invalid, it seems to be syncing now.
 *  [adskiremote](https://wordpress.org/support/users/adskiremote/)
 * (@adskiremote)
 * [15 years ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/#post-2034773)
 * There is an error in your create/upgrade SQL statements with your CDN Sync Tool
   for WordPress. It fails to create the tables. The cst_files table is created 
   fine but the cst_jscss will not be created due to a missing comma in the code.
 * This Is the correct SQL Statement we implemented…
 * CREATE TABLE IF NOT EXISTS `wp_cst_jscss` (
    `id` INT NOT NULL , `filename` INT
   NOT NULL , `template` INT NOT NULL , `timestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,`
   type` varchar( 3 ) NOT NULL ) ENGINE = MYISAM
 * I also indexed the type and filename rows.
 * I hope this helps and thank you for developing an excellent CDN plugin tool.
 * PS at the moment it won’t work for me even with the changes, the title tag from
   the page is being stripped. I believe its to do with the wp_cst_jscss table but
   I cannot say for sure at this time.
 * I am using the latest version of wordpress: 3.1.2
 *  Plugin Contributor [Backie](https://wordpress.org/support/users/backie/)
 * (@backie)
 * [15 years ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/#post-2034774)
 * Actually I am thinking of just removing that table aswell as the insert queries.
   I’ll have a quick think and try sort out this issue today.
 *  [adskiremote](https://wordpress.org/support/users/adskiremote/)
 * (@adskiremote)
 * [15 years ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/#post-2034775)
 * Backie,
 * thanks for your reply. I’ll await the changes, if you need me to test for you
   before you release publically I’m happy to do so on one of my development blogs.
 * Also…
 * I’ve read this question before…
 * Does WP Minify and CDN Sync Tool work together or is it a case of using one and
   not the other?
 * Many thanks,
 * Adam

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: CDN Sync Tool] Sync Fail after upgrade’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cdn-sync-tool.svg)
 * [CDN Sync Tool](https://wordpress.org/plugins/cdn-sync-tool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cdn-sync-tool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cdn-sync-tool/)
 * [Active Topics](https://wordpress.org/support/plugin/cdn-sync-tool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cdn-sync-tool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cdn-sync-tool/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [adskiremote](https://wordpress.org/support/users/adskiremote/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/plugin-cdn-sync-tool-sync-fail-after-upgrade/#post-2034775)
 * Status: not resolved