yes i did follow the instruction. it worked once on a clean copy. then i get the error upon recompiling.
* glad the guide has been updated. but it's still missing the log folder.
5. Copying required files
mkdir live
cp bin/Release/{*.exe,*.dll,*liblua*} live
cp -r {system,sql,user,lib,log,doc} live
* need to "mkdir log" inside live folder.