We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All i know is that the defaults path are inconsistent and i've got the Game working with the following tweaks. Maybe there is a better way.
I had to change a few default Paths in the constants.php to get the Game working:
// SYSTEM ROOT, IGNORING PUBLIC define('SYSTEM_ROOT', PROTOCOL . '/');
// GAME URL define('GAMEURL', PROTOCOL . $_SERVER['HTTP_HOST'] . '/');
// ADMIN PATHS define('ADM_URL', PROTOCOL . '/');
define('PUBLIC_PATH', '' . DIRECTORY_SEPARATOR);
-->
XG-Proyect-v3.x.x/app/Http/Controllers/Adm/UsersController.php
Line 884 in d1d9dc7
opendir(XGP_ROOT . 'public'. DEFAULT_SKINPATH . 'planets');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All i know is that the defaults path are inconsistent and i've got the Game working with the following tweaks.
Maybe there is a better way.
I had to change a few default Paths in the constants.php to get the Game working:
// SYSTEM ROOT, IGNORING PUBLIC
define('SYSTEM_ROOT', PROTOCOL . '/');
// GAME URL
define('GAMEURL', PROTOCOL . $_SERVER['HTTP_HOST'] . '/');
// ADMIN PATHS
define('ADM_URL', PROTOCOL . '/');
define('PUBLIC_PATH', '' . DIRECTORY_SEPARATOR);
-->
XG-Proyect-v3.x.x/app/Http/Controllers/Adm/UsersController.php
Line 884 in d1d9dc7
opendir(XGP_ROOT . 'public'. DEFAULT_SKINPATH . 'planets');
The text was updated successfully, but these errors were encountered: