intoeetive/protectedlinks

Error trying to install from Craft

Closed this issue · 4 comments

When I select to "install" the plugin from Craft, I get the following error:
yii\base\ErrorException: Trying to get property of non-object

@baronetto can you please enable dev mode in Craft and post detailed error message (specifically, what file and line is causing the error)

Dev mode is enabled by no additional information is output other than what I sent. For some reason "Protected Links" appears twice in the list of plugins.
ScreenShot:

screen shot 2018-08-20 at 15 35 46

The error is produced when I tap to install the second.

Also in the composer.json file the plugin appears as:
"intoeetive/protected-links": "0.0.1-RC2"

Should it be protectedlinks without the dash?

It looks like somehow you also got the plugin installed with 'dashed' name. Remove the line that says "intoeetive/protected-links": "0.0.1-RC2" then run composer update and you should be fine

That's definitely something I could have done. :) I removed everything and re-installed and it seems to be working fine. Thank you for your help.