Loading...
 
Architecture / Installation

Architecture / Installation


Some question about tiki 1.7.1.1

posts: 3 China

I have installed tiki 1.7.1.1 several days ago and I have met some problems. My system is Mandrake8.2 + apache 1.3.23 + php 4.1.2 + MySQL 3.23.47. Could any one tell me what to do? Thanks a lot.

1. The tiki system doesn't send mail.
The tiki system should send email when user register ( I have set the email confirm function), but it never send a email. What should I do? Should I setup anything for it?

2. The pdf creation function didn't work out.
Below are some error message when creating pdf documents. Could anyone tell me what the problem is?

Warning: Undefined property: data in /var/www/html/sharepoint/lib/htmlparser/htmlparser.inc on line 67

Warning: Undefined index: notin in /var/www/html/sharepoint/lib/htmlparser/htmlparser.inc on line 393

Warning: Undefined index: notin in /var/www/html/sharepoint/lib/htmlparser/htmlparser.inc on line 393

Warning: fopen("http://ai.ustc.edu.cn/sharepoint//cgi-bin/Count.cgi?df=sharepoint.dat|dd=C|ft=4", "r") - Success in /var/www/html/sharepoint/lib/pdflib/pdflib.php on line 359

Warning: Undefined index: RoboCup2003 in /var/www/html/sharepoint/lib/pdflib/class.pdf.php on line 747

Warning: Undefined index: Documents Search Engines in /var/www/html/sharepoint/lib/pdflib/class.pdf.php on line 747

Warning: Undefined index: Documents Search Engines in /var/www/html/sharepoint/lib/pdflib/class.pdf.php on line 747

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/sharepoint/lib/htmlparser/htmlparser.inc:67) in /var/www/html/sharepoint/lib/pdflib/class.pdf.php on line 1916

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/sharepoint/lib/htmlparser/htmlparser.inc:67) in /var/www/html/sharepoint/lib/pdflib/class.pdf.php on line 1917

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/sharepoint/lib/htmlparser/htmlparser.inc:67) in /var/www/html/sharepoint/lib/pdflib/class.pdf.php on line 1919

posts: 8

is this a home PC? have you configured sendmail on your box, have you got all the libs required for export to PDF configured?

it may be that none of that's relevant, but i'm curious ;)


posts: 3 China

> is this a home PC?
No, it is a webserver for an academic site:)

>have you configured sendmail on your box
What configuration should I set? I didn't find anywhere that I can set up smtp server... But another forum system running in the same server - phpBB do send email without any other system configuration (linux sendmail etc).

> have you got all the libs required for export to PDF configured?

what extra libs are needed? I had thought that tikiwiki have contained any libs it needs.