Topic: user include error message

When I put "<!-- forum_include "<test.html>" -->"
in the /include/user directory I get:

Unable to process user include <!-- forum_include "<test.html>" --> from template main.tpl. There is no such file in folder /include/user/

Turning on debug didn't yield any clues. Any suggestions?

Re: user include error message

Are you sure that the "test.html" file is placed in the "<FORUM_ROOT>/include/user" folder?

Re: user include error message

Slavok wrote:

Are you sure that the "test.html" file is placed in the "<FORUM_ROOT>/include/user" folder?

Very! and the line "<!-- forum_include "<test.html>" -->" line is in the main.tpl file.

Re: user include error message

I finally found the problem. I had simply copied the line

<!-- forum_include "<test.html>" -->

from somewhere here, and without really understanding. The file name should not have <> around it. smile