I'm a noob in programming. We're working with a database and login authentication works fine. I got suspicious when trying to create a new user. It didn't work. So I tried to insert a user into my "users" table via phpmyadmin sql query and got the following error:
Warning in .librariesbl_common.inc.php#57
require_once(C:xamppphpMyAdminlibraries/db_table_exists.inc.php): failed to open stream: No such file or directory
And using the insert tab I got:
Warning in .bl_change.php#37
require_once(C:xamppphpMyAdminlibraries/db_table_exists.inc.php): failed to open stream: No such file or directory
What should I do? Sorry if bad english. It's not my mother language.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…