XF 2.x Ads Manager 2 - FAQ

Why are my ads not showing up?

If your ads are not showing, please make sure that you have set the user group permission "View ads" (Admin Control Panel > Groups & Permissions > User Group Permissions) for "Registered" and "Unregistered/Unconfirmed" user groups.

How do I fix the error “1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126.”?

To fix the problem, run this query in your phpmyadmin:
ALTER TABLE xf_siropu_ads_manager_package ROW_FORMAT=DYNAMIC;
Back
Top