I use an autoload function in my PHP script callable from command line. It works properly but on one line it is suddenly not called and the script returns:
.PHP Fatal error: Class 'Sql' not found in /var/www/htdocs/.../SQL_Relation.php on line 48
The autoload works four times before but in the constructor of SQL_Relation object it's suddenly not called.
Do you have any idea?
Thanks!