Using 1.0.4, admin>Layout>Stylesheets>Attach Stylesheet to Template>delete association ...
I get a completely blank page returned by
admin/deletetemplateassoc.php?id=43&template_id=15&type=template
I have on occasions seen it report an error at line 45 in deletetemplateassoc.php.
1.0.2 didn't exhibit this. I see that line 45 has changed in this version (or maybe at 1.0.3).
Can anyone advise if this is just me and I need to do a rebuild, or a genuine bug?
Cheers
Brian
Cannot delete stylesheet association in 1.0.4?
Re: Cannot delete stylesheet association in 1.0.4?
Hmm, same thing overhere... looks like a genuine bug.
D
Regards,Notice: Object of class CmsObject to string conversion in /path/to/cmsms/admin/deletetemplateassoc.php on line 45
Notice: Undefined variable: Object in /path/to/cmsms/admin/deletetemplateassoc.php on line 45
Fatal error: Call to a member function GetDb() on a non-object in /path/to/cmsms/admin/deletetemplateassoc.php on line 45
D
Re: Cannot delete stylesheet association in 1.0.4?
In admin/deletetemplateassoc.php change line 45 from
to
(Fixed in SVN)
Thanks for reporting,
Regards,
D
Code: Select all
$db =& $$gCms->GetDb();Code: Select all
$db =& $gCms->GetDb();Thanks for reporting,
Regards,
D

