Антон1979 0 Posted March 3, 2021 Report Share Posted March 3, 2021 Добрый день, подскажите кто-нибудь устанавливал по инструкции агрегатора Payeer их метод оплаты по предлагаемой ими инструкции в текущую актуальную версию IPS? Обратиться Quote Link to comment Share on other sites More sharing options...
Павел 141 Posted March 3, 2021 Report Share Posted March 3, 2021 Антон1979 Здравствуйте. Можете указать ссылку на их решение? Обратиться Quote Link to comment Share on other sites More sharing options...
Павел 141 Posted March 3, 2021 Report Share Posted March 3, 2021 Антон1979 Посмотрели, выглядит вполне рабочим, можете настраивать их способом. Обратиться Quote Link to comment Share on other sites More sharing options...
Антон1979 0 Posted March 4, 2021 Author Report Share Posted March 4, 2021 Павел Приветствую, мы воспользовались стандартной инструкцией которую предоставил сам агрегатор и после того как подменили папку applications, разместили файл .txt куда они просили и сделали запрос то получили такую ошибку [Переслано от insci] ERROR 1366 (HY000): Incorrect integer value: '' for column 'word_id' at row 1 CREATE TABLE `core_sys_lang_words` ( `word_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'UID', `lang_id` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'The ID number for the language', `word_app` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'The application key, if word belongs to an application', `word_plugin` bigint DEFAULT NULL COMMENT 'The plugin ID, if word belongs to a plugin', `word_theme` int DEFAULT NULL COMMENT 'The theme ID, if the language string belongs to a theme.', `word_key` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The key', `word_default` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'The default value', `word_custom` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'The current value', `word_default_version` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'The application/plugin version the word was last changed in', `word_custom_version` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'The application/plugin version installed when this word was customised', `word_js` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Binary if this word should be available to JavaScript', `word_export` tinyint unsigned NOT NULL DEFAULT '1' COMMENT 'Binary if this word should be exported (i.e. is not a forum/etc name)', `word_is_custom` bit(1) NOT NULL DEFAULT b'0' COMMENT 'Word is custom to the site?', PRIMARY KEY (`word_id`), UNIQUE KEY `word_key` (`word_key`,`word_app`,`lang_id`,`word_js`), KEY `word_js` (`word_js`), KEY `word_find` (`lang_id`,`word_app`), KEY `word_is_custom` (`word_is_custom`) ) ENGINE=InnoDB AUTO_INCREMENT=121658 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci Обратиться Quote Link to comment Share on other sites More sharing options...
Павел 141 Posted March 4, 2021 Report Share Posted March 4, 2021 На сколько я вижу в инструкции нет запросов на создание таблицы core_sys_lang_words, есть добавление фраз в языковую таблицу: INSERT INTO `core_sys_lang_words` Обратиться 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.