Не работает добавле...
 
Notifications
Clear all

Не работает добавление

4 Posts
2 Users
1 Likes
523 Views
Posts: 3
Customer
Topic starter
(@urgen-yuriy)
Member
Joined: 4 years ago

Прилагаю скрин

88

просьба вернуть деньги или помочь решить проблему

3 Replies
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Hi @urgen-yuriy,

Thank you for your purchase and for creating the support topic. We always stay behind of our products and help to solve all issues, so asking for refund in the first post of support is not necessary.

First please disable wpForo Ads manager plugin and enable it back. I think the ads table was not created on the installation. If the problem is not fixed please make sure the wp_wpforo_ads table exists in database. Use Hosting Service cPanel > phpMyAdmin database manager tool. If this table doesn't exist, please execute this SQL:

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
CREATE TABLE `wp_wpforo_ads` (
`adid` bigint(20) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`code` text COLLATE utf8mb4_unicode_ci,
`body` longtext COLLATE utf8mb4_unicode_ci,
`start_date` datetime DEFAULT '0000-00-00 00:00:00',
`end_date` datetime DEFAULT '0000-00-00 00:00:00',
`forumids` longtext COLLATE utf8mb4_unicode_ci,
`tpllocs` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` tinyint(1) UNSIGNED NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

ALTER TABLE `wp_wpforo_ads`
ADD PRIMARY KEY (`adid`),
ADD KEY `start_date` (`start_date`),
ADD KEY `end_date` (`end_date`),
ADD KEY `tpllocs` (`tpllocs`(191)),
ADD KEY `status` (`status`);

ALTER TABLE `wp_wpforo_ads`
MODIFY `adid` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;COMMIT;

If your database table prefix is not wp_ please change it.

 

If the table exists, it is probably based on the content of your ads or in wrong configuration. Could you please leave a full screenshot of the Ads Auditing page?

If you're not able to do any of these steps, please send admin login details to info[at]gvectors.com email address.

 

 

Reply
2 Replies
Customer
(@urgen-yuriy)
Joined: 4 years ago

Member
Posts: 3

@tomson у меня нет доступа к sql базе для редактирования

 

Reply
 Tom
Admin
(@tomson)
Joined: 9 years ago

Famed Member
Posts: 4171

@urgen-yuriy,

It's in your hosting service cPanel. If you don't find it, just install this plugin: https://wordpress.org/plugins/wp-phpmyadmin-extension/

 

Reply
Share:
Scroll to top