Here are the actual lines:
#6 /home/rwdevca/public_html/system/phpgwapi/inc/class.egw.inc.php(548):
…
#0 /home/rwdevca/public_html/system/phpgwapi/inc/class.send.inc.php(37):
There’s several parts to the error log.
First, and most importantly, is the error message. It tells what went
wrong, and often where. You need to send that, because that’s the
actual error. It usually looks something like one of these:
An error happened: Error: cannot send notifications. No valid messages
supplied, referer:
PHP Fatal error: Call to undefined method … in /… on line 1398,
referer:
After the message is the stack trace, which is what you’re sending.
It tells the path leading to the problem, and is used to give context
to the error.
Also it can be helpful to mention what you’re doing that results in the error.
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers