Welcome Guest, Not a member yet? Register   Sign In
Template Spark not working
#12

[eluser]Unknown[/eluser]
Hey Javier,

The problem is

Code:
<?php

# Load the template library when the spark is loaded
$autoload['config'] = array('template');

It should be:

Code:
<?php

# Load the template library when the spark is loaded
$autoload['libraries'] = array('template');

So libraries instead of config, after this change everything is working like a charm.


Messages In This Thread
Template Spark not working - by El Forum - 03-18-2011, 09:38 AM
Template Spark not working - by El Forum - 03-18-2011, 01:14 PM
Template Spark not working - by El Forum - 03-18-2011, 02:10 PM
Template Spark not working - by El Forum - 03-18-2011, 02:16 PM
Template Spark not working - by El Forum - 03-18-2011, 02:25 PM
Template Spark not working - by El Forum - 03-18-2011, 07:26 PM
Template Spark not working - by El Forum - 03-19-2011, 06:35 AM
Template Spark not working - by El Forum - 03-19-2011, 08:19 AM
Template Spark not working - by El Forum - 03-19-2011, 09:40 AM
Template Spark not working - by El Forum - 03-19-2011, 10:06 AM
Template Spark not working - by El Forum - 03-19-2011, 10:33 AM
Template Spark not working - by El Forum - 03-22-2011, 05:59 AM
Template Spark not working - by El Forum - 03-22-2011, 10:43 AM
Template Spark not working - by El Forum - 03-22-2011, 10:50 AM
Template Spark not working - by El Forum - 04-24-2011, 01:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB