Pierre Henriot
|
| Posted: 08/25/2002, 2:46 PM |
|
I found out CC 2.0.5 omits to add the following line in "common.php" when using php 4.0 and html templates:
include ("./template.php");
This line missing causes the infamous "cannot instantiate non-existing class" error.
Quick fix for those working with 2.0.5 and php/html templates:
Add the above line at the beginning of your "common.php" file.
Do I get free upgrades for having found this ) ?
|
|
|
 |
Vincent
|
| Posted: 08/25/2002, 9:23 PM |
|
I dont have this problem, how do you reproduce step by step? thanks
|
|
|
 |
Nicole
|
| Posted: 08/27/2002, 5:28 AM |
|
Pierre,
are you able to reproduce the problem? Make sure that you do not use custom common event while regenerating sites for PHP+templates.
|
|
|
 |
Pierre
|
| Posted: 08/28/2002, 11:56 PM |
|
Hi, I will check this error again as soon as possible. I had much work these last days.
Pierre.
|
|
|
 |
|