Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] wpForo Ads Manager does not work unfortunately

5 Posts
4 Users
1 Reactions
3,135 Views
Posts: 2
Customer
Topic starter
(@vshamraeva)
Member
Joined: 9 years ago

Hi

After installation and activation I tried to create an add.

it doesnt matter what I do, what content I try to add (media, text etc.) I get always a "Ad adding error".

In the Demo the version 1.2.0 is mentioned... I have in "Available downloads" the version

?????

Kind regards,
Victoria

4 Replies
Posts: 2
Customer
Topic starter
(@vshamraeva)
Member
Joined: 9 years ago

I tried to create an "ad", of couse, not an "add"..

Posts: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 years ago

Hi Victoria,

Please make sure you use the latest wpForo and wpForo Ads Manager addon versions only.

Also 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,
`hide_for_groupids` longtext NOT NULL DEFAULT '',
`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;

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

Posts: 33
 ikir
Customer
(@ikir)
Member
Joined: 7 years ago

Worked for me!

Posts: 2
Customer
(@tracy-craig)
Member
Joined: 5 years ago

I can not get the ads manger to work in wpforo. I create an ad and then go look for it and its not there. Can anyone help? 

Share:
Scroll to top