Search found 1274 matches

by Sajaki
Sat May 08, 2021 1:00 pm
Forum: [3.3.x] Support Forum
Topic: Running PhpBB on IMAC
Replies: 24
Views: 2663

Re: Running PhpBB on IMAC

I would not recommend using MAMP or any packaged PHP solution on MacOS.

here's a full walkthrough on setting up your environment for PHP development.
https://getgrav.org/blog/macos-bigsur-a ... p-versions
by Sajaki
Sun Apr 18, 2021 7:15 am
Forum: phpBB Discussion
Topic: Storing attachments
Replies: 10
Views: 6195

Re: Storing attachments

And after 10 years we still have this issue.
by Sajaki
Sun Apr 18, 2021 7:10 am
Forum: phpBB Discussion
Topic: [Discuss] The dangers of ASCII mode
Replies: 70
Views: 247162

Re: [Discuss] The dangers of ASCII mode

i just ran into this https://trac.filezilla-project.org/ticket/10954 bug myself.
I restored my site from localhost and didn't change the default. luckily i had local backups and re-uploaded extensionless files in binary.
really strange that after five years noone at Filezilla picked this up.
by Sajaki
Wed Apr 14, 2021 1:16 pm
Forum: phpBB Discussion
Topic: Changed template IF statements/variables format and if we should rush updating them
Replies: 5
Views: 1799

Re: Changed template IF statements/variables format and if we should rush updating them

There is an extension that converts any style to Twig format,

viewtopic.php?t=2429096

it's super handy for this, takes 5 minutes to convert.
by Sajaki
Fri Apr 09, 2021 9:09 am
Forum: [3.3.x] Support Forum
Topic: Updating to php 7.3 or above - which version phpbb is compatible?
Replies: 8
Views: 954

Re: Updating to php 7.3 or above - which version phpbb is compatible?

in a little summary:

Code: Select all

phpBB  PHP supported
3.2.x    5.4.7 - 7.2
3.3.0   7.1.3 - 7.3
3.3.3   7.1.3 - 8.0
by Sajaki
Mon Apr 05, 2021 6:29 pm
Forum: Extension Writers Discussion
Topic: migration issues with phpBB 3.3.3 / php 8.0.3
Replies: 3
Views: 988

Re: migration issues with phpBB 3.3.3 / php 8.0.3

thanks, i've fixed this now, including other issues. I just wonder why this pops up now when using PHP 8.0.

I guess the language has become stricter.
Trying to pass a non-numeric string to a function that expects a number will now throw a TypeError.
by Sajaki
Mon Apr 05, 2021 9:06 am
Forum: Extension Writers Discussion
Topic: migration issues with phpBB 3.3.3 / php 8.0.3
Replies: 3
Views: 988

migration issues with phpBB 3.3.3 / php 8.0.3

hello, I run into a pretty weird issue with migrations. below is the xdebug output after trying to enable recent topics extension in acp (on localhost) It throws a null on one step 17 below at line ['result' => NULL, 'step' => 17, '_total_time' => 0.0048420429229736], this worked perfectly well with...
by Sajaki
Fri Jan 22, 2021 1:03 pm
Forum: [3.3.x] Styles in Development
Topic: [RC] pbTech 3.3.2
Replies: 2
Views: 1123

Re: [RC] pbTech 3.3.2

reserved.
by Sajaki
Mon Jan 11, 2021 9:06 am
Forum: [3.3.x] Styles in Development
Topic: [RC] pbTech 3.3.2
Replies: 2
Views: 1123

[RC] pbTech 3.3.2

Hi all, Please find pbTech 3.0.15 for phpBB 3.3. Base style: Prosilver Style Version: 3.0.15 (10/01/2021) phpBB version: 3.3.2 Author: Paybas, Sajaki Download : https://www.avathar.be/forum/app.php/dlext/details?df_id=78 Demo : https://www.avathar.be/forum/viewforum.php?f=100 Screenshot 2021-01-11 a...
by Sajaki
Thu Dec 10, 2020 6:49 pm
Forum: Extension Writers Discussion
Topic: Changes to Travis Accounts
Replies: 29
Views: 4039

Re: Changes to Travis Accounts

there is a huge discussion going on on hackernews. looks like most OSS contributors are jumping ship over this.
by Sajaki
Tue Nov 03, 2020 9:40 am
Forum: Extension Writers Discussion
Topic: Changes to Travis Accounts
Replies: 29
Views: 4039

Re: Changes to Travis Accounts

hi, i found this https://mailchi.mp/3d439eeb1098/travis-ciorg-is-moving-to-travis-cicom so travis-ci.org is closing end of this year and they want us to migrate to .com. In an effort to ensure that all of our users - whether you build open-source, public or private repositories - receive regular fea...
by Sajaki
Sat Oct 17, 2020 5:06 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: rtl support for custom styles
Replies: 1
Views: 611

rtl support for custom styles

how does one make a custom style rtl compatible ?
by Sajaki
Sun Jul 26, 2020 1:37 pm
Forum: [3.3.x] Support Forum
Topic: replacing text in forum
Replies: 2
Views: 529

replacing text in forum

hello,

I need to replace a text in my forum. Is this sql safe to run in phpBB 3.3 ?

Code: Select all

UPDATE phpbb_posts SET post_text = REPLACE(post_text, 'old_text', 'new_text');
by Sajaki
Mon Jun 29, 2020 9:00 am
Forum: [3.3.x] Support Forum
Topic: emoj test in topic title
Replies: 2
Views: 312

Re: emoj test in topic title 😂 🤣 ☺️ 😊 😇 🙂

ok i get it, these are just graphic icons in the topic text.
by Sajaki
Mon Jun 29, 2020 8:54 am
Forum: [3.3.x] Support Forum
Topic: emoj test in topic title
Replies: 2
Views: 312

emoj test in topic title

hi, i've been asked to enable support for "emojis" inside the recent topics extension subject texts, but I could not test this feature on a standard phpbb 3.3 or 3.2.9 install on localhost. All i can do is attach an icon to the topic. i see there's a permission "Can use emoji and rich...

Go to advanced search