Quote:
Originally Posted by xenon58
I've followed your advise, and its line #45 to be exact (not to make fun of you, but in case someone else will be looking for it) and I did changed it to 1000
|
That's actually quite interesting, because it's most definitely line 47.
So, either you are manually counting and made a mistake, or the file you have is somehow corrupt. Please download the zip again and re-extract the file. Having done that, confirm that you have 586 lines in total, and that line 47 is this ;
PHP Code:
$data = $vbulletin->db->query_read_slave("SELECT * FROM ".TABLE_PREFIX."threadread ORDER BY readtime DESC LIMIT 10000");