Ali Ozinan

Results 6 comments of Ali Ozinan

whatever path I set using the examples, it's ignored and db0 is being used. is the path related with db selection? seems like I can't select db1, db2 etc. even...

Hi @mkorkmaz , After reading the docs of ReJSON I understand that the paths have nothing to do with db selection. However I just noticed that the solution to my...

Same issue here. Still looking for a resolution. Say you've selected 5 orders and updated their status : the 5th order's email is sent to all orders' customers. Thus, the...

Found a solution : change **line 81** at [woo-custom-emails/admin/class-wcemails-instance.php](https://github.com/wp3sixty/woo-custom-emails/blob/master/admin/class-wcemails-instance.php) : `$this->send( $this->get_recipient(), $this->get_subject(), $this->get_content(), $this->get_headers(), $this->get_attachments() );` to : `$this->send( $this->recipient, $this->get_subject(), $this->get_content(), $this->get_headers(), $this->get_attachments() );` Enable **Send Only to...

may this be related? https://github.com/tursodatabase/libsql/issues/1739

> > I know this is workaround but you can use this approach: > > > > `act | grep -v '::'` > > Sure, this works, but we loose...