Home
Also check /System/Config/Defines.cfg and see if your Database Connection is setup correctly. ############################################################################### # # DATABASE CONNECTION INFORMATIONS # # NOTE: Insert the Database Information like DB Name, User, Pass & Host below! # ############################################################################### # Database connection settings # // Funktioniert ab PHP 7 define('RDSB_DATABASE', array( 'EnterUrDBName', // Set Databasename 'localhost',...
After that open your Domain in browser like http://yourdomain.com/install If the installer wont work you can setup the MySQL or MariaDB Login manually. But soon we are going to release the newest Version of this Script. Also please keep in mind its an Alpha release so there are maybe some bugs or uncompletet theme parts. These will be fixed in the newest Version wich is already done but we release it if it is fine to us. GEOIP also dosnt work no more we dont know why and we might remove that feature...
Please go to web.config and Edit the IP and Domain Name to make everything work fine: <security> <requestFiltering> <fileExtensions applyToWebDAV="false"> <add fileExtension=".csv" allowed="false" /> <add fileExtension=".cfg" allowed="false" /> <add fileExtension=".dev" allowed="false" /> </fileExtensions> </requestFiltering> <authorization> <!-- Deny all users access to the root of the website, since it contains this web.config --> <remove users="*" roles="" verbs="" /> <add accessType="Deny" users="*"...
Home