I try to Upload Image from Story, after click Browser button and choose the image, then nothing happen ! And the image did not show up, and there is no error warning, what happen ? Where is my image ?
Re: IMAGE UPLOAD DID NOT SHOW UP
Posted on: 02/09/07 01:55am By: Dirk
Try this:
Text Formatted Code
// Uncomment the following line if you experience problems with the image
// upload. Debug messages will be added to the error.log file.
// $_CONF['debug_image_upload'] = true;
bye, Dirk
Re: IMAGE UPLOAD DID NOT SHOW UP
Posted on: 02/09/07 02:05am By: logika
Quote by: Dirk
Try this:
Text Formatted Code
// Uncomment the following line if you experience problems with the image
// upload. Debug messages will be added to the error.log file.
// $_CONF['debug_image_upload'] = true;
bye, Dirk
Try this in what file ???
please let me know.
Because I saw in config.php those command already there. so..what's the new ???
// Uncomment the following line if you experience problems with the image
// upload. Debug messages will be added to the error.log file.
// $_CONF['debug_image_upload'] = true;
Re: IMAGE UPLOAD DID NOT SHOW UP
Posted on: 02/09/07 01:45pm By: Dirk
As it says there: Uncomment the line, i.e. remove the // in front of it.