OUGC-Network / OUGC-Awards

Adds a powerful awards system to you community.
https://ougc.network
GNU General Public License v3.0
8 stars 7 forks source link

Request an award is undefined #45

Open RevertIT opened 5 years ago

RevertIT commented 5 years ago

Describe the bug This is a javascript output while clicking on request button.

awards.php:325 Uncaught ReferenceError: OUGC_Plugins is not defined
    at HTMLAnchorElement.onclick (awards.php:325).
Sama34 commented 5 years ago

Can you verify if the js file is being output in the source code and if that file is not broken? Does any other AJAX features fail to work as intended?

RevertIT commented 5 years ago

Yes , you are correct! The file wasnt added to headerinclude.

Sama34 commented 5 years ago

But was that a mistake from your side or is the variable that outputs such file not being parsed?