Eduardo Pérez

Results 5 comments of Eduardo Pérez

I am also facing this issue. I am currently serving all my uploads from a folder called static and used as a subdomain so all the upload URLs are like...

Managed to fix it. in S3-Uploads/inc/class-s3-uploads.php, replace ``` $dirs['path'] = str_replace( WP_CONTENT_DIR, 's3://' . $this->bucket, $dirs['path'] ); $dirs['basedir'] = str_replace( WP_CONTENT_DIR, 's3://' . $this->bucket, $dirs['basedir'] ); ``` with ``` $dirs['path']...

It seems that it only affects moderators. When other users comment, the `comment_post_ID` column has the correct post ID but when I comment, the value is 0.

It's not affecting moderators only. It seems to be random.

Sure. [Here](https://pisapapeles.net/samsung-galaxy-s8-y-s8-comienzan-a-actualizarse-a-android-oreo-en-chile/) Comment 3795193591 appears on my WP comments table but with `comment_post_ID` value 0. Now it failed to sync a comment and in the plugin admin it says >...