Regards,
Ben



P.S. I did run the checksum test during install and it passed. It has let me create and modify files.
Can you report this error?benjamin72070 wrote: I am getting this error any time I try to attach a stylesheet to a template that does not already have a stylesheet attached.
It's difficult to do support without any info on this error.benjamin72070 wrote: What do you mean by report this error? I thought that was what I was doing. Is there a procedure for reporting bugs?
ok, now is clear.benjamin72070 wrote: alby, the subject line is the error message verbatim.
with:if ($result && $result->RecordCount() > 0)
{
and add in #229:if ($result )
{
if ($result->RecordCount() > 0)
{
Alby}
}
else
{
redirect('listtemplates.php'.$urlext.'&message='.lang('sqlerror', 'listcssassoc.php'));
}