Displaying 2 results from an estimated 2 matches for "localfilesystem".
2010 Dec 21
0
liquid include error please help
...lmost 4 days
and glad if you could help me.
Basically what I want to do is to use liquid ''include'' tag
I''m getting this error
Liquid error: No such template ''test''
my code is as follows
in my app/views/page/index.erb
<%
file_system = Liquid::LocalFileSystem.new("/page/")
full_file_path = file_system.full_path("test")
Liquid::Template.file_system =
Liquid::LocalFileSystem.new(full_file_path)
%>
<%@template = Liquid::Template.parse(@page) %>
<%= raw @template.render(@liquid_snippets) %>
So let me explain abov...
2006 Feb 09
0
korean character sets
...ave built a Suse Linux box as a member server to an existing NT 4
domain.
kernel is 2.6.11.xxx
samba is 3.0.13-xxx
all local file systems are reiser.
We installed samba from suse rpm's.
We have noted that when we smbmount an existing nt 4 server, and the
proceed to do a
cp -R smbmountpoint localfilesystem
we miss getting files that are named with Korean characters. The linux representation
of these file names includes all kinds of weird ascii characters
including things like |,>,*. etc.
I'm not sure if there is something I need to add to smb.conf to make
sure that samba properly handles th...