[haXe] hxblog site

Laurent Bedubourg lbedubourg at motion-twin.com
Thu Dec 21 15:16:53 CET 2006


Lee McColl Sylvester wrote:
> Hi Laurent,
> 
> I tried to get it to run locally so I could skin it, but, while using it 
> with a sqlite db, I get:
> 
> [file_contents,C:\Documents and Settings\Lee\My 
> Documents\hxBlog\www/../tmp/temploc.out]
> FilePos(neko/db/Transaction.hx,37)
> FilePos(App.hx,122)
> FilePos(mtwin/web/Handler.hx,87)
> FilePos(mtwin/web/Handler.hx,160)
> FilePos(mtwin/web/Handler.hx,192)
> FilePos(Handler.hx,31)
> FilePos(mtwin/templo/Loader.hx,32)
> CFunction
> FilePos(mtwin/templo/Loader.hx,43)
> FilePos(mtwin/templo/Loader.hx,75)
> FilePos(neko/io/File.hx,42)
> 
> Called from tools/WebServer.nml line 477
> Called from tools/WebServer.nml line 450
> Called from <null> line 1
> Called from App.hx line 176
> Called from App.hx line 158
> Called from neko/db/Sqlite.hx line 76
> Called from neko/db/Sqlite.hx line 45
> Exception : Neko_error(Error while executing ROLLBACK (Sqlite error : 
> SQL logic error or missing database))
> 
> I don't think it's that it can't read the db, as that produces a 
> different error. Any idea what it is?
> 

Ok, that is the real error : [file_contents,C:\Documents and 
Settings\Lee\My Documents\hxBlog\www/../tmp/temploc.out]

Templo failed to compile your template and no error ouput file was produced.

Chances are that temploc.exe is not available or that the tmp directory 
does not exist or something like that.

haxelib install mtwin
cd {YOUR HAXELIB PATH}/mtwin/{LATEST X,X,X}/mtwin/templo/
haxe temploc.hxml
copy temploc.exe in your %PATH%

User friendly isn't it ? :)

Regards
Laurent
-- 
Laurent Bedubourg
lbedubourg at motion-twin.com
http://www.motion-twin.com



More information about the Haxe mailing list