? Conflicting Files ? Pending

User tests: Successful: Unsuccessful:

avatar wilsonge
wilsonge
25 Oct 2019

Update composer deps to latest + greatest allowed

avatar wilsonge wilsonge - open - 25 Oct 2019
avatar wilsonge wilsonge - change - 25 Oct 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Oct 2019
Category External Library Composer Change Libraries
avatar wilsonge wilsonge - change - 27 Oct 2019
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 27 Oct 2019
Category External Library Composer Change Libraries Administration com_installer Front End com_content External Library Composer Change Libraries
avatar SharkyKZ
SharkyKZ - comment - 30 Oct 2019

Getting this in CLI:

Fatal error: Uncaught TypeError: Argument 1 passed to Symfony\Component\Debug\ExceptionHandler::handle() must be an instance of Exception, instance of Error given in C:\xampp\htdocs\joomla-cms\libraries\vendor\symfony\debug\ExceptionHandler.php:118
Stack trace:
#0 [internal function]: Symfony\Component\Debug\ExceptionHandler->handle(Object(Error))
#1 {main}
  thrown in C:\xampp\htdocs\joomla-cms\libraries\vendor\symfony\debug\ExceptionHandler.php on line 118

avatar brianteeman
brianteeman - comment - 24 Feb 2020

@wilsonge can you fix the conflicts please

avatar wilsonge wilsonge - change - 1 Mar 2020
Labels Added: Conflicting Files
avatar wilsonge
wilsonge - comment - 1 Mar 2020

Done and did another run of composer update for good measure - but this still won't fix the console package issues

avatar wilsonge
wilsonge - comment - 1 Mar 2020

@mbabker well I don't like what I've done here in any way - but I've gone and done it. Thoughts?

avatar SharkyKZ
SharkyKZ - comment - 3 Mar 2020

I have tested this item successfully on cbc45b8


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26820.

avatar SharkyKZ SharkyKZ - test_item - 3 Mar 2020 - Tested successfully
avatar wilsonge wilsonge - close - 4 Mar 2020
avatar wilsonge wilsonge - merge - 4 Mar 2020
avatar wilsonge wilsonge - change - 4 Mar 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-03-04 07:33:34
Closed_By wilsonge
avatar infograf768
infograf768 - comment - 4 Mar 2020

Something broken here:

Attempted to load class "LazyServiceEventListener" from namespace "Joomla\Event".
Did you forget a "use" statement for another namespace?

$listener = new LazyServiceEventListener($container, 'session.event_listener.metadata_manager', 'onAfterSessionStart');

avatar SharkyKZ
SharkyKZ - comment - 4 Mar 2020

@infograf768 Run composer install.

avatar infograf768
infograf768 - comment - 4 Mar 2020

I did but I get an error (MAMP macintosh)
Problem 1
- Installation request for phpdocumentor/reflection-docblock 5.1.0 -> satisfiable by phpdocumentor/reflection-docblock[5.1.0].
- phpdocumentor/reflection-docblock 5.1.0 requires ext-filter ^7.1 -> the requested PHP extension filter has the wrong version (0.11.0) installed.
Problem 2
- phpdocumentor/reflection-docblock 5.1.0 requires ext-filter ^7.1 -> the requested PHP extension filter has the wrong version (0.11.0) installed.
- phpspec/prophecy v1.10.2 requires phpdocumentor/reflection-docblock ^2.0|^3.0.2|^4.0|^5.0 -> satisfiable by phpdocumentor/reflection-docblock[5.1.0].
- Installation request for phpspec/prophecy v1.10.2 -> satisfiable by phpspec/prophecy[v1.10.2].

trying to figure how to solve this...

avatar mbabker
mbabker - comment - 4 Mar 2020

Use the --ignore-platform-reqs flag to bypass it.

Add a Comment

Login with GitHub to post a comment