You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an high complex ssi website and try to use it with grunt-connect and middleware. i've implementing your plugin like on github described and run "grunt connect". first it looks good no error message given.
But if I request localhost:PORT i got the message "Else while not inside of If block".
I have no clue, where i can start to find the position the error occures. Did u have any idea whre i can start searching?
i use following ssi directives:
#config
#if/elif
#set
#include
#echo
among others expressions:
timefmt
$QUERY_STRING_UNESCAPED
${HTTP_HOST}
${HTTP_USER_AGENT}
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have an high complex ssi website and try to use it with grunt-connect and middleware. i've implementing your plugin like on github described and run "grunt connect". first it looks good no error message given.
But if I request localhost:PORT i got the message "Else while not inside of If block".
I have no clue, where i can start to find the position the error occures. Did u have any idea whre i can start searching?
i use following ssi directives:
#config
#if/elif
#set
#include
#echo
among others expressions:
timefmt
$QUERY_STRING_UNESCAPED
${HTTP_HOST}
${HTTP_USER_AGENT}
Thanks
The text was updated successfully, but these errors were encountered: