Re: [PHP-WIN] Class method unavailable on server

2006-12-13 Thread Niel Archer
Hi Stut thanks, but I got it sorted. It was an inclusion problem, an out of date file existed in the main folder and prevented the up to date version from being used from the include path. I don't remember putting the file there, but that's my fault for coding so late. Niel -- PHP Windows Mail

Re: [PHP-WIN] Class method unavailable on server

2006-12-12 Thread Stut
Niel Archer wrote: I have a class extending another, both saved in separate files. When using them from a 'control' file through CLI, I have no problems. But accessing through a web server causes a 'Call to undefined method' fatal error. The method in question is in the parent class and can't

[PHP-WIN] Class method unavailable on server

2006-12-12 Thread Niel Archer
Hi all, I have a class extending another, both saved in separate files. When using them from a 'control' file through CLI, I have no problems. But accessing through a web server causes a 'Call to undefined method' fatal error. The method in question is in the parent class and can't be accessed