Quote:
Originally Posted by taffy056
Maria,
Just so you'll know I am getting a database error as well like Bart above, its on Tickets ToDo and when you click on a ticket
Best wishes for the season if you don't have the time right now to do anything
Craig
|
Solution , change
Code:
<?php
// Setup PHP Enviropment
error_reporting(E_ALL & ~E_NOTICE);
// Define Contants
define('THIS_SCRIPT', 'support');
// Cache Templates & Variables
// get special phrase groups
$phrasegroups = array(
'microsupport',
'postbit',
'posting'
);
$specialtemplates = array(
'smiliecache',
'bbcodecache',
'attachmentcache',
);
in
Code:
<?php
// Setup PHP Enviropment
error_reporting(E_ALL & ~E_NOTICE);
// Define Contants
define('THIS_SCRIPT', 'support');
// Cache Templates & Variables
// get special phrase groups
$phrasegroups = array(
'microsupport',
'postbit',
'posting'
);
$specialtemplates = array(
'smiliecache',
'bbcodecache',
'attachmentcache'
);