*

adrianolmedo

  • *
  • 1 posts
[Suggestion] Errors in Admin Themes Plugin
« 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.
« Last Edit: June 21, 2020, 06:53:07 AM by adrianolmedo »

*

MB Themes

Re: [Suggestion] Errors in Admin Themes Plugin
« Reply #1 on: June 25, 2020, 11:49:21 AM »
Thanks for feedback, those are notices, not errors.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots