View Single Post
  #3 (permalink)  
Old 10-05-2008, 04:09 AM
OnlyBlue OnlyBlue is offline
New Pligger
 
Join Date: Jul 2007
Posts: 29
Thanks: 0
Thanked 1 Time in 1 Post
The line 128 in image_upload_main.php is:
Quote:
$storyTitle = htmlentities(stripslashes($smarty->get_template_vars(title_short)));
I add the following two sentences just before this line:
Quote:
include_once('Smarty.class.php');
$smarty = new Smarty;
The Fatal error message disappeared. But I can't see the uploaded image anywhere. What's the problem, and how to do?

Thanks!
Reply With Quote