Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Backie

    (@backie)

    Hi,
    Can you enable WP_DEBUG and see if you see any errors.

    Thread Starter provmware

    (@provmware)

    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.

    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

    (@backie)

    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.

    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.