lucasbosspro2 Posted July 28, 2020 Share Posted July 28, 2020 whne i try register a domain i get this error 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS Alex Posted July 29, 2020 WHMCS Technical Analyst II Share Posted July 29, 2020 Hello @lucasbosspro2, Thanks for your post! If you are using WHMCS version 7.9 and below, this error indicates your database is missing the `tbltld_category_pivot` table, executing this CREATE TABLE query on the database will add that and resolve this: CREATE TABLE `tbltld_category_pivot` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `tld_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `tbltld_category_pivot_tld_id_index` (`tld_id`), KEY `tbltld_category_pivot_category_id_index` (`category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; If you are using WHMCS 7.10 or above, this error indicates the cart.php file present is from a previous version of WHMCS. You will want to download a fresh copy of WHMCS and upload it to your WHMCS directory (delete the install directory from the fresh download), overwriting existing files to ensure they have been replaced with the correct files from the version you are on. As always, take a full backup of your installation before performing any action. 0 Quote Link to comment Share on other sites More sharing options...
lucasbosspro2 Posted July 30, 2020 Author Share Posted July 30, 2020 #1067 - Valor padrão (default) inválido para 'created_at' 0 Quote Link to comment Share on other sites More sharing options...
lucasbosspro2 Posted July 30, 2020 Author Share Posted July 30, 2020 i use whmcs 7.10 but i not make update and i delete install folder 0 Quote Link to comment Share on other sites More sharing options...
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.