Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with iPhone
Hypocrite
New
I am running the latest version of Vanilla Forms (2.0.18.4) on a Windows host.
One of our users reported a problem with iPhone.
The discussion forum is giving the following error:
Smarty error: the $compile_dir 'C:\wwwroot\keskustelut/cache/Smarty/compile' does not exist, or is not a directory.
This error is not visible in any other browser. Anything I could do about this?
0
Comments
@UnderDog This must be made into announcement it comes up once a week !!
@Hypocrite :
One clue is the does not exist part, usually when it does not exist one must create it.(kind of like making a baby)
Make a New Folder called Smarty, then another inside it called compile, then put them in the cache folder of your installation.
If you enter your query in the search bar like this :
does not exist, or is not a directory.
you surprisingly get this :
http://vanillaforums.org/search?Search=does+not+exist,+or+is+not+a+directory.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thank you. Will try that.
I think you might need to improve your search on this forum. I tried to search with the term "Smarty error: the $compile_dir", but it does not return any results.
some would say the error lies in the format of the query ,as the sample I provided demonstrates , let us know how it went
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@Hypocrite
Ah that is a good question
Smarty error: the compile_dir
will work
$ has special meaning in sphinx.
you can also do
Smarty error: the \$compile_dir
To escape. Though the highlighter does not kick in properly in the results.
grep is your friend.
I usually just use Google:
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
i dont even bother with the search, its absolute pants
There was an error rendering this rich post.
It isn't it is powerful, but not so intuitive, and sometime the deamon goes down.
the default mysql full text search is pants.
grep is your friend.
search "shoud" be intuitive tho, it shouldn necessitate a whole plethora of secret commands
There was an error rendering this rich post.
I think that is the difference between a engine an it implementation. These command are not secret, but are for vast array of applications, it is possible to implement as a simple search or pre-parse as per you requirements. the more advanced you search the more you will need an advanced syntax, and you would understand why.
Some thing are worth knowing however
in google if you type
word - notword
the results will excludenotword
this is the same heretry searching
problem -iphone
excludes iphone
vs.
problem iphone
and/or
vs.
"problem+with+iphone"
exact match
vs.
^problem
search at the beginning of the fields only (name, and body text)
iphone$
_fields ends in iphone only (excluding punctuation) _
^problem with iphone$
must match the whole field
blue|red
blue or red
blue&red
field must contain blue and red
@(name) tree
only search the name field (title)
@(body) tree
only search the body field
more info
http://sphinxsearch.com/docs/1.10/extended-syntax.html
grep is your friend.
so true and the same results are shown too !
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌