Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2294

[3.3.x] Support Forum • Re: [Split] Issue with New posts in 3.3.14?

$
0
0
30K is pretty good indication they are not being purged. I don't know the exact conditions they are removed but looking at my own table I only have 600 rows and it's fairly active forum. Presumably they are being removed after the session is expired.

Under server settings check that "Run periodic tasks from system cron:" is set to no. If it's set to yes you need set up cron task on the server. For Cpanel this should work. You'll need to edit /full/path/to/. This may be /home/<user account>/

Code:

/usr/local/bin/php /full/path/to/public_html/bin/phpbbcli.php cron:run
Common mistake here is specific php version is indicated for the first part of command, like this, /opt/php72/bin/php, this will work fine until the php version is removed which always happens eventually.

Statistics: Posted by thecoalman — Fri Dec 20, 2024 2:15 pm



Viewing all articles
Browse latest Browse all 2294

Trending Articles