Posted 14 июня, 20231 yr comment_193920 Нажимаю на кнопку регистрация и выдает ме "Что-то пошло не так. Пожалуйста, попробуйте еще раз." Логи SELECT COUNT(*) FROM `nexus_packages` WHERE p_reg=1 AND p_store=1 IPS\Db\Exception: Table 'forum_jdsunrise_test.nexus_packages' doesn't exist (1146) #0 /var/www/dianov/data/www/forum.jdsunrise.online/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*forum_jdsunri...', Array, true) #1 /var/www/dianov/data/www/forum.jdsunrise.online/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /var/www/dianov/data/www/forum.jdsunrise.online/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /var/www/dianov/data/www/forum.jdsunrise.online/applications/nexus/sources/Package/Package.php(3852): IPS\Db\_Select->first() #4 /var/www/dianov/data/www/forum.jdsunrise.online/init.php(913) : eval()'d code(18): IPS\nexus\_Package::haveRegistrationProducts() #5 /var/www/dianov/data/www/forum.jdsunrise.online/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\nexus_hook_register->manage() #6 /var/www/dianov/data/www/forum.jdsunrise.online/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #7 /var/www/dianov/data/www/forum.jdsunrise.online/index.php(13): IPS\_Dispatcher->run() #8 {main} Можете подсказать как решить проблему Link to comment https://ipbmafia.ru/topic/25755-chto-to-poshlo-ne-tak-pozhalujsta-poprobujte-eshe-raz-pri-registracii/ Share on other sites Больше вариантов
14 июня, 20231 yr comment_193921 у вас по ходу приложение магазин глючит либо какой то плагин для магазина который стоит на окнах регистрации. где при реги нужно для магазина что то указать.. проверьте и отключите плагин или приложение. могу и ошибаться Link to comment https://ipbmafia.ru/topic/25755-chto-to-poshlo-ne-tak-pozhalujsta-poprobujte-eshe-raz-pri-registracii/?&do=findComment&comment=193921 Share on other sites Больше вариантов
14 июня, 20231 yr comment_193922 Нужно переустановить Commerce Link to comment https://ipbmafia.ru/topic/25755-chto-to-poshlo-ne-tak-pozhalujsta-poprobujte-eshe-raz-pri-registracii/?&do=findComment&comment=193922 Share on other sites Больше вариантов
14 июня, 20231 yr Author comment_193923 4 минуты назад, Respected сказал: Нужно переустановить Commerce А как то перенести тему и все записи можно на переустановленный вариан? Link to comment https://ipbmafia.ru/topic/25755-chto-to-poshlo-ne-tak-pozhalujsta-poprobujte-eshe-raz-pri-registracii/?&do=findComment&comment=193923 Share on other sites Больше вариантов
14 июня, 20231 yr comment_193924 Можно сделать запрос к базе: CREATE TABLE `nexus_packages` ( `p_id` int(11) NOT NULL AUTO_INCREMENT, `p_name` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_seo_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_group` int(11) NOT NULL DEFAULT '0', `p_stock` int(11) NOT NULL DEFAULT '0', `p_reg` tinyint(4) NOT NULL DEFAULT '0', `p_store` tinyint(4) NOT NULL DEFAULT '0', `p_member_groups` text COLLATE utf8mb4_unicode_ci, `p_allow_upgrading` tinyint(4) NOT NULL DEFAULT '0', `p_upgrade_charge` tinyint(4) NOT NULL DEFAULT '0', `p_allow_downgrading` tinyint(4) NOT NULL DEFAULT '0', `p_downgrade_refund` tinyint(4) NOT NULL DEFAULT '0', `p_base_price` text COLLATE utf8mb4_unicode_ci, `p_tax` int(11) NOT NULL DEFAULT '0', `p_renewal_days` int(11) NOT NULL DEFAULT '0', `p_primary_group` mediumint(9) NOT NULL DEFAULT '0', `p_secondary_group` text COLLATE utf8mb4_unicode_ci, `p_return_primary` tinyint(4) NOT NULL DEFAULT '0', `p_return_secondary` tinyint(4) NOT NULL DEFAULT '0', `p_position` int(11) NOT NULL DEFAULT '0', `p_associable` text COLLATE utf8mb4_unicode_ci, `p_force_assoc` tinyint(4) NOT NULL DEFAULT '0', `p_assoc_error` text COLLATE utf8mb4_unicode_ci, `p_discounts` text COLLATE utf8mb4_unicode_ci, `p_page` mediumtext COLLATE utf8mb4_unicode_ci, `p_support` tinyint(4) NOT NULL DEFAULT '0', `p_support_department` int(11) NOT NULL DEFAULT '0', `p_support_severity` int(11) DEFAULT NULL, `p_featured` tinyint(4) NOT NULL DEFAULT '0', `p_upsell` tinyint(4) NOT NULL DEFAULT '0', `p_notify` text COLLATE utf8mb4_unicode_ci, `p_type` varchar(8) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_custom` mediumint(9) NOT NULL DEFAULT '0', `p_reviewable` tinyint(4) NOT NULL DEFAULT '1', `p_review_moderate` tinyint(4) NOT NULL DEFAULT '1', `p_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_methods` text COLLATE utf8mb4_unicode_ci, `p_renew_options` text COLLATE utf8mb4_unicode_ci, `p_group_renewals` tinyint(4) NOT NULL DEFAULT '0', `p_rebuild_thumb` tinyint(4) NOT NULL DEFAULT '0', `p_renewal_days_advance` int(11) DEFAULT NULL, `p_date_added` int(10) unsigned NOT NULL DEFAULT '0', `p_reviews` int(11) NOT NULL DEFAULT '0', `p_rating` float NOT NULL DEFAULT '0', `p_unapproved_reviews` int(10) unsigned DEFAULT NULL, `p_hidden_reviews` int(10) unsigned DEFAULT NULL, `p_grace_period` int(10) unsigned DEFAULT '0' COMMENT 'Grace period in days', `p_meta_data` tinyint(3) unsigned NOT NULL DEFAULT '0', `p_email_purchase` mediumtext COLLATE utf8mb4_unicode_ci COMMENT 'Email to send on new purchase', `p_email_expire_soon` mediumtext COLLATE utf8mb4_unicode_ci COMMENT 'Email to send when purchase will expire soon', `p_email_expire` mediumtext COLLATE utf8mb4_unicode_ci COMMENT 'Email to send when purchase expires', `p_email_purchase_type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_email_expire_soon_type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_email_expire_type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_date_updated` int(10) unsigned DEFAULT '0', `p_initial_term` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_conv_associable` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '0', PRIMARY KEY (`p_id`), KEY `p_position` (`p_position`), KEY `p_group` (`p_group`), KEY `p_store` (`p_store`,`p_date_added`), FULLTEXT KEY `p_name` (`p_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci Link to comment https://ipbmafia.ru/topic/25755-chto-to-poshlo-ne-tak-pozhalujsta-poprobujte-eshe-raz-pri-registracii/?&do=findComment&comment=193924 Share on other sites Больше вариантов
15 июня, 20231 yr Author comment_193927 11 часов назад, Respected сказал: Можно сделать запрос к базе: CREATE TABLE `nexus_packages` ( `p_id` int(11) NOT NULL AUTO_INCREMENT, `p_name` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_seo_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_group` int(11) NOT NULL DEFAULT '0', `p_stock` int(11) NOT NULL DEFAULT '0', `p_reg` tinyint(4) NOT NULL DEFAULT '0', `p_store` tinyint(4) NOT NULL DEFAULT '0', `p_member_groups` text COLLATE utf8mb4_unicode_ci, `p_allow_upgrading` tinyint(4) NOT NULL DEFAULT '0', `p_upgrade_charge` tinyint(4) NOT NULL DEFAULT '0', `p_allow_downgrading` tinyint(4) NOT NULL DEFAULT '0', `p_downgrade_refund` tinyint(4) NOT NULL DEFAULT '0', `p_base_price` text COLLATE utf8mb4_unicode_ci, `p_tax` int(11) NOT NULL DEFAULT '0', `p_renewal_days` int(11) NOT NULL DEFAULT '0', `p_primary_group` mediumint(9) NOT NULL DEFAULT '0', `p_secondary_group` text COLLATE utf8mb4_unicode_ci, `p_return_primary` tinyint(4) NOT NULL DEFAULT '0', `p_return_secondary` tinyint(4) NOT NULL DEFAULT '0', `p_position` int(11) NOT NULL DEFAULT '0', `p_associable` text COLLATE utf8mb4_unicode_ci, `p_force_assoc` tinyint(4) NOT NULL DEFAULT '0', `p_assoc_error` text COLLATE utf8mb4_unicode_ci, `p_discounts` text COLLATE utf8mb4_unicode_ci, `p_page` mediumtext COLLATE utf8mb4_unicode_ci, `p_support` tinyint(4) NOT NULL DEFAULT '0', `p_support_department` int(11) NOT NULL DEFAULT '0', `p_support_severity` int(11) DEFAULT NULL, `p_featured` tinyint(4) NOT NULL DEFAULT '0', `p_upsell` tinyint(4) NOT NULL DEFAULT '0', `p_notify` text COLLATE utf8mb4_unicode_ci, `p_type` varchar(8) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_custom` mediumint(9) NOT NULL DEFAULT '0', `p_reviewable` tinyint(4) NOT NULL DEFAULT '1', `p_review_moderate` tinyint(4) NOT NULL DEFAULT '1', `p_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_methods` text COLLATE utf8mb4_unicode_ci, `p_renew_options` text COLLATE utf8mb4_unicode_ci, `p_group_renewals` tinyint(4) NOT NULL DEFAULT '0', `p_rebuild_thumb` tinyint(4) NOT NULL DEFAULT '0', `p_renewal_days_advance` int(11) DEFAULT NULL, `p_date_added` int(10) unsigned NOT NULL DEFAULT '0', `p_reviews` int(11) NOT NULL DEFAULT '0', `p_rating` float NOT NULL DEFAULT '0', `p_unapproved_reviews` int(10) unsigned DEFAULT NULL, `p_hidden_reviews` int(10) unsigned DEFAULT NULL, `p_grace_period` int(10) unsigned DEFAULT '0' COMMENT 'Grace period in days', `p_meta_data` tinyint(3) unsigned NOT NULL DEFAULT '0', `p_email_purchase` mediumtext COLLATE utf8mb4_unicode_ci COMMENT 'Email to send on new purchase', `p_email_expire_soon` mediumtext COLLATE utf8mb4_unicode_ci COMMENT 'Email to send when purchase will expire soon', `p_email_expire` mediumtext COLLATE utf8mb4_unicode_ci COMMENT 'Email to send when purchase expires', `p_email_purchase_type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_email_expire_soon_type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_email_expire_type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_date_updated` int(10) unsigned DEFAULT '0', `p_initial_term` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `p_conv_associable` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '0', PRIMARY KEY (`p_id`), KEY `p_position` (`p_position`), KEY `p_group` (`p_group`), KEY `p_store` (`p_store`,`p_date_added`), FULLTEXT KEY `p_name` (`p_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci Link to comment https://ipbmafia.ru/topic/25755-chto-to-poshlo-ne-tak-pozhalujsta-poprobujte-eshe-raz-pri-registracii/?&do=findComment&comment=193927 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.