an error occurred while processing this directive

Error: Browser shows  [an error occurred while processing this directive] ” and server logs shows the error ”
unable to include “http://domain name /inc/listbox.php” in parsed file /home/username/public_html/index.shtml
Solution : You need to check your coding if you have used ”
<!- –  #include virtual=”http://domain name /inc/listbox.php” – -> ” in index.shtml so the proper SSI include should be
<!- –  #include virtual=/inc/listbox.php”  – ->

3 Thoughts to “an error occurred while processing this directive”

  1. the best solve for this issue is ,
    when u face this problem , its because this
    its in XHTML
    so the problem is
    the # thing is stack with —
    so the final result should be

    not stack together ,
    its working 100%
    regards

    1. i was talking about this , that # shud have space before ,

      1. Thanks for the comment and I have corrected it

Leave a Comment