fromtheoutfit / navee

Navigation module for Craft CMS
Other
113 stars 6 forks source link

Not working on a live server #31

Open moyger opened 7 years ago

moyger commented 7 years ago

Hello, I tried to migrate my site to the live hosting but it seems that Navee suddenly have errors. It was working on 2 localhost. Is there an issue with site url or something?

karloestrada commented 7 years ago

Update: I uploaded it again on the live server. I'm using mediatemple grid hosting. This is specifically the error: "Unexpected [ on Navee_NodeModel line 19" which is this one - 'linkType' => array(AttributeType::Enum, 'values' => [ 'entryId', 'assetId', 'categoryId', 'customUri', 'none' ]),

I changed to 'linkType' => array(AttributeType::Enum, 'values' => 'entryId', 'assetId', 'categoryId', 'customUri', 'none' ),

Basically, removing the enclosing "[ ]". Weird but it works. Suddenly, I don't have errors.

Maybe you guys can take a look....