Chubby Bunny
New Member
- Joined
- Mar 25, 2018
- Messages
- 63
- Reaction score
- 0
I can get the website to work but when i click anything nothing happens, it just reloads the page quickly.. What am i doing wrong?
The problem was about config.php he edited wrong tfs version. I passed him some codes too because he didnt insert totally Znote AAC schema, But its all working now !SQL:CREATE TABLE IF NOT EXISTS `znote_guild_wars` ( `id` int(11) NOT NULL AUTO_INCREMENT, `limit` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB
Here's a fix for your first issue, for anyone stumbling upon the same problem
Also, please consider editing your previous post with new information instead of posting a new reaction. There is no need to double post.
where? xd sorry this is my first time creating a ot :Sthere is button foreign key , unbox it xD
Errorthere is button foreign key , unbox it xD
Okay, first problem fixed! no more error on the phpmyadmin (Y) But i still cant press any buttons on the website itself :Sthere is button foreign key , unbox it xD
CREATE TABLE IF NOT EXISTS `znote_guild_wars` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`limit` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB
The problem was about config.php he edited wrong tfs version. I passed him some codes too because he didnt insert totally Znote AAC schema, But its all working now !SQL:CREATE TABLE IF NOT EXISTS `znote_guild_wars` ( `id` int(11) NOT NULL AUTO_INCREMENT, `limit` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB
Here's a fix for your first issue, for anyone stumbling upon the same problem
Also, please consider editing your previous post with new information instead of posting a new reaction. There is no need to double post.