Search found 2333 matches

by primehalo
Mon May 01, 2023 9:01 pm
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

Re: EPV Failing and I can't figure out what the problem is

Thanks for the tip, I removed those as advised.
by primehalo
Wed Apr 26, 2023 2:51 am
Forum: Extensions in Development
Topic: [BETA] [3.2] Prime Notify
Replies: 234
Views: 49480

Re: [BETA] [3.2] Prime Notify

Yeah, I would try deleting all that start with primehalo.primenotify. Something like:
DELETE FROM php_user_notifications WHERE item_type LIKE 'primehalo.primenotify.%'
(Note: code is untested!!)
by primehalo
Mon Apr 24, 2023 5:28 pm
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

Re: EPV Failing and I can't figure out what the problem is

Thanks. What about shivammathur/setup-php@v2? Keep at v2 or change to v3?

Edit:
Nevermind, I see it's still v2 in https://github.com/phpbb-extensions/boa ... /tests.yml
by primehalo
Wed Apr 19, 2023 9:53 pm
Forum: Extensions in Development
Topic: [BETA] [3.2] Prime Notify
Replies: 234
Views: 49480

Re: [BETA] [3.2] Prime Notify

Hi, I have just installed the new version at my board (Ver. 3.3.1). I uploaded the whole folder "primehalo" (overwriting only files with differnt size or newer files) and get the following error after activating Prime Notify Fehler: You have requested a non-existent service "notifica...
by primehalo
Wed Apr 19, 2023 8:21 am
Forum: Extensions in Development
Topic: [BETA] [3.2] Prime Notify
Replies: 234
Views: 49480

Re: [BETA] [3.2] Prime Notify

I uploaded a new revision, v1.0.7, to my site that should fix the issues:
https://www.absoluteanime.com/_phpbb-extensions_/
by primehalo
Wed Apr 19, 2023 6:37 am
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

Re: EPV Failing and I can't figure out what the problem is

The workflow file code at http://area51.phpbb.com/docs/dev/3.3.x/extensions/tutorial_testing.html#continuous-integration-with-github-actions is apparently out of date. I had to change runs-on: ubuntu-18.04 to runs-on: ubuntu-latest . That got them running. Now getting an error on one the PHP 8 - mys...
by primehalo
Tue Apr 18, 2023 3:02 pm
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

Re: EPV Failing and I can't figure out what the problem is

Queued now for 16 hours. That's not supposed to happen, right? My other actions.yml workflow always started almost instantly
by primehalo
Tue Apr 18, 2023 2:11 am
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

Re: EPV Failing and I can't figure out what the problem is

I removed that actions.yml file this morning and created the tests.yml file as instructed at http://area51.phpbb.com/docs/dev/3.3.x ... ub-actions, but nothing seems to be happening with it. It's been queued for like 6 hours.
by primehalo
Mon Apr 17, 2023 5:01 pm
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

Re: EPV Failing and I can't figure out what the problem is

That's odd, all the files end with a new line (\n) character on my PC which I just verified with multiple editors. Not sure why GitHub isn't showing them.
by primehalo
Mon Apr 17, 2023 3:34 am
Forum: Extension Writers Discussion
Topic: EPV Failing and I can't figure out what the problem is
Replies: 10
Views: 2183

EPV Failing and I can't figure out what the problem is

The EPV isfailing on my Prime Notify extension and I can't figure out why https://github.com/primehalo/primenotify/actions/runs/4716997249/jobs/8365538488#step:8:1557 epv-error.jpg It says " Syntax error, unexpected , expecting T_STRING or T_NS_SEPARATOR or '{' on line 11 " on a bunch of f...
by primehalo
Fri Sep 30, 2022 4:33 pm
Forum: Extensions in Development
Topic: [CDB] Prime Post Revisions
Replies: 155
Views: 36872

Re: [3.2][3.3][RC] Prime Post Revisions

If you want to debug it, search the code for NO_POST_REV. This is the template variable that controls whether the checkbox is shown. It gets set in this line: $page_data['NO_POST_REV'] = !$new_post && $this->core->is_auth('delete', $event['forum_id'], $event['post_data']['poster_id']);
by primehalo
Fri Sep 30, 2022 4:20 pm
Forum: Extensions in Development
Topic: [CDB] Prime Post Revisions
Replies: 155
Views: 36872

Re: [3.2][3.3][RC] Prime Post Revisions

It checks the m_primepostrev_delete and f_primepostrev_delete permissions. If you have the ability to delete a revision then you should have the ability to not store a revision. If you don't, maybe it didn't install correctly?
by primehalo
Fri Sep 30, 2022 3:47 pm
Forum: Extensions in Development
Topic: [CDB] Prime Post Revisions
Replies: 155
Views: 36872

Re: [3.2][3.3][RC] Prime Post Revisions

That option shows if you have permission to delete the revision.
by primehalo
Sun Sep 25, 2022 1:00 am
Forum: Extensions in Development
Topic: [CDB] Prime Post Revisions
Replies: 155
Views: 36872

Re: [3.2][3.3][RC] Prime Post Revisions

Sorry, I don't think that's a feature I added.

Go to advanced search