Error with __autoload and file_exists

See all posts Reply

Error with __autoload and file_exists new!
by achim, 15 years, 1 month ago
Hi,
my autoloadfunction doesn't find 'finfo.class' so i had to exclude the line 2276 to 2289. Do i need this functions?
Also i had to change: (line: 2119) file_exists('lang/class.upload.' . $lang . '.php' in: file_exists('../src/lib/lang/class.upload.' . $lang . '.php'

Best Regards AchimReply
Re: Error with __autoload and file_exists new!
by colin, 15 years, 1 month ago
Can you copy here the error messages that you have?

A PHPinfo() could help too, as well as an extract of the code that uses the class. So I can recreate your setup and find a fix.Reply