By: quoc che
Date: 2006-05-07
Time: 10:01
|
i can't load my templates
i use this script in file home_content.html :
<table border="0" width="100%">
<tr>
<td>[onload;file='templates/en/header.html']</td>
</tr>
<tr>
<td>[onload;file=[var.tmplContent]] </td>
</tr>
<tr>
<td>[onload;file='templates/en/footer.html']</td>
</tr>
</table>
|
my footer and tmplContent are loaded but my header is error .
the tbs class show error :
Notice: Only variable references should be returned by reference in C:\server\Apache2\htdocs\q_tagworld\classes\tbs_class.php on line 3190
please help
|
By: TomH
Date: 2006-05-07
Time: 11:33
|
Re: i can't load my templates
I cut and pasted your template -- sorry to say that it works perfectly.
Are you sure you posted the exact (cut and pasted) code?
Please, also cut and paste the php code that will repeat you error.
|
By: Skrol29
Date: 2006-05-08
Time: 22:05
|
Re: i can't load my templates
Hello,
What is your TBS version, and your PHP version ?
|
By: Anonymous
Date: 2006-05-13
Time: 06:09
|
Re: i can't load my templates
error_reporting(E_ALL ^ E_NOTICE);
|
|
Posting in progress.
Please wait...
|