Quote:
Originally Posted by stormblast
Ok I added:
PHP Code:
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array();
// pre-cache templates used by specific actions
$actiontemplates = array();
in GAB_redirect.php
Now a new window is being opened but the site cannot be displayed. Although the array.merge error is gone..
|
Cool. I addded a couple of those arrays to GAB_redirect in the 1.01 package, but not action templates or globaltemplates.
Ill put those in 1.02 (though I dont think they are really needed).
Make sure that the URL in the ad is valid and that it doesnt start with http://
In 1.02 ill make it so it will have to have http:// to work though.