Search found 24 matches

by HaloPolicja
Wed Mar 22, 2023 5:33 pm
Forum: [3.3.x] Support Forum
Topic: unsigned mediumint overflow in phpbb_topic's column - topic_views
Replies: 3
Views: 581

Re: unsigned mediumint overflow in phpbb_topic's column - topic_views

Instead of reseting views count can I change the data type to unsigned int? I would rather do that to keep my topic's view count as is instead of starting from zero.
by HaloPolicja
Mon Mar 20, 2023 10:22 pm
Forum: [3.3.x] Support Forum
Topic: unsigned mediumint overflow in phpbb_topic's column - topic_views
Replies: 3
Views: 581

unsigned mediumint overflow in phpbb_topic's column - topic_views

Topic's view count in one of the threads in my forum is dangerously close to reaching the max value of UNSIGNED MEDIUMINT (16777215) in MySQL (8.0) which is the data type for topic_views column in phpbb_topics table. What happens when it reaches the limit and overflows? Can I change the data type in...
by HaloPolicja
Mon Aug 05, 2019 5:01 pm
Forum: [3.2.x] Support Forum
Topic: Delete all private messages sent by specific user
Replies: 5
Views: 527

Delete all private messages sent by specific user

A spam bot registered on my forum and sent over 1500 PMs that I would like to remove. How can i do it gracefully? Would this work: DELETE FROM `phpbb_privmsgs` WHERE author_id = <spam bot id> DELETE FROM `phpbb_privmsgs_to` WHERE author_id = <spam bot id> I tried to do it using Empty PM outbox in AC...
by HaloPolicja
Sun Nov 11, 2018 1:56 pm
Forum: [3.2.x] Support Forum
Topic: Error during upgrade from 3.1.10 to 3.2.3, but forum works fine
Replies: 3
Views: 312

Re: Error during upgrade from 3.1.10 to 3.2.3, but forum works fine

I followed this guide:
https://www.phpbb.com/support/docs/en/3 ... upgrade31/

And "zw" was the disable forum message that I set before upgrading.
by HaloPolicja
Sun Nov 11, 2018 1:40 pm
Forum: [3.2.x] Support Forum
Topic: Error during upgrade from 3.1.10 to 3.2.3, but forum works fine
Replies: 3
Views: 312

Error during upgrade from 3.1.10 to 3.2.3, but forum works fine

After upgrading (update database only) finished I got these errors: [phpBB Debug] "zw" in file /var/www/xxx/public_html/phpbb/user.php on line 351 [phpBB Debug] "count(): Parameter must be an array or an object that implements Countable" in file /var/www/xxx/public_html/phpbb/cac...
by HaloPolicja
Sat Feb 24, 2018 2:47 pm
Forum: [3.1.x] Support Forum
Topic: Problem with Unread Posts after sever migration
Replies: 4
Views: 909

Re: Problem with Unread Posts after sever migration

Fixed it by adding

Code: Select all

add_header Cache-Control "no-cache"
to php files it nginx. It might be an overkill, but it works.
by HaloPolicja
Sun Jan 14, 2018 5:51 pm
Forum: [3.1.x] Support Forum
Topic: Problem with Unread Posts after sever migration
Replies: 4
Views: 909

Re: Problem with Unread Posts after sever migration

Lumpy Burgertushie wrote: Sat Jan 13, 2018 3:48 pm try disabling cloudfare to test.
Same thing happens :|
by HaloPolicja
Sat Jan 13, 2018 2:26 pm
Forum: [3.1.x] Support Forum
Topic: Problem with Unread Posts after sever migration
Replies: 4
Views: 909

Problem with Unread Posts after sever migration

Since moving my board to a different server with same config (phpbb3.1.10, Debian 8, nginx, php5.6.30, mariadb, sphinx, memcache, cloudflare) I have problem with caching unread posts. When I click on Unread posts, click on any unread topic, reply (or not), click on unread posts again i still have th...
by HaloPolicja
Thu Mar 30, 2017 12:12 pm
Forum: [3.1.x] Support Forum
Topic: "The submitted form was invalid. Try submitting again." when creating search index
Replies: 5
Views: 1349

Re: "The submitted form was invalid. Try submitting again." when creating search index

https://tracker.phpbb.com/browse/PHPBB3-14011 Thanks not the case for me. In my case index is being created, but after every step in indexing (3000 posts or so) I get The submitted form was invalid. Try submitting again. error and I can continue it using Continue previous indexing process , but it ...
by HaloPolicja
Thu Mar 30, 2017 9:02 am
Forum: [3.1.x] Support Forum
Topic: "The submitted form was invalid. Try submitting again." when creating search index
Replies: 5
Views: 1349

Re: "The submitted form was invalid. Try submitting again." when creating search index

I now discovered that I also can't change Search backend in Search settings (currently I'm on Sphinx Fulltext). I get The submitted form was invalid. Try submitting again.
by HaloPolicja
Wed Mar 29, 2017 8:02 pm
Forum: [3.1.x] Support Forum
Topic: "The submitted form was invalid. Try submitting again." when creating search index
Replies: 5
Views: 1349

"The submitted form was invalid. Try submitting again." when creating search index

When I try to create phpbb Native Fulltext index by Create Index button in Maintenance tab, after a few seconds I get: All posts up to post id 3000 have now been indexed, of which 2945 posts were within this step. The current rate of indexing is approximately 205.9 posts per second. Indexing in prog...

Go to advanced search