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

Error on edit category page #20

Closed
binarynos opened this issue Dec 17, 2016 · 0 comments
Closed

Error on edit category page #20

binarynos opened this issue Dec 17, 2016 · 0 comments

Comments

@binarynos
Copy link

binarynos commented Dec 17, 2016

Using the latest version of the plugin, get this error:
`PHP Fatal Error – yii\base\ErrorException

Class 'humhub\modules\linklist\models\Yii' not found

  1. in protected\modules\humhub-modules-linklist-master\models\Category.php at line 76

    /**

    • @return array customized attribute labels (name=>label)
      */
      public function attributeLabels()
      {
      return array(
      'id' => 'ID',
      'title' => Yii::t('LinklistModule.models_Category', 'Title'),
      'description' => Yii::t('LinklistModule.models_Category', 'Description'),
      'sort_order' => Yii::t('LinklistModule.models_Category', 'Sort Order'),
      );
      }

}
2. yii\base\ErrorHandler::handleFatalError()`

@buddh4 buddh4 closed this as completed in 56e1758 Dec 21, 2016
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