wandersonbraz Postado Janeiro 19, 2013 Compartilhar Postado Janeiro 19, 2013 galera to começando com um host e estou testando o account lab pluss no meu site pessoal e ta dando esse erro loco ========================================== Errors occured while upgrade ========================================== SQL:"ALTER TABLE `order_conf` ADD `u_invoice_date` INT( 3 ) NOT NULL DEFAULT '90'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `build` INT( 11 ) NOT NULL DEFAULT '1' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ask_login_info` ENUM( '1', '0' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `sub_order` ADD `cat_id` INT( 11 ) NOT NULL DEFAULT '1' AFTER `parent_id`"; MYSQL ERROR : 1146: Table 'fullgame_acount.sub_order' doesn't exist SQL:"ALTER TABLE `tax` CHANGE `tax_amount` `tax_amount` DECIMAL( 4, 2 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.tax' doesn't exist SQL:"ALTER TABLE `customers` ADD `creation_date` DATE NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.customers' doesn't exist SQL:"UPDATE order_conf SET `build`='2'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:" CREATE TABLE `extra_fields` ( `field_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `cust_id` INT( 11 ) NOT NULL , `sub_id` INT( 11 ) NOT NULL , `inv_no` INT( 11 ) NOT NULL ) TYPE = MyISAM"; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM' at line 8 SQL:"ALTER TABLE `customers` CHANGE `discount` `discount` DECIMAL( 4, 2 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.customers' doesn't exist SQL:"ALTER TABLE `payment_log` ADD `posted_vars` TEXT NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.payment_log' doesn't exist SQL:"ALTER TABLE `payment_log` ADD `payment_method` VARCHAR( 25 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.payment_log' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `en_html_editor` ENUM( '1', '0' ) NOT NULL DEFAULT '1'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `transaction_id` `transaction_id` VARCHAR( 255 ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"UPDATE order_conf SET `build`='3'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `plan_friendly_name` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `activation_mail_template` TEXT NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `suspended_mail_template` TEXT NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `cpanel_reseller` ENUM( '0', '1' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `cpr_profile_id` INT( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `plesk_profile_id` INT( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `cip` ENUM( '0', '1' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `cgi` ENUM( '0', '1' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `quota` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `frontpage` ENUM( '0', '1' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `cp` VARCHAR( 25 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxftp` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxsql` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxpop` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxlst` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxsub` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `bwlimit` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `hasshell` ENUM( '0', '1' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxpark` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `maxaddon` VARCHAR( 11 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `da_reseller` ENUM( '0', '1', '2', '3' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `servers` ADD `server_pass` LONGTEXT NOT NULL AFTER `server_user`"; MYSQL ERROR : 1146: Table 'fullgame_acount.servers' doesn't exist SQL:" CREATE TABLE `cpanel_reseller_profiles` ( `cpr_profile_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `limit_type` ENUM( '0', '1', '2' ) NOT NULL , `resnumlimitamt` INT NOT NULL , `rslimit_disk` INT NOT NULL , `rsolimit_disk` ENUM( '0', '1' ) NOT NULL , `rslimit_bw` INT NOT NULL , `rsolimit_bw` ENUM( '0', '1' ) NOT NULL , `edit_ns` ENUM( '0', '1' ) NOT NULL , `acl_allow_unlimited_disk_pkgs` ENUM( '0', '1' ) NOT NULL , `acl_allow_unlimited_pkgs` ENUM( '0', '1' ) NOT NULL , `acl_edit_pkg` ENUM( '0', '1' ) NOT NULL , `acl_create_acct` ENUM( '0', '1' ) NOT NULL , `acl_edit_account` ENUM( '0', '1' ) NOT NULL , `acl_suspend_acct` ENUM( '0', '1' ) NOT NULL , `acl_kill_acct` ENUM( '0', '1' ) NOT NULL , `acl_upgrade_account` ENUM( '0', '1' ) NOT NULL , `acl_create_dns` ENUM( '0', '1' ) NOT NULL , `acl_add_pkg` ENUM( '0', '1' ) NOT NULL , `acl_all` ENUM( '0', '1' ) NOT NULL , `acl_add_pkg_shell` ENUM( '0', '1' ) NOT NULL , `acl_add_pkg_ip` ENUM( '0', '1' ) NOT NULL , `acl_allow_addoncreate` ENUM( '0', '1' ) NOT NULL , `acl_allow_parkedcreate` ENUM( '0', '1' ) NOT NULL , `acl_limit_bandwidth` ENUM( '0', '1' ) NOT NULL , `acl_clustering` ENUM( '0', '1' ) NOT NULL , `acl_kill_dns` ENUM( '0', '1' ) NOT NULL , `acl_onlyselfandglobalpkgs` ENUM( '0', '1' ) NOT NULL , `acl_edit_dns` ENUM( '0', '1' ) NOT NULL , `acl_edit_mx` ENUM( '0', '1' ) NOT NULL , `acl_frontpage` ENUM( '0', '1' ) NOT NULL , `acl_ssl` ENUM( '0', '1' ) NOT NULL , `acl_mod_subdomains` ENUM( '0', '1' ) NOT NULL , `acl_list_accts` ENUM( '0', '1' ) NOT NULL , `acl_mailcheck` ENUM( '0', '1' ) NOT NULL , `acl_disallow_shell` ENUM( '0', '1' ) NOT NULL , `acl_news` ENUM( '0', '1' ) NOT NULL , `acl_park_dns` ENUM( '0', '1' ) NOT NULL , `acl_passwd` ENUM( '0', '1' ) NOT NULL , `acl_quota` ENUM( '0', '1' ) NOT NULL , `acl_rearrange_accts` ENUM( '0', '1' ) NOT NULL , `acl_res_cart` ENUM( '0', '1' ) NOT NULL , `acl_restart` ENUM( '0', '1' ) NOT NULL , `acl_resftp` ENUM( '0', '1' ) NOT NULL , `acl_demo_setup` ENUM( '0', '1' ) NOT NULL , `acl_show_bandwidth` ENUM( '0', '1' ) NOT NULL , `acl_stats` ENUM( '0', '1' ) NOT NULL , `acl_status` ENUM( '0', '1' ) NOT NULL ) TYPE = MyISAM"; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM' at line 51 SQL:" CREATE TABLE `plesk_ids` ( `cust_id` INT( 11 ) NOT NULL , `plesk_id` INT( 11 ) NOT NULL ) TYPE = MyISAM"; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM' at line 6 SQL:" CREATE TABLE `plesk_profiles` ( `plesk_profile_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `create_domains` ENUM( '0', '1' ) NOT NULL , `manage_phosting` ENUM( '0', '1' ) NOT NULL , `manage_quota` ENUM( '0', '1' ) NOT NULL , `manage_subdomains` ENUM( '0', '1' ) NOT NULL , `manage_not_chroot_shell` ENUM( '0', '1' ) NOT NULL , `change_limits` ENUM( '0', '1' ) NOT NULL , `manage_dns` ENUM( '0', '1' ) NOT NULL , `manage_log` ENUM( '0', '1' ) NOT NULL , `manage_crontab` ENUM( '0', '1' ) NOT NULL , `manage_anonftp` ENUM( '0', '1' ) NOT NULL , `manage_webapps` ENUM( '0', '1' ) NOT NULL , `manage_sh_access` ENUM( '0', '1' ) NOT NULL , `manage_maillists` ENUM( '0', '1' ) NOT NULL , `manage_drweb` ENUM( '0', '1' ) NOT NULL , `make_dumps` ENUM( '0', '1' ) NOT NULL , `site_builder` ENUM( '0', '1' ) NOT NULL ) TYPE = MyISAM"; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM' at line 21 SQL:" CREATE TABLE `ord_inv_rec` ( `rec_ord_id` INT( 11 ) NOT NULL , `rec_next_date` DATE NOT NULL DEFAULT '0000-00-00' ) TYPE = MyISAM"; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM' at line 6 SQL:"ALTER TABLE `ord_inv_rec` ADD UNIQUE ( `rec_ord_id` )"; MYSQL ERROR : 1146: Table 'fullgame_acount.ord_inv_rec' doesn't exist SQL:"ALTER TABLE `order_server_ip` CHANGE `acct_status` `acct_status` ENUM( '0', '1', '2', '3' ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_server_ip' doesn't exist SQL:"UPDATE order_conf SET `build`='4'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `emailer` ENUM( 'mail', 'sendmail', 'smtp' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `email_priority` ENUM( '1','3','5' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `email_charset` VARCHAR( 15 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `email_content_type` VARCHAR( 15 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `email_encoding` ENUM( '8bit', '7bit', 'binary', 'base64', 'quoted-printable' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `email_wordwrap` INT( 3 ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `email_sender` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `sendmail_path` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `reading_confirm` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `smtp_host` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `smtp_port` INT( 10 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `smtp_auth` ENUM( '0', '1' ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `smtp_user` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `smtp_pass` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:" CREATE TABLE IF NOT EXISTS `registerfly` ( `registerfly_id` MEDIUMINT(8) NOT NULL AUTO_INCREMENT PRIMARY KEY , `registerfly_uid` VARCHAR(255) NOT NULL , `registerfly_pw` VARCHAR(255) NOT NULL , `registerfly_active` VARCHAR(10) NOT NULL , `registerfly_test_mode` VARCHAR(255) NOT NULL ) TYPE = MYISAM"; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 8 SQL:"UPDATE order_conf SET `build`='5'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `emails` ADD `email_subject` TEXT NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.emails' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `decimal_str` VARCHAR( 15 ) NOT NULL DEFAULT '.' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `thousand_str` VARCHAR( 15 ) NOT NULL DEFAULT ',' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `en_prorate` ENUM( '0', '1' ) NOT NULL DEFAULT '0' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `curr_symbol_prefixed` ENUM( '0', '1' ) NOT NULL DEFAULT '1' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `date_format` VARCHAR( 25 ) NOT NULL DEFAULT 'd-M-Y' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `decimal_number` INT( 3 ) NOT NULL DEFAULT '2' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `records_per_page` INT( 11 ) NOT NULL DEFAULT '50' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `prorate_date` INT( 2 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `tax_calculation` ENUM( '0', '1', '2' ) NOT NULL DEFAULT '0' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `show_loader` ENUM( '0', '1' ) NOT NULL DEFAULT '0' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `currency` ADD `curr_decimal_number` INT( 3 ) NOT NULL DEFAULT '2'"; MYSQL ERROR : 1146: Table 'fullgame_acount.currency' doesn't exist SQL:"ALTER TABLE `currency` ADD `curr_decimal_str` VARCHAR( 15 ) NOT NULL DEFAULT '.'"; MYSQL ERROR : 1146: Table 'fullgame_acount.currency' doesn't exist SQL:"ALTER TABLE `currency` ADD `curr_thousand_str` VARCHAR( 15 ) NOT NULL DEFAULT ','"; MYSQL ERROR : 1146: Table 'fullgame_acount.currency' doesn't exist SQL:"ALTER TABLE `currency` ADD `curr_symbol_prefixed` ENUM( '0', '1' ) NOT NULL DEFAULT '1'"; MYSQL ERROR : 1146: Table 'fullgame_acount.currency' doesn't exist SQL:"ALTER TABLE `invoices` ADD `pay_curr_decimal_number` INT( 3 ) NOT NULL DEFAULT '2' "; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` ADD `pay_curr_decimal_str` VARCHAR( 15 ) NOT NULL DEFAULT '.' "; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` ADD `pay_curr_thousand_str` VARCHAR( 15 ) NOT NULL DEFAULT ',' "; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` ADD `pay_curr_symbol_prefixed` ENUM( '0', '1' ) NOT NULL DEFAULT '1' "; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` ADD `prorate_desc` TEXT NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` ADD `prorate_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `servers` ADD `username_regexp` VARCHAR( 255 ) NOT NULL DEFAULT ''"; MYSQL ERROR : 1146: Table 'fullgame_acount.servers' doesn't exist SQL:"ALTER TABLE `servers` ADD `username_prefix` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.servers' doesn't exist SQL:"ALTER TABLE `sub_order` CHANGE `dom_user` `dom_user` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.sub_order' doesn't exist SQL:"ALTER TABLE `sub_order` CHANGE `dom_pass` `dom_pass` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.sub_order' doesn't exist SQL:"INSERT INTO `emails` ( `email_id` , `email_text` , `email_subject` ) VALUES ( '3', 'Dear <&&>client_name<&&>, Thanks_for_payment <&&>invoice_no<&&> Date: <&&>payment_date<&&> Order_no: <&&>order_no<&&> Amount_paid: <&&>amount_paid<&&> Description: <&&>description<&&> regards <&&>company_name<&&> ', '' )"; MYSQL ERROR : 1146: Table 'fullgame_acount.emails' doesn't exist SQL:"UPDATE order_conf SET `build`='6'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `addons` CHANGE `monthly` `monthly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1054: Unknown column 'monthly' in 'addons' SQL:"ALTER TABLE `currency` CHANGE `curr_factor` `curr_factor` DECIMAL( 16, 6 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.currency' doesn't exist SQL:"ALTER TABLE `customers` CHANGE `discount` `discount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.customers' doesn't exist SQL:"ALTER TABLE `customers` CHANGE `credit` `credit` DECIMAL( 16, 6 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.customers' doesn't exist SQL:"ALTER TABLE `domain_price` CHANGE `dom_price` `dom_price` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.domain_price' doesn't exist SQL:"ALTER TABLE `hosting_price` CHANGE `host_setup_fee` `host_setup_fee` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` CHANGE `monthly` `monthly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` CHANGE `quarterly` `quarterly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` CHANGE `half_yearly` `half_yearly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` CHANGE `yearly` `yearly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `debit_credit_amount` `debit_credit_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `setup_fee` `setup_fee` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `cycle_fee` `cycle_fee` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `tld_fee` `tld_fee` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `inv_tld_disc` `inv_tld_disc` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `inv_plan_disc` `inv_plan_disc` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `inv_addon_disc` `inv_addon_disc` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `other_amount` `other_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `net_amount` `net_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `tax_amount` `tax_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `gross_amount` `gross_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `pay_curr_factor` `pay_curr_factor` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `invoices` CHANGE `prorate_amount` `prorate_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.invoices' doesn't exist SQL:"ALTER TABLE `specials` CHANGE `special_net` `special_net` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.specials' doesn't exist SQL:"ALTER TABLE `specials` CHANGE `special_net_disc` `special_net_disc` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.specials' doesn't exist SQL:"ALTER TABLE `subdomains` CHANGE `monthly` `monthly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1054: Unknown column 'monthly' in 'subdomains' SQL:"ALTER TABLE `subdomains` CHANGE `quarterly` `quarterly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1054: Unknown column 'quarterly' in 'subdomains' SQL:"ALTER TABLE `subdomains` CHANGE `half_yearly` `half_yearly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1054: Unknown column 'half_yearly' in 'subdomains' SQL:"ALTER TABLE `subdomains` CHANGE `yearly` `yearly` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1054: Unknown column 'yearly' in 'subdomains' SQL:"ALTER TABLE `tax` CHANGE `tax_amount` `tax_amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00'"; MYSQL ERROR : 1146: Table 'fullgame_acount.tax' doesn't exist SQL:"UPDATE order_conf SET `build`='7'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `send_pending_invoice_everyday` ENUM( '0', '1' ) NOT NULL DEFAULT '0' "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"UPDATE order_conf SET `build`='9'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:" CREATE TABLE `custom_scripts` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `file_name` VARCHAR( 255 ) NOT NULL , `post_variables` TEXT NOT NULL , `run_schedule` ENUM( 'A_AC', 'A_PP', 'W_B', 'A_B', 'W_L', 'MANUAL', 'INACTIVE' ) NOT NULL DEFAULT 'INACTIVE' ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 7 SQL:" CREATE TABLE `billing_cycles` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `cycle_month` INT( 3 ) NOT NULL , `cycle_name` VARCHAR( 255 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 6 SQL:" CREATE TABLE `billings_products` ( `billing_id` INT NOT NULL , `product_id` INT NOT NULL , `product_table` ENUM( 'addons', 'hosting_price', 'subdomains' ) NOT NULL , `amount` DECIMAL( 16, 6 ) NOT NULL DEFAULT '0.00' ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 7 SQL:" CREATE TABLE `access_ips` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `ip_address` VARCHAR( 25 ) NOT NULL , `admin_id` INT( 11 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 6 SQL:"ALTER TABLE `order_conf` ADD `show_price` ENUM( '0', '1' ) NOT NULL DEFAULT '1'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `security_degree` ENUM( '0', '1', '2' ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `image_verification_customer` ENUM( '0', '1' ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `image_verification_admin` ENUM( '0', '1' ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `specials` ADD `auto_desc` ENUM( '0', '1' ) NOT NULL DEFAULT '1'"; MYSQL ERROR : 1146: Table 'fullgame_acount.specials' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `force_domain_subdomain` ENUM( '0', '1' ) NOT NULL DEFAULT '0' AFTER `subdomain`"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `hosting_price` ADD `plan_index` INT( 11 ) NOT NULL DEFAULT '1'"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `servers` CHANGE `username_regexp` `username_min_length` INT( 2 ) NOT NULL DEFAULT '5'"; MYSQL ERROR : 1146: Table 'fullgame_acount.servers' doesn't exist SQL:"ALTER TABLE `servers` CHANGE `username_prefix` `username_max_length` INT( 2 ) NOT NULL DEFAULT '8'"; MYSQL ERROR : 1146: Table 'fullgame_acount.servers' doesn't exist SQL:"ALTER TABLE `billing_cycles` ADD UNIQUE ( `cycle_month` ,`cycle_name`)"; MYSQL ERROR : 1146: Table 'fullgame_acount.billing_cycles' doesn't exist SQL:"UPDATE order_conf SET `build`='10'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"DROP TABLE `messages` "; MYSQL ERROR : 1051: Unknown table 'messages' SQL:"ALTER TABLE `support_reply` RENAME `support_replies`"; MYSQL ERROR : 1146: Table 'fullgame_acount.support_reply' doesn't exist SQL:"ALTER TABLE `disc_token` RENAME `disc_tokens`"; MYSQL ERROR : 1050: Table 'disc_tokens' already exists SQL:"ALTER TABLE `disc_token_code` RENAME `disc_token_codes`"; MYSQL ERROR : 1050: Table 'disc_token_codes' already exists SQL:"ALTER TABLE `hosting_price` RENAME `products`"; MYSQL ERROR : 1146: Table 'fullgame_acount.hosting_price' doesn't exist SQL:"ALTER TABLE `domain_price` RENAME `tlds`"; MYSQL ERROR : 1146: Table 'fullgame_acount.domain_price' doesn't exist SQL:"ALTER TABLE `coupon` RENAME `coupons`"; MYSQL ERROR : 1146: Table 'fullgame_acount.coupon' doesn't exist SQL:"ALTER TABLE `users_online` RENAME `online_users`"; MYSQL ERROR : 1146: Table 'fullgame_acount.users_online' doesn't exist SQL:"ALTER TABLE `order_server_ip` RENAME `orders_servers_ips`"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_server_ip' doesn't exist SQL:"ALTER TABLE `package_server` RENAME `products_servers`"; MYSQL ERROR : 1146: Table 'fullgame_acount.package_server' doesn't exist SQL:"ALTER TABLE `ord_inv_rec` RENAME `ord_inv_recs`"; MYSQL ERROR : 1146: Table 'fullgame_acount.ord_inv_rec' doesn't exist SQL:"ALTER TABLE `payment_log` RENAME `payment_logs`"; MYSQL ERROR : 1146: Table 'fullgame_acount.payment_log' doesn't exist SQL:"ALTER TABLE `dom_reg_log` RENAME `dom_reg_logs`"; MYSQL ERROR : 1146: Table 'fullgame_acount.dom_reg_log' doesn't exist SQL:"ALTER TABLE `tax` RENAME `taxes`"; MYSQL ERROR : 1146: Table 'fullgame_acount.tax' doesn't exist SQL:"ALTER TABLE `currency` RENAME `currencies`"; MYSQL ERROR : 1146: Table 'fullgame_acount.currency' doesn't exist SQL:"ALTER TABLE `announce` RENAME `announcements`"; MYSQL ERROR : 1146: Table 'fullgame_acount.announce' doesn't exist SQL:"ALTER TABLE `faq` RENAME `faqs`"; MYSQL ERROR : 1146: Table 'fullgame_acount.faq' doesn't exist SQL:"ALTER TABLE `sub_order` RENAME `orders`"; MYSQL ERROR : 1146: Table 'fullgame_acount.sub_order' doesn't exist SQL:" CREATE TABLE `orphan_orders` ( `orphanorder_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `item_number` VARCHAR( 255 ) NOT NULL , `payment_method` VARCHAR( 255 ) NOT NULL , `order_date` DATETIME NOT NULL , UNIQUE (`item_number`) ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 7 SQL:" CREATE TABLE `orphan_order_datas` ( `orphan_order_id` INT( 11 ) NOT NULL , `orphan_order_field` VARCHAR( 255 ) NOT NULL , `orphan_order_value` VARCHAR( 255 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 5 SQL:" CREATE TABLE `faqgroups` ( `faqgroup_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `faqgroup_name` VARCHAR( 255 ) NOT NULL , `faqgroup_desc` TEXT NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 5 SQL:" CREATE TABLE `orders_addons` ( `sub_id` INT( 11 ) NOT NULL DEFAULT '0', `addon_id` INT( 11 ) NOT NULL DEFAULT '0', `activation_date` DATE NOT NULL DEFAULT '0000-00-00' ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 5 SQL:" CREATE TABLE `groups_products` ( `group_id` INT( 11 ) NOT NULL DEFAULT '0', `product_id` INT( 11 ) NOT NULL DEFAULT '0' ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 4 SQL:" CREATE TABLE `products_addons` ( `product_id` INT( 11 ) NOT NULL DEFAULT '0', `addon_id` INT( 11 ) NOT NULL DEFAULT '0' ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 4 SQL:" CREATE TABLE `customfields` ( `field_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `field_name` VARCHAR( 255 ) NOT NULL , `field_type` ENUM( 'text', 'select' ) NOT NULL , `field_value` VARCHAR( 255 ) NOT NULL , `field_optional` ENUM( '0', '1' ) NOT NULL , `field_active` ENUM( '1', '0' ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 8 SQL:" CREATE TABLE `customers_customfields` ( `customer_id` INT( 11 ) NOT NULL , `field_id` INT( 11 ) NOT NULL , `field_value` VARCHAR( 255 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 5 SQL:" CREATE TABLE `customers_orders` ( `customer_id` INT( 11 ) NOT NULL , `order_id` INT( 11 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 4 SQL:" CREATE TABLE `orders_invoices` ( `order_id` INT( 11 ) NOT NULL , `invoice_id` INT( 11 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 4 SQL:"ALTER TABLE `customers` CHANGE `cust_deleted` `cust_deleted` ENUM( '0', '1' ) NOT NULL DEFAULT '0'"; MYSQL ERROR : 1146: Table 'fullgame_acount.customers' doesn't exist SQL:"ALTER TABLE `customfields` ADD UNIQUE (`field_name`)"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '1' , 'name', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '2' , 'address', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '3' , 'city', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '4' , 'zip', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '5' , 'country', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '6' , 'state', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '7' , 'telephone', 'text', '', '0', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"INSERT INTO `customfields` VALUES ( '8' , 'vat_no', 'text', '', '1', '1')"; MYSQL ERROR : 1146: Table 'fullgame_acount.customfields' doesn't exist SQL:"UPDATE order_conf SET `build`='11'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:" CREATE TABLE `newsletters` ( `newsletter_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `newsletter_subject` VARCHAR( 255 ) NOT NULL , `newsletter_body` TEXT NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 5 SQL:"ALTER TABLE `newsletters` ADD `customer_1` INT( 11 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `FromDate` DATE NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `ToDate` DATE NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `tld_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `tld_2` VARCHAR( 25 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `sd_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `sd_2` VARCHAR( 25 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `product_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `product_2` INT( 11 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `total_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `total_2` DECIMAL( 16, 6 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `paid_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `paid_2` DECIMAL( 16, 6 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `due_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `due_2` DECIMAL( 16, 6 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `country_1` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `country_2` VARCHAR( 255 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `country_3` VARCHAR( 255) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `discount_1` ENUM('0','1','2') NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `discount_2` DECIMAL( 16, 6 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"ALTER TABLE `newsletters` ADD `send_as_html` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.newsletters' doesn't exist SQL:"UPDATE order_conf SET `build`='12'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `support_topics` ADD `topic_regexp` VARCHAR( 255 ) NOT NULL"; MYSQL ERROR : 1146: Table 'fullgame_acount.support_topics' doesn't exist SQL:"ALTER TABLE `support_tickets` ADD `ticket_subject` VARCHAR( 255 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.support_tickets' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email` VARCHAR( 255 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email_proto` ENUM( 'imap', 'pop3', 'nntp', 'pop3s' ) NOT NULL DEFAULT 'imap'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email_host` VARCHAR( 255 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email_port` INT( 11 ) NOT NULL DEFAULT '143'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email_mbox` VARCHAR( 255 ) NOT NULL DEFAULT 'INBOX#novalidate-cert'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email_user` VARCHAR( 255 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `ticket_email_pass` VARCHAR( 255 ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"ALTER TABLE `order_conf` ADD `en_ticket_by_email` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:"UPDATE `registerfly` SET `registerfly_active` = 'no'"; MYSQL ERROR : 1146: Table 'fullgame_acount.registerfly' doesn't exist SQL:" CREATE TABLE `custompages` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `title` VARCHAR( 255 ) NOT NULL , `metatags` TEXT NOT NULL , `content` TEXT NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 6 SQL:"ALTER TABLE `custompages` ADD `require_customer_login` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.custompages' doesn't exist SQL:"ALTER TABLE `custompages` ADD `display_side_links` ENUM( '0', '1' ) NOT NULL "; MYSQL ERROR : 1146: Table 'fullgame_acount.custompages' doesn't exist SQL:"UPDATE order_conf SET `build`='13'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist SQL:" CREATE TABLE `registrars` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `name` VARCHAR( 255 ) NOT NULL , `field` VARCHAR( 255 ) NOT NULL , `value` VARCHAR( 255 ) NOT NULL ) TYPE = MYISAM "; MYSQL ERROR : 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 6 SQL:"UPDATE order_conf SET `build`='14'"; MYSQL ERROR : 1146: Table 'fullgame_acount.order_conf' doesn't exist bom nao faço a minima de como corrigir isso e toda vez que tento logar no admin fala que nao poso me logar do meu ip atual o que poderia ser isso ps: se souberem um gerenciador free bom e puderem me indicar agradeço a todos pela ajuda Link para o comentário Compartilhar em outros sites More sharing options...
Enio F. Postado Janeiro 19, 2013 Compartilhar Postado Janeiro 19, 2013 Wanderson, Tente o BoxBilling ele tem uma versão free com algumas limitações mas é bem interessante. Inclusive o pessoal aqui do fórum já disponibilizou módulos e tradução. Link para o comentário Compartilhar em outros sites More sharing options...
Administração AngelCosta Postado Janeiro 24, 2013 Administração Compartilhar Postado Janeiro 24, 2013 Tente usar o softaculous pra instalar. Qdo eu instalo local não dá erro. Isso é instalação do zero ou upgrade? 'Cause he's my best friend, he's my pal. He's my homeboy, my rotten soldier. He's my sweet cheese. My good-time boy. Link para o comentário Compartilhar em outros sites More sharing options...
wandersonbraz Postado Janeiro 29, 2013 Autor Compartilhar Postado Janeiro 29, 2013 era do zero em meu site particular no softaoucos nao tinha ele no momento to com o whmcs a revenda que comprei me libero a licença Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados