Welcome, Guest. Please Login or Register.
April 30, 2025, 04:21:21 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  If you get a error when you go to Admin Centre! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: If you get a error when you go to Admin Centre!  (Read 458 times)
Edwin
Guest
If you get a error when you go to Admin Centre!
« on: January 14, 2002, 10:57:42 PM »
Reply with quote

Maybe you don't have the log_clicks in your database.

The error maybe something like
Quote2: Supplied argument is not a valid MySQL result resource
(/home/sites/yoursite.com/www/yabbse/Sources/Admin.php ln 73)

Create a table into your database like this CREATE TABLE log_clicks (
  ip tinytext,
  logTime bigint(20) NOT NULL,
  agent tinytext,
  toUrl tinytext,
  fromUrl tinytext,
  PRIMARY KEY  (ID_CLICKS)
) TYPE=MyISAM;

Just incase you have some problems.
« Last Edit: January 15, 2002, 12:08:46 AM by Edwin » Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  If you get a error when you go to Admin Centre! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.049 seconds with 18 queries.