Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Что-то пошло не так. Пожалуйста, попробуйте еще раз. (При регистрации)

Featured Replies

Posted

Нажимаю на кнопку регистрация и выдает ме "Что-то пошло не так. Пожалуйста, попробуйте еще раз."

Логи 
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}

Можете подсказать как решить проблему

у вас по ходу приложение магазин глючит либо какой то плагин для магазина который стоит на окнах регистрации. где при реги нужно для магазина что то указать.. проверьте и отключите плагин или приложение.

могу и ошибаться

Можно сделать запрос к базе:

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

 

  • Author
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

 

 

Screenshot_8.png

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.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.