Page 1 of 1

strange bug

Posted: 10 May 2020, 11:38
by Axel584
Hi,
I've got this error but I don't understand why :
Server syntax error:
Warning: require_once(/var/www/tournoi/include/sql.inc.php): failed to open stream: No such file or directory in /var/tournoi/release/tournoi-200507-0722-gs/www/index.php on line 101

Fatal error: require_once(): Failed opening required '/var/www/tournoi/include/sql.inc.php' (include_path='.:/usr/share/php') in /var/tournoi/release/tournoi-200507-0722-gs/www/index.php on line 101
What happen if a "self::getObjectFromDB" request give no data ?

Thank you for your help,

Axel

Re: strange bug

Posted: 10 May 2020, 16:42
by DrKarotte
When I got a message like this it was usually a typo, e.g. I once wrote "selff::"

Re: strange bug (solved)

Posted: 11 May 2020, 09:23
by Axel584
Thank you so much !!!!

I write "sql::debug" instead "self::debug" ! (Shame on me :oops: :oops: :oops: )