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

Not working on a live server #31

Open
moyger opened this issue Apr 19, 2017 · 1 comment
Open

Not working on a live server #31

moyger opened this issue Apr 19, 2017 · 1 comment

Comments

@moyger
Copy link

moyger commented Apr 19, 2017

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
Copy link

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....

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

2 participants