| Tuesday 28 September 2004 11:48:47 pm 
                                                                
                                                                 Hi all, Can anyone tell me if it is possible to link directly to a binary file from one of my template overrides? I get an URL like http://mysite.com:2075/index.php/content/download/167/487/file/myuploadedfile.pdf but that only works from the admin interface. When I change the port to my user access, it says 'Object not available'.  After this, I have another problem: I tried to show which templates are being used in the admin interface, so I can see what code they use. To do this, I've added the following to site.ini.append.php: 
[ContentSettings]TranslationList=
 ViewCaching=disabled
 
[TemplateSettings]Templatecache=disabled
 Templatecaching=disabled
 AutoloadPath=lib/eztemplate/classes/;kernel/common/
 Debug=enabled
 NodeTreeCaching=disabled
 ProcessCaching=disabled
 
[OverrideSettings]Cache=disabled
 
[DebugSetttings]DebugByIP=disabled
 Debug=inline
 DebugRedirection=disabled
 After which I see the templatenames, but when I try to open any page in the content part of the admin interface, I get an error or just the page without my content.  Does anyone know how I can solve these 2 problems? Thank you for your help, Maarten |