Hello, I'm using 3.3.590 with PHP5 and Apache 2.2.8 on Gentoo.
When a user clicks the 'incorrect' link at the top of a contact, a bunch of PHP errors spout out at the top of the page:
_______________________________________
Notice: Undefined offset: 0 in /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php on line 1309
Notice: Undefined variable: mail in /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php on line 1350
Notice: Trying to get property of non-object in /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php on line 1350
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php:1309) in /var/www/localhost/htdocs/directory/lib/frontEnd/PageDelegate.class.php on line 49
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php:1309) in /var/www/localhost/htdocs/directory/lib/frontEnd/PageDelegate.class.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php:1309) in /var/www/localhost/htdocs/directory/lib/frontEnd/PageDelegate.class.php on line 59
_______________________________________
Any idea on what this could be?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmmm, the email should be sent to the person who last modified the contact.
It seems to me that that person has no email address.
Was the contact deleted or does it have no email address?
I will set it on the bug list.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm using 3.3.590 with PHP5 and Apache 2.2.8 on Gentoo.
When a user clicks the 'incorrect' link at the top of a contact, a bunch of PHP errors spout out at the top of the page:
_______________________________________
Notice: Undefined offset: 0 in /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php on line 1309
Notice: Undefined variable: mail in /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php on line 1350
Notice: Trying to get property of non-object in /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php on line 1350
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php:1309) in /var/www/localhost/htdocs/directory/lib/frontEnd/PageDelegate.class.php on line 49
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php:1309) in /var/www/localhost/htdocs/directory/lib/frontEnd/PageDelegate.class.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/directory/lib/backEnd/Contact.class.php:1309) in /var/www/localhost/htdocs/directory/lib/frontEnd/PageDelegate.class.php on line 59
_______________________________________
Any idea on what this could be?
Hmmm, the email should be sent to the person who last modified the contact.
It seems to me that that person has no email address.
Was the contact deleted or does it have no email address?
I will set it on the bug list.
It should actually be the admin's email, since I'm the one adding the contacts in my list
I've updated this issue here:
https://sourceforge.net/p/tab-2/bugs/127/