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!