MyBB Community Forums

Full Version: Mode Admin / Recount & Rebuid / counters topics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Database = SQLITE3

Trouble when recount & rebuild ... time too long.


My fix : add line in \inc\db_pdo.php :

***************
set_time_limit(0);
***************
Have you tried using a lower number per page? If you choose a number that is too high, you will get SQL timeout errors.
Not even! I had simply not thought Big Grin

it could be a good thing. I will try.



... OK it's good with a smaller value.