Muhammad Rehan Saeed
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Fatal error: Class ‘WPSEO_Statistics’ not foundResolved
Forum: Plugins
In reply to: [Yoast SEO] Fatal error: Class ‘WPSEO_Statistics’ not foundThis went away after an hour. Could be a problem with caching???
No errors in the console. I’ll look at the debug log when I get a chance.
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] CDN Support Needed, Currently ErrorsI 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?
Forum: Fixing WordPress
In reply to: WordPress Unable to Update to WordPress 4.2.2Turning 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_optionsWordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
SHOW FULL COLUMNS FROM wp_optionsWordPress
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 1358WordPress 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_optionsWordPress 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 < 1432577626WordPress 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 < 1432577626WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
SHOW FULL COLUMNS FROM wp_commentsWordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
SHOW FULL COLUMNS FROM wp_optionsWordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘FULL’.]
SHOW FULL COLUMNS FROM wp_options