wifidog / wifidog-auth

Repository for the PHP wifidog captive portal auth server
194 stars 121 forks source link

Database wifidog exists and is at schema version 62. The required schema version is 71. #24

Open afsatechnical opened 1 year ago

afsatechnical commented 1 year ago

Database wifidog exists and is at schema version 62. The required schema version is 71. Triggering database schema upgrade ; @author Max Horváth ; @copyright 2004-2006 Benoit Grégoire, Technologies Coeus inc.; @copyright 2005-2006 Max Horváth, Horvath Web Consulting; @version Subversion $Id$; @link http://www.wifidog.org/;/;;/; In case this is the local.config.php you should remove the next lines.;/;;if (file_exists(dirname(FILE) . "/local.config.php")) {;// Use a local copy of the configuration if found instead of the distro's.;require dirname(FILE) . "/local.config.php";;} else {;;/;* In case this is the local.config.php stop removing the