Quote:
Originally Posted by Kentaurus
Did you run the query in the instructions? (phpmyadmin or admincp)
Code:
alter table user add timespent int not null;
If you forget to run that query the forum doesn't give you any error, it just shows < 1 sec all the time.
|
Hey Kentaurus,
I get the same error. I ran the query perfect:
Code:
Your SQL-query has been executed successfully (Query took 0.0234 sec)
SQL-query:
ALTER TABLE user ADD timespent int NOT NULL
And it's still < 1 sec
I made all the correct changes, obviously because it's showing < 1 sec, but it won't update.
Any help?