Status: offline

logika

Forum User
Newbie
Registered: 02/08/07
Posts: 4
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 ?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
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

Status: offline

logika

Forum User
Newbie
Registered: 02/08/07
Posts: 4
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;

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
As it says there: Uncomment the line, i.e. remove the // in front of it.

bye, Dirk