Osclass Support Forums

Osclass theme support => Omega Oc-Admin Osclass Theme => Topic started by: adrianolmedo on June 21, 2020, 05:32:22 AM

Title: [Suggestion] Errors in Admin Themes Plugin
Post by: adrianolmedo on June 21, 2020, 05:32:22 AM
Hi, I'm linux user, I have installed Admin Themes Plugin (v1.0.2) and I got the following errors:

Code: [Select]
Notice: Undefined variable: plugin in /var/www/html/osclass390/oc-content/plugins/admin_themes/functions.php on line 28

Notice: Undefined variable: plugin in /var/www/html/osclass390/oc-content/plugins/admin_themes/functions.php on line 40

Notice: Undefined variable: plugin in /var/www/html/osclass390/oc-content/plugins/admin_themes/functions.php on line 103

I solved it adding this below of the line 22 into the adt_get_info() function:

Code: [Select]
$plugin = '';


I am new in the forum, greetings to OsclassPoint programmers, excellent work. I will be exploring moving the graphical interface of my plugins to Omega Free Oc-Admin Osclass Theme.
Title: Re: [Suggestion] Errors in Admin Themes Plugin
Post by: MB Themes on June 25, 2020, 11:49:21 AM
Thanks for feedback, those are notices, not errors.