View Single Post
  #2 (permalink)  
Old 02-25-2003, 01:23 PM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Open you config.php in your main directory.

look for this
Code:
$tipath = "images/topics/";
take off the trailing slash like this
Code:
$tipath = "images/topics";
mikem
Reply With Quote