Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author minimus

    (@minimus)

    Open admin.class.php and change line 226:
    From: $version['spec'] = $subver[1];
    To: $version['spec'] = (count($subver) > 1) ? $subver[1] : '';

    Thanks for report!

    Thread Starter Mayeenul Islam

    (@wzislam)

    Can we have an update fixing this? So that it would be global and can help all the others also. 🙂
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin Panel error notice in Debug mode : Undefined offset: 1’ is closed to new replies.