Update_col List Plugin request and issues

I'm going to have to get in to your site. If those var_dumps() aren't showing anything (and I'm assuming you've checked the AJAX response, or turned AJAXified links off), that means the sendEmails() method isn't running at all.

-- hugh

AJAX is turned off under List-Details-Navigation. Does it need to be on? The email plugin works without it.
 
I'm going to have to get in to your site. If those var_dumps() aren't showing anything (and I'm assuming you've checked the AJAX response, or turned AJAXified links off), that means the sendEmails() method isn't running at all.

-- hugh

where can I get a copy of the update_col.php that you are using to see if it works?
 
Ok, assuming to did not shorten the XXXX the underlying string seems to be (25 chars)
mailto:dglaze@XXXXXXXX.com
What did you dump, where exactly? $emailTo (as in your screenshot) or $to (you should dump $to)
 
Ok, assuming to did not shorten the XXXX the underlying string seems to be (25 chars)
mailto:dglaze@XXXXXXXX.com
What did you dump, where exactly? $emailTo (as in your screenshot) or $to (you should dump $to)

The domain name was 11 chars.

Yes, per screen shot.

293$to = $this->emailTo($row, $emailWhich);
294 var_dump($emailTo);exit;
295if (JMailHelper::cleanAddress($to) && FabrikWorker::isEmail($to))
 
You should dump $to ($emailTo is not the same as $this->emailTo($row, $emailWhich) )

But even with 11 chars domain name dglaze@XXXXXXXX.com doesn't have 25 chars.
Are you sure you didn't include spaces, unprintable characters etc...
 
You should dump $to ($emailTo is not the same as $this->emailTo($row, $emailWhich) )

But even with 11 chars domain name dglaze@XXXXXXXX.com doesn't have 25 chars.
Are you sure you didn't include spaces, unprintable characters etc...


293$to = $this->emailTo($row, $emailWhich);
294 var_dump($to);exit;
295if (JMailHelper::cleanAddress($to) && FabrikWorker::isEmail($to))

Result: string(0) ""
 
If your site is not accessible:
can you be a bit more informative?

With which settings do you get this dump:
selected element? if yes: does this element in the checked record contain an email?
or a mail in "or email to"?

can you additionally do
var_dump($to,$emailWhich);exit;

Do you have set Joomla's error reporting to max?

Did you check one or multiple rows for update?
Is/are the row(s) updated as expected?

Do you have multiple list plugins? If yes, disable all others.
 
With which settings do you get this dump:
selected element?

Used the "Or Email To field.

Did you check one or multiple rows for update?
Is/are the row(s) updated as expected?

One roll and updated as expected.

Do you have multiple list plugins? If yes, disable all others.

I had more than one. When I disabled all but the one I was working on it worked!! But, when I turned on the next one it did not. The second is not setup for email but would like to. And, When I turned of the second Update_Col it worked again.
 
When I disabled all but the one I was working on it worked!!
Ok, so it seems to be an issue with multiple update_col plugins.
Let's see if this is replicatable.
 
I'm having problems replicating it. But I still have a few permutations of settings to try.

Debugging this stuff without access to the site is very difficult and time consuming.

-- hugh
 
I download the github file today and removed all list plugins for testing.

1. setup 1 update_col called Paid (sshot22.png)
2. set to update one field (sshot23.png) the field is a dropdown element.
3. setup email notification (sshot24.png)
4. in list clicked on one record and clicked Paid. Email was sent. (sshot27.png)
5. added addition update_col called test. This does not update anything. All default setting but the name. (sshot25)
6. in list i choose the same record and clicked Paid. Email was not sent. (sshot26.png)
7. dissabled second update_col plugin and get the email and this result. (sshot27.png)

Not sure what else to do.
 

Attachments

  • sshot-22.png
    sshot-22.png
    33.5 KB · Views: 230
  • sshot-23.png
    sshot-23.png
    33.4 KB · Views: 226
  • sshot-24.png
    sshot-24.png
    27.4 KB · Views: 242
  • sshot-27.png
    sshot-27.png
    11.6 KB · Views: 210
  • sshot-25.png
    sshot-25.png
    33.1 KB · Views: 223
  • sshot-26.png
    sshot-26.png
    11.8 KB · Views: 235
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top