Alliance Posted January 15, 2023 Group: Members Topic Count: 5 Topics Per Day: 0.01 Content Count: 9 Reputation: 0 Joined: 01/14/23 Last Seen: February 6, 2023 Share Posted January 15, 2023 Hi anyone know how to fix this? Quote Link to comment Share on other sites More sharing options...
0 MatanzaLH Posted January 16, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/22/15 Last Seen: April 8, 2024 Share Posted January 16, 2023 (edited) Hi You need to update your phpmyadmin to the latest version. Edited January 16, 2023 by MatanzaLH Quote Link to comment Share on other sites More sharing options...
0 Akbare Posted January 17, 2023 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted January 17, 2023 5 hours ago, MatanzaLH said: Hi You need to update your phpmyadmin to the latest version. I tried to import via command also error is there a solution Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 17, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2362 Joined: 10/28/11 Last Seen: January 1 Share Posted January 17, 2023 you may change the default value of your SQL table. ...datetime NOT NULL DEFAULT '0000-00-00 00:00:00', 1 Quote Link to comment Share on other sites More sharing options...
0 AncestralPrivates Posted April 3, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 1 Joined: 11/18/16 Last Seen: July 13, 2023 Share Posted April 3, 2023 Any solution for this error? Quote Link to comment Share on other sites More sharing options...
0 Akbare Posted May 6, 2023 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted May 6, 2023 On 4/4/2023 at 2:21 AM, AncestralPrivates said: Any solution for this error? just excute CREATE TABLE IF NOT EXISTS `party_bookings` ( `world_name` varchar(32) NOT NULL, `account_id` int(11) unsigned NOT NULL, `char_id` int(11) unsigned NOT NULL, `char_name` varchar(23) NOT NULL, `purpose` smallint(5) unsigned NOT NULL DEFAULT '0', `assist` tinyint(3) unsigned NOT NULL DEFAULT '0', `damagedealer` tinyint(3) unsigned NOT NULL DEFAULT '0', `healer` tinyint(3) unsigned NOT NULL DEFAULT '0', `tanker` tinyint(3) unsigned NOT NULL DEFAULT '0', `minimum_level` smallint(5) unsigned NOT NULL, `maximum_level` smallint(5) unsigned NOT NULL, `comment` varchar(255) NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`world_name`, `account_id`, `char_id`) ) ENGINE=MyISAM; Quote Link to comment Share on other sites More sharing options...
0 chatterboy Posted February 13, 2024 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted February 13, 2024 Other sol: Palitan mo lods yong datetime into timestamp Rok on! Quote Link to comment Share on other sites More sharing options...
Question
Alliance
Hi anyone know how to fix this?
Link to comment
Share on other sites
6 answers to this question
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.