Common mistakes

1. Iget something like "The script tried to execute a method or access a property of an incomplete object". What should i do?
2. Iget something like "Warning: Smarty error: problem writing '/home/mlogemann/public_html/moregroupware/templates_c/contact_list.tpl.php.' in /usr/local/lib/php/Smarty.class.php on line 1081". What should i do?
1.

Iget something like "The script tried to execute a method or access a property of an incomplete object". What should i do?

Make sure that session_auto_start is disabled in php.ini!

2.

Iget something like "Warning: Smarty error: problem writing '/home/mlogemann/public_html/moregroupware/templates_c/contact_list.tpl.php.' in /usr/local/lib/php/Smarty.class.php on line 1081". What should i do?

You have a problem with the rights on the folder "templates_c" or "templates_wml_c". Just give the right "write others" to this folder (on file system level) and the problem should be solved. You should of course check your security rules whether this is the best way to do it.