tozi Posted May 8, 2014 Share Posted May 8, 2014 Hi all, i have a page. I brought it to new hosting. I set everything correctly. But after clicking the module throws me this error. [PrestaShop] Fatal error in module cs:syntax error, unexpected T_ENCAPSED_AND_WHITESPACE Any idea? Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 problem is probably with fact that: code of the module hasn't got semicolon after some line on some hosting configuration it's an error, on some not. in this case it's necessary to verify module php file for potential missing semicolons, heredoc (http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) etc. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now