Search found 164 matches

by gn#36
Mon Jan 03, 2022 8:50 pm
Forum: Extensions in Development
Topic: [3.2][3.3][BETA] gn36 - Hookup
Replies: 50
Views: 74541

Re: [3.2][3.3][BETA] gn36 - Hookup

I don't think this is an issue with this Extension. Please see here for a detailed description: https://github.com/gn36/phpbb-ext-hookup/issues/72 Please disable whatever extension is messing with your URLs and see if it works normally afterwards. If it does, please get that other extension fixed, o...
by gn#36
Fri Mar 12, 2021 4:57 pm
Forum: Extensions in Development
Topic: [3.2][3.3][BETA] gn36 - Hookup
Replies: 50
Views: 74541

Re: [3.2][3.3][BETA] gn36 - Hookup

The current version on github should already work on php 8. I just haven't done a release yet because there is a bit of trouble getting the tests to work on the automatic testing setup. That shouldn't really affect the function, though, so if you wish you can try it.
by gn#36
Fri Mar 12, 2021 4:52 pm
Forum: Extension Writers Discussion
Topic: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext
Replies: 17
Views: 4918

Re: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext

I've tested on 3 extensions with external libraries and it seems to work :sunglasses: Interesting, because unfortunately, I cannot confirm this. It still gives me the same error as before on the command line interface. I cannot even run a cache:purge from command line unless I activate safe mode. A...
by gn#36
Sun Mar 07, 2021 6:50 pm
Forum: Extension Writers Discussion
Topic: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext
Replies: 17
Views: 4918

Re: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext

Sure can. I did the following: cloned your repo and created branch from that pull request ('marc1706/ticket/16718'). installed phpBB composer dependencies Installed phpBB to the database Made sure my ext was not requiring ocramius/proxy-manager (see above) Installed my extension with dependencies in...
by gn#36
Thu Jan 14, 2021 6:12 pm
Forum: [3.2.x] Support Forum
Topic: [ROOT]/vendor/s9e/text-formatter/src/Configurator.php
Replies: 11
Views: 2390

Re: [ROOT]/vendor/s9e/text-formatter/src/Configurator.php

Thank you, I will try it out. I already hacked the function myself to get rid of the problem, so taking a bit of code from someone who knows it better than I do is probably a much better solution.
by gn#36
Mon Jan 11, 2021 9:04 pm
Forum: [3.2.x] Support Forum
Topic: [ROOT]/vendor/s9e/text-formatter/src/Configurator.php
Replies: 11
Views: 2390

Re: [ROOT]/vendor/s9e/text-formatter/src/Configurator.php

Hm sorry, I was sure I had read my exact error message here in some followup post and thought you were referring to that one. But on my side, the error is non-recoverable. It doesn't build up the cache partially (I mean, it does, but apparently not enough) and then use less RAM, it permanently fails...
by gn#36
Mon Jan 11, 2021 12:13 am
Forum: [3.2.x] Support Forum
Topic: [ROOT]/vendor/s9e/text-formatter/src/Configurator.php
Replies: 11
Views: 2390

Re: [ROOT]/vendor/s9e/text-formatter/src/Configurator.php

If there's any way to reproduce that error on a recent version of phpBB I'd be interested in that template. That said, the most recent version of phpBB that contains those instructions at the lines referenced in those error messages is phpBB 3.2.5, from 2018. This is not phpBB 3.2.9. This post is a...
by gn#36
Fri Jan 08, 2021 7:35 pm
Forum: Extension Writers Discussion
Topic: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext
Replies: 17
Views: 4918

Re: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext

So I guess we somehow need a composer bug report then, instead of a phpBB bug report?

And I guess I have to downgrade to composer v1 in the meantime...
by gn#36
Thu Jan 07, 2021 6:47 pm
Forum: Extension Writers Discussion
Topic: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext
Replies: 17
Views: 4918

Re: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext

Can you check the same happens on a 3.3.2? If not, it might indeed be something that got broken by that PR (I thought yesterday you were running on 3.3.2, not a git clone). Sure. I just installed a phpBB 3.3.2 with quickinstall and used PHP 7.4 for testing. Then I reduced the dependencies on my ext...
by gn#36
Thu Jan 07, 2021 4:26 pm
Forum: Extension Writers Discussion
Topic: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext
Replies: 17
Views: 4918

Re: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext

It was caused by this pull request to add compatibility with Composer 2: https://github.com/phpbb/phpbb/pull/6072 So if you install dependencies from packagist.org or another repository, you need to install the following packages: - composer/package-versions-deprecated v1.11.* - ocramius/proxy-mana...
by gn#36
Wed Jan 06, 2021 10:03 pm
Forum: Extensions in Development
Topic: [3.2][3.3][BETA] gn36 - Hookup
Replies: 50
Views: 74541

Re: [3.2][BETA] [3.1] gn36 - Hookup

I have updated it in github already to be ready for phpBB 3.2 and 3.3. On my side it already worked mostly fine on phpBB 3.3 and even on php 8 with just a few tweaks. But the date picker is an external dependency and is actually causing a bit of trouble right now: https://www.phpbb.com/community/vie...
by gn#36
Wed Jan 06, 2021 9:55 pm
Forum: Extension Writers Discussion
Topic: Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext
Replies: 17
Views: 4918

Fatal error on updating ext vendor dir: [phpBB core dependency] not found even though not required by ext

I am finally updating my 3.1.x extension to 3.3.x. While doing this, I am experiencing a very strange error, which even after several hours of trying and searching the internet I can't really come by how to solve it properly: I am getting the following fatal error when trying to call any page in my ...
by gn#36
Tue Dec 26, 2017 10:38 pm
Forum: Extension Writers Discussion
Topic: Is there an API?
Replies: 14
Views: 8280

Re: Is there an API?

For better debugging, creation_time should be simply a unix timestamp. Also make sure your script is using the same transfer method as the form for each parameter. The function checks explicitly, whether they are sent via POST, not GET. If you are interested, how the form check is added to the form,...
by gn#36
Tue Dec 26, 2017 8:32 pm
Forum: Extension Writers Discussion
Topic: Is there an API?
Replies: 14
Views: 8280

Re: Is there an API?

If you want to stick to your login based approach (e.g. because you are posting from a different server), you should take a look at the code locations where this message is output: https://github.com/phpbb/phpbb/search?q=%27FORM_INVALID%27&type=&utf8=%E2%9C%93 Possible reasons for this messa...
by gn#36
Sun Aug 06, 2017 3:01 pm
Forum: Extensions in Development
Topic: [3.2][3.3][BETA] gn36 - Hookup
Replies: 50
Views: 74541

Re: [3.2][BETA] [3.1] gn36 - Hookup

i don't know if somebody mention this or not but there is problem with Text entries order the order always change after refreshing the page Can you clarify? I don't see a random change of order of text entries. Also, what database do you use? Mysql? also should every user see his name first I am no...

Go to advanced search