News:

Welcome to SMF Ads Support Forum

Main Menu
Coinbase

Error - LoadAds.php is missing or corrupt

Started by Mali, July 31, 2018, 12:22:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mali

Greetings. I installed v2.3 of Ad Management and the Package Manager said installed without issue. However, when I click on Edit Ads under Ad Management I get and error that states that the LoadAds.php file is missing/corrupt from the Sources directory.

I have verified the file is there, manually uploaded a new copy from the zip file to the Sources folder, set rights to 0777 on the file, and still I get the error.

Any thoughts on next steps?

vbgamer45

Is that the exact error message? Is the file in your sources spelled exact LoadAds.php
Like what I do please support me on https://www.patreon.com/vbgamer45

Mali

#2
Here is the exact message:

QuoteIssue with the Ad Mod
LoadAds.php is missing/corrupt from your sources directory. Please make sure that it uploaded properly. The Ad mod won't be able to function properly. If you are having issues, please visit www.smfads.com!
As far as I can tell the name is correct. Capitalization is the same in the error and  for the file that is in the /Sources folder.

vbgamer45

I think you are misssing this edit
In your index.php

require_once($sourcedir . '/Security.php');

Add after

if (file_exists($sourcedir . '/LoadAds.php'))
require_once($sourcedir . '/LoadAds.php');
Like what I do please support me on https://www.patreon.com/vbgamer45

Mali