MyBB Community Forums

Full Version: OUGC Awards
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
I have redirect to ACP home page when I try to edit given award through ACP and hit "Submit" button.
Look like a bug?
Ok to get your plugin to work, I had to grab the latest PluginLibrary from the the developers Github as http://mods.mybb.com/view/pluginlibrary is incompatible with 1.8.3.

Our MyBB forum has three Administrators, and so far only one Administrator can Manage Awards in ACP, as another Administrator has no Manage Awards available in ACP and one is unconfirmed.

FYI.
PluginLibrary 12 is MyBB 1.8 compatible, see:
https://github.com/frostschutz/MyBB-Plug...f06fd970fa

Only compatibility line was changed.
(2015-03-14, 04:15 AM)Omar G. Wrote: [ -> ]PluginLibrary 12 is MyBB 1.8 compatible, see:
https://github.com/frostschutz/MyBB-Plug...f06fd970fa

Only compatibility line was changed.

not only this...
this line too https://github.com/frostschutz/MyBB-Plug...cfd1a63bf3
Oh that is for plugins that adds style sheets. But well, you are right.
(2015-03-12, 07:55 AM)rockenren Wrote: [ -> ]I have redirect to ACP home page when I try to edit given award through ACP and hit "Submit" button.
Look like a bug?

Seems like so. Thanks.

[3067533]
Hey Omar G.!
Your Plugin OUGC Awards Seems To Have A Bug With Registration which i posted at: http://community.mybb.com/thread-169003.html
Any Ideas?
Thanks!
~Weather
You are probably running MySQL on strict mode. Will push a fix on next week. On the mean time run the following query:
ALTER TABLE mybb_users MODIFY ougc_awards text NOT NULL DEFAULT ''

Adjust mybb_ with your DB prefix.
Hello! I recently updated OUGC Awards to the newest version after updating my forum to MyBB 1.8. 

When trying to access the plugin menu (Manage Awards link) in the Admin CP, I receive the following MySQL error:

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'disporder' in 'order clause'
Query:
SELECT * FROM mybb_ougc_awards ORDER BY disporder LIMIT 0, 20

Additionally, a link no longer displays in the Mod CP to Manage Awards like it did in the previous version. 

Any ideas on where I went wrong and how to fix these? Thanks!
Did you deactivated -> upload -> activated the plugin correctly? That is the actual update process with any of my plugins.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49