PatTemplate site setup question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
will1010
Forum Newbie
Posts: 1
Joined: Thu Feb 28, 2008 3:37 pm

PatTemplate site setup question

Post by will1010 »

Hi - I'm new to PatTemplate and trying to restore a client's website to a new server. I'm stuck at this error when I try to load the index.php page:

Fatal error: Class 'Parent' not found in C:\(...full path...)\www\includes\Output\Page.php on line 121

Any ideas where to start debugging this? Thanks!
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Re: PatTemplate site setup question

Post by Zoxive »

The error suggests that all the files required are not being included.
will1010 wrote:Any ideas where to start debugging this? Thanks!
At the patTemplate site.
http://trac.php-tools.net/patTemplate
Post Reply