me2you
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Problem with custom S3 (Minio)@duongcuong96 Unfortunately, this version didn’t help either.
UpdraftPlus & S3 Browser works fine.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Problem with custom S3 (Minio)@duongcuong96 Hello, are there any new test versions?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Problem with custom S3 (Minio)Hello @duongcuong96
Error again 🙁
Installed new plugin from link. Plugin page – s3 tab >
- Checkbox off – Disable BackWPUp’s certificate verification – red info > bucket not found.
- Checkbox on – Disable BackWPUp’s certificate verification – backet list works.
mc admin trace > displayed s3.ListBuckets – 200 OK (Checkbox off)
Start backup task > mc trace – no info ((
Log info on task page – ERROR: S3 Bucket “backup-sites-bucket” does not exist!
🙁
- This reply was modified 5 years, 4 months ago by me2you.
Thanks, Sybre Waaijer!
Thanks, Sybre Waaijer
I will wait next release.
Hi, Sybre Waaijer
I have over 400 post, add description manual for each post it’s hard work =(
May be have any solutions?
Hi, Sybre Waaijer
Thanks, i understood, thanks for answer.
resolved ver. 1.0.1
Hi, Thanks. It’s request for next releases =) to make your best plugin =)
Enwout, you are best! Thanks!
Hi, Ewout
I can write you a letter on [email protected] to the post about solving this problem?
Forum: Plugins
In reply to: [Add Headers] Add headers for Woocommerce[resolved]
line 162: add post type product
if ( ! is_object($post) || ! isset($post->post_type) || ! in_array( get_post_type($post), array('post', 'page', 'attachment','product') ) ) {line 212: add post type product for achive product category
if ( ! is_object($post) || ! isset($post->post_type) || ! in_array( get_post_type($post), array('post','product') ) ) { return; }line 281: add is_product_category
elseif ( is_archive() || is_search() || is_home() || is_product_category () {Thanks.
delete job and create new job again.. not worked for me ((
again error line 248..
[Wed Jul 6 10:04:13 2011] [error] PHP Warning: in_array() [function.in-array]: Wrong datatype for second argument in /xxx/www/wp-content/plugins/backwpup/pages/func_backwpup.php on line 248Dropbox backup not working…
[Wed Jul 6 09:44:46 2011] [error] PHP Warning: in_array() [function.in-array]: Wrong datatype for second argument in /xxx/www/wp-content/plugins/backwpup/pages/func_backwpup.php on line 248
work page blank black screen ((