hi,
I've unpacked everything to /var/www/html/survey dir.
Installation using install.php was successful (database
was created). But index.php returns currupted
beginning, html code is:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=<table width="70% align="center"
cellpadding="0" cellspacing="0">
<tr class="grayboxheader">
<td width="14"><img src="
<!-- END MAIN CONTENT AREA -->
<div class="copyright>
<br><br><br><br>
<br />
[
I suppose that's smarty related problem. I've tried to
edit templates/Default/main_header.tpl and it seems to
break smarty execution on first variable -
{$conf.charset}. I thought it was problem with $conf,
so I've replaced every $conf with static text, but
{$values.title} also breaks execution.
Below I include error log content:
[Sat Jul 09 01:44:52 2005] [error] [client 10.162.8.19]
File does not exist: /var/www/html/survey/<!-- END MAIN
CONTENT AREA --> <div class=, referer:
http://10.162.8.171/survey/
Any ideas?
TIA
--
best regards,
kloss
Logged In: YES
user_id=609197
Is that the only error in the logs? I've never seen this
type of error before.
Logged In: YES
user_id=1310386
I don't have any other errors.
What I found, I don't have folder smarty/configs, but you
set path to it in classes/main.class.php.
Maybe it's php config problem, so I send you php.ini file
for review.
php.ini file