Why does your accounts table have a column named page_lastday? Looks like another AAC installation has thrashed your database.
You can probably remove that column.
What distro are you using, and what AAC have you tried to install previously?
Hi Znote!
Acctually I'm using an OTX distro based on TFS0.3 (I think).
Respect the database,I actually created another one with a clean sql file... anyways I really don't know if that is right tho...
Also, I follow a very old video tutorial to instal Znote, that you uploaded, and when I created an user for my DB it begin to crash... maybe there's the problem
Ok, I'm doing this right now!Go into phpmyadmin and enter the accounts table, and delete the column page_lastday
Go into phpmyadmin and enter the accounts table, and delete the column page_lastday
$config['log_ip'] = false;
ALTER TABLE `znote_visitors` CHANGE `ip` `ip` BIGINT(20) NOT NULL DEFAULT '0';
ALTER TABLE `znote_visitors_details` CHANGE `ip` `ip` BIGINT(20) NOT NULL DEFAULT '0';
Did all and I have another new error... I think something went wrong with this PC or something that is out of my knowledge...edit config.php and set$config['log_ip'] = false;
Or try to execute this SQL:
SQL:ALTER TABLE `znote_visitors` CHANGE `ip` `ip` BIGINT(20) NOT NULL DEFAULT '0'; ALTER TABLE `znote_visitors_details` CHANGE `ip` `ip` BIGINT(20) NOT NULL DEFAULT '0';
I havent tested ip logging properly in the IPv6 world.