Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TYPO3 v11? #6

Open
s12r opened this issue Feb 2, 2022 · 9 comments
Open

TYPO3 v11? #6

s12r opened this issue Feb 2, 2022 · 9 comments

Comments

@s12r
Copy link

s12r commented Feb 2, 2022

Hello,
are there any plans to make typo3-ext--be-acl compatible to TYPO3 v11?

@phth
Copy link

phth commented Mar 14, 2022

I created a fork wich is compatible with typo3 11 in a functional sense (but not in terms of clean code):
https://github.com/phth/typo3-ext--be-acl/commits/master
Could be a starting point :)

@gripsITGmbH
Copy link

gripsITGmbH commented Mar 18, 2022

Great @phth - we added some fixes to your code and created a Pullrequest to your Fork. Looking good so far.

Our fork can be found here:
https://github.com/gripsITGmbH/typo3-ext--be-acl

@jokumer
Copy link

jokumer commented Nov 19, 2022

Even https://github.com/OpenSourceInternational/be_acl/tree/typo3-11-compatibility
is available. I'll eval both and return here

@jokumer
Copy link

jokumer commented Dec 2, 2022

IMO https://github.com/gripsITGmbH/typo3-ext--be-acl is better made

@jsleocadio
Copy link

Is it possible to update composer.json so can download the extension via composer?

@jokumer
Copy link

jokumer commented Feb 16, 2023

What is wrong with composer.json?
You can configure your composer to use this repo
composer config repositories.be-acl vcs [email protected]:p2media/typo3-ext--be-acl.git
and load with
composer require p2media/be-acl:dev-master

@jsleocadio
Copy link

jsleocadio commented Feb 16, 2023

I'm using Typo3 11.5 and when i use composer occur this problem:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires p2media/be-acl dev-master -> satisfiable by p2media/be-acl[dev-master].
    - p2media/be-acl dev-master requires typo3/cms-core ^10.4 -> found typo3/cms-core[v10.4.0, ..., v10.4.36] but it conflicts with your root composer.json require (^11.5.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.

@jokumer
Copy link

jokumer commented Feb 16, 2023

You're right. Sorry. Thats why I prefer another fork / version from gripsITGmbH
composer config repositories.be-acl vcs [email protected]:gripsITGmbH/typo3-ext--be-acl.git

@jsleocadio
Copy link

jsleocadio commented Feb 16, 2023

Thank you, @jokumer ! Work just fine right now! In my project has too many groups and Typo3 yet don't work with various usergroups rights to access a page. This extension is awesome and will help me a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants