jk_gabba
Forum Replies Created
-
Latest versions of WordPress and jetpack, the issue is on Safari 14, so that’s likely the cause, will advise my client to update Safari.
works via the browser, but not via litespeed.
However disabling cloudflare seems to have resolved the issue anyway.thats just giving me “Failed to request via WordPress: [server] https://api.quic.cloud [service] wp/report”
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Rekeying wp_postmeta & Primary Keysfinally got another chance to run this and all seems to be well now ??
one last potential bug which doesn’t effect the function but maybe another issue, row counts seem to all be “no rows”:
aoi2017_commentmeta (no rows)
aoi2017_comments (no rows)
aoi2017_options (no rows)
aoi2017_postmeta (no rows)
aoi2017_posts (no rows)
aoi2017_termmeta (no rows)
aoi2017_usermeta (no rows)
aoi2017_users (no rows)`Forum: Plugins
In reply to: [BuddyPress Xprofile Custom Field Types] File upload redirect..Seems to only happen when editing in the wp-admin pages, looks to be a validation issue, i.e if its the wrong file type rather than displaying the error as it does on the front end edit page, it tries to redirect to a non existent page.
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Rekeying wp_postmeta & Primary Keysnot sure if this is because I’ve got a half updated table, but running that new query i get :
1061 – Duplicate key name ‘meta_id’
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Rekeying wp_postmeta & Primary Keyshey Ollie, thanks for the quick reply, the SQL create is:
CREATE TABLE
wp_postmeta` (
meta_id
bigint unsigned NOT NULL AUTO_INCREMENT,
post_id
bigint unsigned NOT NULL DEFAULT ‘0’,
meta_key
varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
meta_value
longtext CHARACTER SET latin1 COLLATE latin1_swedish_ci,
PRIMARY KEY (meta_id
) USING BTREE,
UNIQUE KEYmeta_id
(meta_id
),
KEYmeta_key
(meta_key
(191)),
KEYpost_id
(post_id
)
) ENGINE=InnoDB AUTO_INCREMENT=11097744 DEFAULT CHARSET=latin1`i figure just running the commands in a full sequence should crack it as you say, i’m running on test server for now, so if you want me to test a script i can.
Thanks,
JacobForum: Plugins
In reply to: [LiteSpeed Cache] Paypal – IPN – Noncethe error seems to be hidden to the user, so i’m not sure what the headers are, IPN from paypal is getting a 200 header, it just that the IPN message is not being written to the order i think its that that throws the error to the log.
The site is also behind cloudflare, so could that combination be causing an issue?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Conflict with shortcode “title” attributeI’m seeing the same issue, breaks the “simple shortcode” plugin on the title attribute also..
this was a fork right? is that fix going to be merged into the next release?
yes it worked, thanks Yehudah!
was waiting on mandrill to confirm..Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Contact form 7 + Postman SMTP – attachmentshaving the same issue here..
Forum: Plugins
In reply to: [WooCommerce] Using WooCommerce for event / course bookingsyeh, any updates?