Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

[Solved] Setting autoload_filters causing a blank screen

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
rigo
Smarty n00b


Joined: 29 Nov 2007
Posts: 3

PostPosted: Thu Nov 29, 2007 5:11 pm    Post subject: [Solved] Setting autoload_filters causing a blank screen Reply with quote

Hi,

I've created a file outputfilter.seo.php and put it in the plugins-folder.
Then I've tried to set the autoload_filters variable directly in the Smarty.class.php
Code:
var $autoload_filters = array('output' => array('seo'));
After uploading the Smarty.class.php I just get a blank screen Sad

When I try it like this
Code:
var $autoload_filters = array('output' => 'seo');
I got no error but the filter isn't loaded.

Does anyone got a solution for this problem?

[Solved] The first code snipped was right. It was my fault, because I made a spelling error with the function name Embarassed

cu
rigo
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP