Re: H2Admin - Development Release (PHP7, CakePHP)
The default 'database.php' config file was missing
Code:
public $master = array(
'datasource' => 'Database/Mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'username',
'password' => 'password',
'database' => 'database',
'prefix' => '',
//'encoding' => 'utf8',
);
resulting in me not being able to change the administrator password, just a heads up.
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
iConnor
The default 'database.php' config file was missing
Code:
public $master = array(
'datasource' => 'Database/Mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'username',
'password' => 'password',
'database' => 'database',
'prefix' => '',
//'encoding' => 'utf8',
);
resulting in me not being able to change the administrator password, just a heads up.
database.php.default is right in the App/Config folder...
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
pea-brain
database.php.default is right in the App/Config folder...
It was missing the bit I posted inside the actual file for authake to work.
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
iConnor
It was missing the bit I posted inside the actual file for authake to work.
I had a look through, nothing is missing within the configuration files. You probably accidentally deleted that particular array at some point.
Re: H2Admin - Development Release (PHP7, CakePHP)
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
HotelMaker
It means something is fucked with your file/folder permissions, or the file path simple doesn't exists
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
HotelMaker
Make the tmp directory in App/ writable. Including all sub-folders within tmp.
---
0.3.2 will be released on Sunday which will include some minor stuff.
Also, please stop using the Issue tracker for help requests. Make a thread in the Habbo Help section instead, requesting help in any other way (even if you PM me) I will ignore it and I will just close it on the Issue tracker. The issue tracker is for actual bugs, not to help you with your stupidity.
Re: H2Admin - Development Release (PHP7, CakePHP)
Dang, this looks so promising but it seems the like development came to a halt. Would love if @pea-brain finished this up, or someone expanded on the code!
Re: H2Admin - Development Release (PHP7, CakePHP)
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Users.rank' in 'where clause'
And now this.....
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Dashboard.rooms_loaded' in 'field list'
SQL Query: SELECT `Dashboard`.`rooms_loaded` FROM `darkhotel`.`server_status` AS `Dashboard` WHERE users_online LIMIT 1
Re: H2Admin - Development Release (PHP7, CakePHP)
Quote:
Originally Posted by
Sander Hoekstra
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Users.rank' in 'where clause'
And now this.....
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Dashboard.rooms_loaded' in 'field list'
SQL Query: SELECT `Dashboard`.`rooms_loaded` FROM `darkhotel`.`server_status` AS `Dashboard` WHERE users_online LIMIT 1
This project might be dead.