Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Muhammad Rehan Saeed

    (@rehansaeed)

    Resolved

    Thread Starter Muhammad Rehan Saeed

    (@rehansaeed)

    This went away after an hour. Could be a problem with caching???

    Thread Starter Muhammad Rehan Saeed

    (@rehansaeed)

    No errors in the console. I’ll look at the debug log when I get a chance.

    Thread Starter Muhammad Rehan Saeed

    (@rehansaeed)

    I am using the Azure storage plugin. There are many others that deal with CDN’s.

    I believe that all of these plugins would use the media library, so perhaps you could tap into that?

    Thread Starter Muhammad Rehan Saeed

    (@rehansaeed)

    Turning on Debug mode shows the following information on the page:

    Strict Standards: Redefining already defined constructor for class Fields_map in D:\home\site\wwwroot\wp-content\mu-plugins\wp-db-abstraction\translations\sqlsrv\fields_map.php on line 36 Strict Standards: Declaration of pdo_wpdb::prepare() should be compatible with wpdb::prepare($query, $args) in D:\home\site\wwwroot\wp-content\mu-plugins\wp-db-abstraction\drivers\pdo.php on line 33 Strict Standards: Declaration of pdo_wpdb::db_connect() should be compatible with wpdb::db_connect($allow_bail = true) in D:\home\site\wwwroot\wp-content\mu-plugins\wp-db-abstraction\drivers\pdo.php on line 33

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
    SHOW FULL COLUMNS FROM wp_options

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
    SHOW FULL COLUMNS FROM wp_options

    WordPress

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘INDEX’. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.]
    ALTER TABLE wp_usermeta DROP INDEX meta_key, ADD INDEX meta_key(meta_key(191))

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘INDEX’. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.]
    ALTER TABLE wp_terms DROP INDEX slug, ADD INDEX slug(slug(191))

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘INDEX’. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.]
    ALTER TABLE wp_terms DROP INDEX name, ADD INDEX name(name(191))

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘INDEX’. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.]
    ALTER TABLE wp_commentmeta DROP INDEX meta_key, ADD INDEX meta_key(meta_key(191))

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘INDEX’. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.]
    ALTER TABLE wp_postmeta DROP INDEX meta_key, ADD INDEX meta_key(meta_key(191))

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘INDEX’. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.]
    ALTER TABLE wp_posts DROP INDEX post_name, ADD INDEX post_name(post_name(191))

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘)’.]
    ALTER TABLE wp_term_taxonomy ADD );
    Notice: Undefined variable: table in D:\home\site\wwwroot\wp-content\mu-plugins\wp-db-abstraction\translations\sqlsrv\translations.php on line 1358

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘)’.]
    ALTER TABLE wp_options ADD CONSTRAINT [_option_name] UNIQUE NONCLUSTERED (option_name) );

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
    SHOW FULL COLUMNS FROM wp_options

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘,’.]
    DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE N’\_transient\_%1$s\_transient\_timeout\_%2$s_transient_timeout_’, SUBSTRING( a.option_name, 12 ) ) AND b.option_value < 1432577626

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ‘,’.]
    DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE N’\_site\_transient\_%1$s\_site\_transient\_timeout\_%2$s_site_transient_timeout_’, SUBSTRING( a.option_name, 17 ) ) AND b.option_value < 1432577626

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
    SHOW FULL COLUMNS FROM wp_comments

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
    SHOW FULL COLUMNS FROM wp_options

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
    SHOW FULL COLUMNS FROM wp_options

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