Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Installation issue #2

Closed
allampraveen opened this issue Sep 13, 2018 · 0 comments
Closed

Plugin Installation issue #2

allampraveen opened this issue Sep 13, 2018 · 0 comments

Comments

@allampraveen
Copy link

allampraveen commented Sep 13, 2018

`PHP Notice – yii\base\ErrorException
Undefined offset: 12

  1. in /var/www/craftcms/releases/6/vendor/ether/tags/src/TagManager.php at line 113
    public function onRegisterCpNavItems (RegisterCpNavItemsEvent $event)
    {
    $navItems = $event->navItems;
    $i = count($navItems);

     $tagsNavItemIndex = null;
    
     while (--$i)
     {
         $item = $navItems[$i];
         $url = array_key_exists('url', $item) ? $item['url'] : null;
    
         if ($url === 'tags')
         {
             $tagsNavItemIndex = $i;
             continue;
         }
    
         if (in_array($url, ['dashboard', 'entries', 'globals', 'categories']))
             `
    
@Tam Tam closed this as completed in 28802cc Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant