Page 4 of 5
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 09 Jun 2018, 09:33
by oliverde8
Just pushed Beta-3
You can update either manually downloading the new archive or using the ingame autoupdate
/admin expansion update
Download : https://mp-expansion.com/download.html
Change logs : https://mp-expansion.com/releases.html
It should also fix an issue that some admins had with monolog error.
We are also saving match & server settings automatically. You can configure the file name ingame as always

There isn't much that changed.
Enoy
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 09 Jun 2018, 16:09
by endbase
Thx ! works like a charm

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 02 Jul 2018, 15:47
by Yuguiboy
Hi!
When I launch "run.bat", the command prompt appears then disappears instantly with some errors that I can't read because the window go away too fast. I can't find logs file, where they are?
parameters.yml
Code: Select all
# This file is a "template" of what your parameters.yml file should look like
# This file is origianlly written to use with docker; so exemples are for that usage.
parameters:
database_driver: mysql
database_host: '127.0.0.1'
database_port: ~
database_name: localhost
database_user: root
database_password: removed by miss
dedicated_host: '127.0.0.1'
dedicated_port: 5001
dedicated_timeout: 5
dedicated_user: SuperAdmin
dedicated_password: ******
dedicated_connection_type: local
color_enabled: true
# Need to create an adapter that will never be used to satify dependencies.
oneup_flysystem:
adapters:
dedicated_user_data:
nulladapter: ~
expansion_config:
local:
directory: "%kernel.root_dir%/../var/expansion/config"
filesystems:
dedicated_user_data:
adapter: dedicated_user_data
expansion_config:
adapter: expansion_config
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 02 Jul 2018, 17:48
by Miss
Removed password from that post
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 03 Jul 2018, 07:27
by oliverde8
Yuguiboy wrote: ↑02 Jul 2018, 15:47
Hi!
When I launch "run.bat", the command prompt appears then disappears instantly with some errors that I can't read because the window go away too fast. I can't find logs file, where they are?
parameters.yml
Hi,
You can check your logs in var/logs/prod.log
you can also edit the run.bat file as follows to see the error in the command prompt
Code: Select all
@echo off
cd %~dp0
cd ..
chcp 65001
ECHO Clearing caches
RMDIR /S /Q var\cache\prod
ECHO Checking for database updates
php bin/console propel:migration:diff --env=prod
php bin/console propel:migration:migrate --env=prod
ECHO Launching eXpansion
php bin\console eXpansion:run -vvv --env=prod
pause
It will be fixed in next release:
https://github.com/eXpansionPluginPack/ ... issues/379
We forgot to add the pause at the end of the file that allows the command prompt to stay open after an error.
Miss wrote: ↑02 Jul 2018, 17:48
Removed password from that post
Thanks

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 03 Jul 2018, 11:49
by Yuguiboy
oliverde8 wrote: ↑03 Jul 2018, 07:27
Yuguiboy wrote: ↑02 Jul 2018, 15:47
Hi!
When I launch "run.bat", the command prompt appears then disappears instantly with some errors that I can't read because the window go away too fast. I can't find logs file, where they are?
parameters.yml
Hi,
You can check your logs in var/logs/prod.log
you can also edit the run.bat file as follows to see the error in the command prompt
Code: Select all
@echo off
cd %~dp0
cd ..
chcp 65001
ECHO Clearing caches
RMDIR /S /Q var\cache\prod
ECHO Checking for database updates
php bin/console propel:migration:diff --env=prod
php bin/console propel:migration:migrate --env=prod
ECHO Launching eXpansion
php bin\console eXpansion:run -vvv --env=prod
pause
It will be fixed in next release:
We forgot to add the pause at the end of the file that allows the command prompt to stay open after an error.
Miss wrote: ↑02 Jul 2018, 17:48
Removed password from that post
Thanks
Thanks for reply!
So I have those errors :
Code: Select all
Catchable fatal error: Argument 1 passed to AppKernel::__construct() must be an instance of string, string given, called in C:\Users\Yuguiboy\Desktop\serveur\eXpansion\bin\console on line 26 and defined in C:\Users\Yuguiboy\Desktop\serveur\eXpansion\app\AppKernel.php on line 11
Catchable fatal error: Argument 1 passed to AppKernel::__construct() must be an instance of string, string given, called in C:\Users\Yuguiboy\Desktop\serveur\eXpansion\bin\console on line 26 and defined in C:\Users\Yuguiboy\Desktop\serveur\eXpansion\app\AppKernel.php on line 11
Launching eXpansion
Catchable fatal error: Argument 1 passed to AppKernel::__construct() must be an instance of string, string given, called in C:\Users\Yuguiboy\Desktop\serveur\eXpansion\bin\console on line 26 and defined in C:\Users\Yuguiboy\Desktop\serveur\eXpansion\app\AppKernel.php on line 11
What mistakes that I could have made?
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 03 Jul 2018, 12:15
by oliverde8
From that message, I would say you are not running correct php version. if in the command prompt you type php -v what do you get ?
Reminder of minimum requirements :
http://doc.mp-expansion.com/docs/admin/ ... ction.html
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 29 Sep 2018, 14:54
by bass
Is eXpansion 2 ever going to move forward or is this it?
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 03 Oct 2018, 16:57
by hackie
Last what I heard about it was "motivation" ?
Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)
Posted: 04 Oct 2018, 11:15
by endbase
I don't believe there is much future for controllers @ the moment now seeing the amount of players dropping on MP so credits to the Dev's
