I used this and 3 other possible links with no use. Here is the code as I have put it in the plugin section. I might have not set the path correctly I assume.
Code:
require_once 'carp/carp.php';
CarpConf('cacheinterval',120);
/** You may want to set a cachepath specifically for your forum **/
CarpConf('cachepath','carp/');
CarpConf('cacherelative',0);
/** You can omit the above two lines without a problem **/
CarpConf('cborder','');
CarpConf('poweredby','');
CarpConf('maxitems',1);
CarpConf('iorder','link');
I have the carp folder in : wtricks.com/forums/carp and the cache folder is in wtricks.com/forums/carp/cache ...
Thank you again for any possible tips as how to solve this