well...still no reply but I have the file from the new download section. Now I have an error when I use the include. The sidebox shows correctly however the following error appears above the file:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /xxxx/local/home/xxxx/xxxxxxx/grancaffe/test.php:7) in /xxxx/local/home/xxxx/xxxxxxx/grancaffe/includes/functions/sessions.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /xxxx/local/home/xxxx/xxxxxxx/grancaffe/test.php:7) in /xxxx/local/home/xxxx/xxxxxxx/grancaffe/includes/init_includes/init_templates.php on line 78
Does anyone have any ideas???
For my test page, all i used was this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table width="800" border="0">
<tr>
<td bgcolor="#CCCCCC"> </td>
<td bgcolor="#CCFFCC"><?php require_once('single_sidebox.php'); ?>
</td>
<td bgcolor="#FFFF66"> </td>
</tr>
</table>
</body>
</html>
I placed this page and the single_sidebox.php at the root of the zen folder.
I've also attaempted to remove the headers from the test file and this didn't help either.
Thanks