Hello!
I'm currently in the midst of setting up the Sourcemod Store (v2), as well as the WebPanel 2.
Everything works, up to the point of installation of the WebPanel.
I am unable to use the CLI method to install it, so I directly downloaded the release from the Github page.
Noting the installation instructions without CLI, it states:
1) Open
http://Link-to-your-webpanel/installer
2) Go through the installer (Make sure to read everything, there is important information
However, in the release, there's no such file or folder labelled installer.
After that, I tried running server.php (not sure if that file serves as the index file), and came up with this error:
PHP Code:
Warning: require(C:\Users\Mark\Desktop\XAMPP\htdocs\WebPanel-Core\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\Users\Mark\Desktop\XAMPP\htdocs\WebPanel-Core\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'C:\Users\Mark\Desktop\XAMPP\htdocs\WebPanel-Core\bootstrap/../vendor/autoload.php' (include_path='C:\Users\Mark\Desktop\XAMPP\php\PEAR') in C:\Users\Mark\Desktop\XAMPP\htdocs\WebPanel-Core\bootstrap\autoload.php on line 17
Anyone able to point me in the right direction, or is there something I'm missing?