[code
_| _| _| _| _|
_|_| _|_| _|_|_| _|_|_| _|_|_| _| _| _| _|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _| _|_|_|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _|
_| _| _|_|_| _| _| _| _|_|_| _|_|_|_| _| _| _|_|_|
-----------------------------------------------------
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer -> required -> [ Yes ] 5.5.9-1ubuntu4.17
Standard PHP Library -> required -> [ Yes ]
JSON -> required -> [ Yes ]
cURL with SSL -> required -> [ Yes ] 7.35.0 (with OpenSSL/1.0.1f)
MySQL -> optional -> [ Yes ]
MySQLI -> optional -> [ Yes ]
SQLite3 -> optional -> [ Yes ]
-----------------------------------------------------
Timezone is not set in php.ini. Please edit it and change/set "date.timezone" appropriately. Setting to default: 'America/Chicago'
PHP Fatal error: Class 'ManiaLive\Application\Application' not found in /home/customer/TMServer/eXpansion/bootstrapper.php on line 79
Fatal error: Class 'ManiaLive\Application\Application' not found in /home/customer/TMServer/eXpansion/bootstrapper.php on line 79
][/code]
any ideas
[Resolved]eXpansion start up error
Moderators: oliverde8, reaby, NADEO
Re: eXpansion start up error
How it looks like you have not installed eXpansion properly.
If you download it directly from github you need to install dependecies yourself by using composer.
If not you need to download it from here, where we have packed everything for you : http://ml-expansion.com/download.php
I recommend you download the packed version
Hope it's useful and that it's just this
If you download it directly from github you need to install dependecies yourself by using composer.
If not you need to download it from here, where we have packed everything for you : http://ml-expansion.com/download.php
I recommend you download the packed version

Hope it's useful and that it's just this


Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Re: eXpansion start up error
I'm pretty sure that is eXactly what I did. Don't know what I was thinking.... Thank you kind sir 

Re: eXpansion start up error
Is it working?bass wrote:I'm pretty sure that is eXactly what I did. Don't know what I was thinking.... Thank you kind sir


Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Re: eXpansion start up error
nope.. hangs on mysql connection
xaseco2 connects to mysql no problems... but I want to use eXpansion!
xaseco2 connects to mysql no problems... but I want to use eXpansion!
Code: Select all
_| _| _| _| _|
_|_| _|_| _|_|_| _|_|_| _|_|_| _| _| _| _|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _| _|_|_|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _|
_| _| _|_|_| _| _| _| _|_|_| _|_|_|_| _| _| _|_|_|
-----------------------------------------------------
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer -> required -> [ Yes ] 5.5.9-1ubuntu4.17
Standard PHP Library -> required -> [ Yes ]
JSON -> required -> [ Yes ]
cURL with SSL -> required -> [ Yes ] 7.35.0 (with OpenSSL/1.0.1f)
MySQL -> optional -> [ Yes ]
MySQLI -> optional -> [ Yes ]
SQLite3 -> optional -> [ Yes ]
-----------------------------------------------------
Timezone is not set in php.ini. Please edit it and change/set "date.timezone" appropriately. Setting to default: 'America/Chicago'
Running ManiaLive 4.0.0...
[PluginHandler] Start plugin load process:
____ _
/ __ \ | |
| | | | ___ _ __ ___| |
| | | |/ _ \| _ \/ __| |
| |__| | (_) | |_) \__ \_|
\____/ \___/| .__/|___(_)
| |
|_|
There seems be a problem while establishing a MySQL connection.
Advanced details
File: Connection.php
Line: 72
Message: Connection to MySQL-server failed for unknown reason.
Re: eXpansion start up error
Working now.. had to specify database type 'MySQL' in config.. perhaps my extension on the other is not loaded.. Anyway working well.. thx 

Re: eXpansion start up error
hi,
Great news,
strange that it didn't work with Mysqli, the library is installed it's part of the startup check. Aas long as it works all is good
Great news,

strange that it didn't work with Mysqli, the library is installed it's part of the startup check. Aas long as it works all is good


Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Re: [Resolved]eXpansion start up error
Hi, i have the same error as Bass :
- xaseco2 connects to mysql with no problems.
- with expansion i have no connection to database
Could you explain :
Thx a lot.
EDIT :
i found this : vendor\maniaplanet\manialive-lib\ManiaLive\Database\Config.php
and I tried "MySQLI" and "MySQL" values for $type, it switched to the good folder (MySQL or MySQLI) but it still does not work.
EDIT 2 :
not understand everything but i got it.
Maybe some bad port redirection on linux.
I replaced this line :
by this :
- xaseco2 connects to mysql with no problems.
- with expansion i have no connection to database
Could you explain :
had to specify database type 'MySQL' in config
Thx a lot.
EDIT :
i found this : vendor\maniaplanet\manialive-lib\ManiaLive\Database\Config.php
and I tried "MySQLI" and "MySQL" values for $type, it switched to the good folder (MySQL or MySQLI) but it still does not work.
EDIT 2 :
not understand everything but i got it.
Maybe some bad port redirection on linux.
I replaced this line :
Code: Select all
$this->host = $host.($port ? ':'.$port : '');
Code: Select all
$this->host = 'localhost';
Who is online
Users browsing this forum: No registered users and 1 guest