eXpansion 2.0.0.0-beta4 Whitebridge (29-02-2020)

The next generation of server controlling with clean and powerful user interface

Moderators: reaby, oliverde8, NADEO

oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post 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 :D There isn't much that changed.

Enoy
Image
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...
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post by endbase »

Thx ! works like a charm :)
Yuguiboy
Posts: 5
Joined: 02 Jul 2018, 15:36

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post 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
User avatar
Miss
Posts: 2155
Joined: 05 Jan 2016, 11:34
Location: The Netherlands
Contact:

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post by Miss »

Removed password from that post
3080 RTX, Ryzen 3700X, 32GB RAM, Windows 11
Forum moderator, opinions are my own. :thx:
Check out Image openplanet, the alternative ManiaPlanet & Turbo scripting platform! (Openplanet subforum)
I also stream and tweet.
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post 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 :thumbsup:
Image
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...
Yuguiboy
Posts: 5
Joined: 02 Jul 2018, 15:36

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post 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 :thumbsup:
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?
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post 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
Image
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...
bass
Posts: 86
Joined: 21 Sep 2011, 23:36

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post by bass »

Is eXpansion 2 ever going to move forward or is this it?
hackie
Posts: 1178
Joined: 19 Jul 2012, 22:43

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post by hackie »

Last what I heard about it was "motivation" ?
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: eXpansion 2.0.0.0-beta3 Whitebridge (09-06-2018)

Post 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 :thx:
Post Reply

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 0 guests