Displaying 3 results from an estimated 3 matches for "daryn".
Did you mean:
darn
2005 Jul 29
3
problems with Windows XP clients becoming local master?
Hi there. First time posting to this but I'm getting desperate so apologies
for any netiquette faux pas...
I'm running a Suse box with Samba on it, with Windows XP SP2 clients viewing
it in a workgroup. Some pc's are having timeouts when attempting to view a
network share though. In the logs, sometimes at the same time as the
timeouts, this appears:
[2005/07/28 13:19:08, 0]
2010 Mar 01
1
Render - Missing Template
Sorry if you have had this problem many times before. I just can''t
seem to find the problem.
I have a budget controller with a create action like this:
def create
# do some things
if budget.save
redirect_to(period_budgets_path(period))
else
@budget = budget
@expense = budget.expense
@period = budget.period
render :action => "new"
2012 Jan 20
0
Chinese characters scramble after a while
The problem I am currently facing is that the Chinese characters that
are posted on my site which are encoded with UTF-8 become scrambled for
some reason overnight (I check the next morning). All my pages on the
application are headed with <meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
I attempted to use the solution provided on this page