Hey there fellow php`ers
I`m working on a class that generates an archive of news titles sorted by month and year.
I wrote this class, and it works fine on one part of the site, but when I try to instantiate it on another part of the site I get this error:
Fatal error: Class arkiv: Cannot inherit from undefined class createpage in /home/port/class/arkiv.php on line 3
I do exactly the same in this srcipt as I do in the other that works...
What does this error mean then?
What do I need to check??