
Code: Select all
Could not get browser count
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND logged <= AND browser LIKE '%turnitinbot%'' at line 2
SELECT count(*) AS browser_count FROM phpbb_cc_ip_log WHERE logged >= AND logged <= AND browser LIKE '%turnitinbot%'
Line : 266
File : admin_ip_stats.php
Riamus wrote: 3Di:
Look at the first post here:
http://www.phpbb.com/phpBB/viewtopic.ph ... &start=465
The fix at the top will fix your stats page error and another problem as well.
3Di wrote:Riamus wrote:3Di:
Look at the first post here:
http://www.phpbb.com/phpBB/viewtopic.ph ... &start=465
The fix at the top will fix your stats page error and another problem as well.
Thanks a bunch Riamus, i was just reading the Topic from the start looking for that, now everything seems to be working. I have now to learn some more about this MOD.
n1pj wrote: config_name varchar(255) not null primary key default ''
what am I supposed to use for default, am I just supposed to use (") in the default column. or do I have to add my own information there.
badboy4ever wrote: okay i aint great at mysql but when it says you have a error in your syntax it normaly means that you missed out a . or somthing
badboy4ever wrote: So you did a fresh install of the mod?