Common Posted January 4, 2015 Posted January 4, 2015 Olá amigos da comunidade, creio eu que seja um erro básico na falta de algum arquivo no banco de dados, mas sinceramente eu não sei qual é, me desculpem a nubisse e espero que possam me ajudar http://i.imgur.com/TFOOTC7.png Thanks for help. Quote
JulioCF Posted January 5, 2015 Posted January 5, 2015 https://github.com/rathena/rathena/blob/master/sql-files/logs.sql ou #Table: loginlog CREATE TABLE IF NOT EXISTS `loginlog` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`) ) ENGINE=MyISAM ; Quote
Common Posted January 5, 2015 Author Posted January 5, 2015 (edited) https://github.com/rathena/rathena/blob/master/sql-files/logs.sql ou #Table: loginlog CREATE TABLE IF NOT EXISTS `loginlog` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`) ) ENGINE=MyISAM ; Com proceder vulgo Julio proprietário da ImpressorasBrasil <3? Edited January 5, 2015 by Common Quote
Common Posted January 6, 2015 Author Posted January 6, 2015 Ja foi Resolvido, eu coloquei os logs fora do db do ragnarok e tive q alterar uma linha do inter_athena para logs ao invés de ragnarok, resolvido. Vlw pela a atenção Julio. Closed please. Quote
JulioCF Posted January 6, 2015 Posted January 6, 2015 Ou seja, gambiarra kkkk, mas é legal as logs serem em tabelas diferentes, ajudam na pesquisa posterior. Quote
Common Posted January 10, 2015 Author Posted January 10, 2015 Com toda certeza, eu sempre fiz assim pra deixar mais clean kkkkkk foi essa linha line 63 - log_db_db: logs e tava como ragnarok dai foi só alterar... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.