Search found 181 matches

by Blitze
Fri Aug 02, 2019 4:12 pm
Forum: Extension Writers Discussion
Topic: Submission for review when archive is too big
Replies: 65
Views: 13072

Re: Submission for review when archive is too big

Any update on this issue?

Thanks
by Blitze
Thu Jun 20, 2019 6:03 pm
Forum: Extension Writers Discussion
Topic: Composer Installers for phpbb-extension
Replies: 6
Views: 1849

Re: Composer Installers for phpbb-extension

I did not realize that composer uses the installers from the dependency to determine the installation path. Still, say I have an extension, my/foo, that depends on another extension, some/bar. If I add some/bar to my composer.json file and run composer install from the phpBB/ext/my/foo/ directory, t...
by Blitze
Tue Jun 18, 2019 1:19 pm
Forum: Extension Writers Discussion
Topic: Composer Installers for phpbb-extension
Replies: 6
Views: 1849

Composer Installers for phpbb-extension

I am a little confused about why it is recommended to require composer installers mainly because the installation path specified for the phpbb-extension type points to 'ext/{$vendor}/{$name}/'. I understand that the plan is for phpbb4 to manage extensions using composer. So I can understand why phpB...
by Blitze
Mon Jun 17, 2019 6:13 am
Forum: Extension Writers Discussion
Topic: Submission for review when archive is too big
Replies: 65
Views: 13072

Re: Submission for review when archive is too big

Btw, I tried submitting a previously approved/released version of my extension (1.89 MB) and I was able to get past the EPV step
by Blitze
Mon Jun 17, 2019 5:35 am
Forum: Extension Writers Discussion
Topic: Submission for review when archive is too big
Replies: 65
Views: 13072

Re: Submission for review when archive is too big

I honestly don't know yet. That's why I wanted to know the installed version (commit) so I can test it locally. My extension went from 1.8MB to ~2.34MB compressed. So I can only assume so. It actually worked about 3 weeks ago but I delayed submitting because I need to fix something and now it is not...
by Blitze
Sun Jun 16, 2019 8:42 pm
Forum: Extension Writers Discussion
Topic: Submission for review when archive is too big
Replies: 65
Views: 13072

Re: Submission for review when archive is too big

Is the live customization database up to date with the latest commit on github?

I am also running into this problem and cannot submit my extension for approval. I have installed titania (branch: 3.2.x-phpbb-com) locally and it fails at commit a42abfa but subsequent commits seem to work. Help please.
by Blitze
Sat Feb 02, 2019 9:54 pm
Forum: Extension Writers Discussion
Topic: Help with guzzle async request
Replies: 5
Views: 820

Re: Help with guzzle async request

I still don't know why the build was failing on travis but I found another way to make an ajax request without using guzzle. I set the proper headers on the goutte client and it works. Whew!!!
by Blitze
Fri Feb 01, 2019 10:41 am
Forum: Extension Writers Discussion
Topic: Help with guzzle async request
Replies: 5
Views: 820

Re: Help with guzzle async request

Thanks for your response Kasimi. Unfortunately, the travis build failed with the same error. Not sure what to do next...
by Blitze
Fri Feb 01, 2019 5:42 am
Forum: Extension Writers Discussion
Topic: Help with guzzle async request
Replies: 5
Views: 820

Re: Help with guzzle async request

Thank for looking into this VSE. I tried that too but got a Fatal error: Undefined class constant 'request' at the $request = self::request line. I did try the following but again, it passed locally for php 5.5.9 but failed on travis for php 5.4, 5.5, and 5.6: $self = __class__; $response->then(func...
by Blitze
Mon Jan 28, 2019 5:05 am
Forum: Extension Writers Discussion
Topic: Help with guzzle async request
Replies: 5
Views: 820

Help with guzzle async request

So I am testing this ajax request in a functional test that requires me (i think) to use a callback (closure) to then test the results of the request. It works just fine locally for php 5.5.9 but fails on travis for php 5.4, 5.5 and 5.6. I have tried every which way I can think of but it still fails...
by Blitze
Wed May 23, 2018 1:46 pm
Forum: Abandoned Extensions
Topic: [ABD] phpBB Sitemaker Content
Replies: 68
Views: 25795

Re: [3.2][RC] phpBB Sitemaker Content

The normal way to update a phpBB extension is to disable it first (do not purge), upload the new files, then enable the extension again. The disabling and re-enabling allows for any new migrations (database changes) to run and also clears cache so changes in service definitions would also take effec...
by Blitze
Wed May 23, 2018 4:53 am
Forum: Abandoned Extensions
Topic: [ABD] phpBB Sitemaker Content
Replies: 68
Views: 25795

Re: [3.2][RC] phpBB Sitemaker Content

Ok I just released v3.0.0-RC3.

You can see all releases here: https://github.com/blitze/phpBB-ext-sit ... t/releases

Download v3.0.0-RC3 here
by Blitze
Mon May 21, 2018 9:17 pm
Forum: Abandoned Extensions
Topic: [ABD] phpBB Sitemaker Content
Replies: 68
Views: 25795

Re: [3.2][RC] phpBB Sitemaker Content

Oh yeah that's a bit tricky as that issue is actually a Sitemaker bug. I am incorrectly using lang_array() instead of lang() here: https://github.com/blitze/phpBB-ext-sitemaker/blob/ae62e96ad826411ecb5569cb444d73e469fdabca/services/users/data.php#L145 The problem is ignored in php 7.1 and below but ...
by Blitze
Mon May 21, 2018 4:53 pm
Forum: Abandoned Extensions
Topic: [ABD] phpBB Sitemaker Content
Replies: 68
Views: 25795

Re: [3.2][RC] phpBB Sitemaker Content

php 7.2 is supported. There was a bug that I have addressed in RC2

Go to advanced search