Search found 349 matches
- Thu Sep 25, 2025 4:02 pm
- Forum: This Forum
- Topic: Forum search discards too many common words
- Replies: 8
- Views: 565
Re: Forum search discards too many common words
I've set the MySQL variables ft_min_word_len and innodb_ft_min_token_size to 2, confirmed that the setting is applied on the server, and rebuilt the post index, but so far I can't see a difference in the search results...
- Thu Sep 25, 2025 3:23 pm
- Forum: This Forum
- Topic: Forum search discards too many common words
- Replies: 8
- Views: 565
Re: Forum search discards too many common words
Let me offer some insight into the search situation. phpBB offers three search backends that we can use: phpBB Native Fulltext , MySQL Fulltext , and Sphinx Fulltext .
We were using phpBB Native Fulltext for years. There were reports that it had multiple issues, such as not supporting words with ...
We were using phpBB Native Fulltext for years. There were reports that it had multiple issues, such as not supporting words with ...
- Mon Sep 22, 2025 5:30 pm
- Forum: Not a bug
- Topic: [2.0.66] Error updating Factorio
- Replies: 5
- Views: 298
Re: [2.0.66] Error updating Factorio
No worries. I wonder if the text in the error message could be improved to bring clarity to such issues.
- Mon Sep 22, 2025 5:15 pm
- Forum: Not a bug
- Topic: [2.0.66] Error updating Factorio
- Replies: 5
- Views: 298
Re: [2.0.66] Error updating Factorio
Hmm, so the issue is with the current version on disk?
I notice the timestamp on this file is Jun 23, 2025, the other files in the folder have a date of Apr 14, 2025.
Quite possible I mistakenly modified this file, I do poke around.
Yes, something must have modified the file. The original ...
- Mon Sep 22, 2025 4:47 pm
- Forum: Not a bug
- Topic: [2.0.66] Error updating Factorio
- Replies: 5
- Views: 298
Re: [2.0.66] Error updating Factorio
I got myself a MacOS setup and I was able to upgrade to 2.0.67 (Space Age) from both 2.0.66 and 2.0.65 without a problem. I would like to know why that particular file on your system has different contents, than the Factorio updater expects. If you could upload /Applications/factorio.app/Contents ...
- Thu Sep 04, 2025 7:24 am
- Forum: Implemented Suggestions
- Topic: Sign / get a certificate for the executables
- Replies: 13
- Views: 4052
Re: Sign / get a certificate for the executables
Implemented in version 2.0.66.
- Thu Aug 07, 2025 10:50 am
- Forum: Minor issues
- Topic: [Website] Cloudflare turnstile never passes
- Replies: 1
- Views: 625
Re: [Website] Cloudflare turnstile never passes
Of course, we would like all legitimate users to have access to our websites, and I'm personally unhappy that we have to put up measures like this, but in particular our phpBB and MediaWiki instances have really struggled with bot traffic. I have investigated if I can do anything about your ...
- Tue Aug 05, 2025 9:21 am
- Forum: Releases
- Topic: Version 2.0.63
- Replies: 3
- Views: 9294
Re: Version 2.0.63
I just thought it would be neat. 👍
- Mon Aug 04, 2025 2:54 pm
- Forum: Modding discussion
- Topic: what glib-c verson does factorio use/what alocator does it use
- Replies: 8
- Views: 784
Re: what glib-c verson does factorio use/what alocator does it use
Our build servers run Debian 11 and consequently we are currently using glibc 2.31. (https://packages.debian.org/source/bullseye/glibc)
We are committed to keep supporting this version for as long as possible.
We are committed to keep supporting this version for as long as possible.
- Wed Jul 16, 2025 10:54 am
- Forum: Technical Help
- Topic: Error updating mods: "next InitializeSecurityContext failed: Unknown error (0x80092013)"
- Replies: 17
- Views: 5527
Re: Error updating mods: "next InitializeSecurityContext failed: Unknown error (0x80092013)"
A problem with your internet connection is causing the secure connection to our servers to fail. If you are fine with the risks (such as third parties being able to read your password) you can try to disable TLS verification by editing config.ini and putting the following text in the `[other ...
- Tue Jul 15, 2025 9:35 am
- Forum: Resolved Problems and Bugs
- Topic: [2.0.7] Failed to load mod "space-age": Unexpected character () at __space-age__/migrations/._aquilo-tilesets.json:1
- Replies: 19
- Views: 4424
Re: [2.0.7] Failed to load mod "space-age": Unexpected character () at __space-age__/migrations/._aquilo-tilesets.json:1
Moving topic back to Bug Reports since the issue was identified and is fixable on our side. As eugenekay noted, the problem will happen when Factorio is installed on Mac on a non-HFS filesystem and the fix is to ignore the "AppleDouble" files, either by identifying the filename or the leading magic ...
- Wed Jun 25, 2025 11:02 am
- Forum: Technical Help
- Topic: [2.0.56] Headless Server Fails to Update to 2.0.57
- Replies: 4
- Views: 492
Re: [2.0.56] Headless Server Fails to Update to 2.0.57
I have made available an update package that goes from 2.0.55 directly to 2.0.57, and verified it works with factorio-updater, so there shouldn't be any more problems.
- Thu Jun 19, 2025 3:06 pm
- Forum: Resolved Problems and Bugs
- Topic: [2.0.56] Linux build is missing __core__/sound/gui-game-controller-move.bnvib
- Replies: 2
- Views: 502
Re: [2.0.56] Linux build is missing __core__/sound/gui-game-controller-move.bnvib
This is a packaging issue with 2.0.56. It will be fixed the next version. If you wish to keep playing in the meantime your options are either to create this missing file (data/core/sound/gui-game-controller-move.bnvib) or downgrade to 2.0.55. Sorry about that.
- Mon Jun 16, 2025 1:45 pm
- Forum: Technical Help
- Topic: [2.0.55] Windows suddenly blocks executable
- Replies: 3
- Views: 762
Re: [2.0.55] Windows suddenly blocks executable
The Factorio Windows binaries are not currently signed. We are working on getting this changed to resolve this kind of compatibility issue. At this time, I don't have information on how to bypass this Smart App Control block...
- Fri Jun 06, 2025 1:20 pm
- Forum: This Forum
- Topic: Enabled syntax highlighting extension
- Replies: 1
- Views: 1270
Enabled syntax highlighting extension
I have enabled a phpBB extension that should provide syntax highlighting for code blocks.
-- Example code
data:extend({
{
type = "string-setting",
name = "my-mod-always-difficult",
setting_type = "runtime-global",
default_value = "yes",
allowed_values = {"yes", "no"}
},
{
type = "bool ...
-- Example code
data:extend({
{
type = "string-setting",
name = "my-mod-always-difficult",
setting_type = "runtime-global",
default_value = "yes",
allowed_values = {"yes", "no"}
},
{
type = "bool ...
- Mon Jun 02, 2025 5:59 pm
- Forum: Resolved Problems and Bugs
- Topic: [website] z-order issue on download page
- Replies: 1
- Views: 532
Re: [website] z-order issue on download page
Thank you for the report, the z-index issue has been fixed.
- Fri May 30, 2025 1:30 pm
- Forum: Releases
- Topic: Version 2.0.53
- Replies: 7
- Views: 6291
Re: Version 2.0.53
We have delisted 2.0.53 due to a failing consistency check, stay tuned for a 2.0.54 release.
- Thu May 22, 2025 3:33 pm
- Forum: This Forum
- Topic: Upload file failed
- Replies: 11
- Views: 2890
Re: Upload file failed
File uploads up to one GiB should be fixed. Please don't abuse the available space for random things, but you are very welcome to use it for save files and mod related content.
- Thu May 22, 2025 1:21 pm
- Forum: This Forum
- Topic: Upload file failed
- Replies: 11
- Views: 2890
Re: Upload file failed
I have fixed the clipboardimage.js crash and I fixed the display of file upload progress and failed/success status. I will be looking into why large uploads are failing, next.
- Wed May 21, 2025 3:58 pm
- Forum: This Forum
- Topic: Attachment disappears after submitting a post
- Replies: 12
- Views: 3147
Re: Attachment disappears after submitting a post
This seems to be a bug in vanilla phpBB. To work around this for now I disabled the Ctrl+Enter feature. Thank you for the reproduction steps!
From what I've looked for, this is just a hotkey for form submission. It's edit dialog causing problems.
I've been trying to reproduce the problem ...