Page 1 of 1

Picture upload not working

PostPosted: Fri Jun 24, 2011 7:57 pm
by zeus_23
Hi

On a brand new fresh install of dfh v1.1 I cannot upload images.

Files / folders have been chmod (777) when running check from setting (all green )

I am able to upload normal files, when uploading image dfh says "Completed!!!|" but no link and nothing in images folders on server

Please advice.

/Zeus

Re: Picture upload not working

PostPosted: Fri Jun 24, 2011 8:40 pm
by PeterS
Please post your URL, to where DFH is located, in order for further assistance.

PeterS

Re: Picture upload not working

PostPosted: Sat Jun 25, 2011 5:02 am
by zeus_23
Hello here you go : http://exnet.dk/dfh

Re: Picture upload not working

PostPosted: Sat Jun 25, 2011 7:34 am
by SamEA
zeus_23 wrote:Hello here you go : http://exnet.dk/dfh


zeus_23 wrote:Hello here you go : http://exnet.dk/dfh


There seems to be an error in ./basic.php, have you modified it in anyway? If so, please replace ./basic.php with the original file.

However, if you haven't modified basic.php in anyway, go to ./config.php and:

1)Find
Code: Select all
error_reporting(0);
//error_reporting (E_ALL ^ E_NOTICE);


2) Replace with
Code: Select all
//error_reporting(0);
error_reporting (E_ALL ^ E_NOTICE);


This is so we can debug the problem.

Re: Picture upload not working

PostPosted: Sat Jun 25, 2011 7:52 am
by zeus_23
I have not made any changes, But i have now activated the debugging.

Re: Picture upload not working

PostPosted: Sat Jun 25, 2011 6:55 pm
by SamEA
zeus_23 wrote:I have not made any changes, But i have now activated the debugging.


Debugging is not on, either install DFH from fresh, or alternatively send me your FTP details via PM.

Re: Picture upload not working

PostPosted: Sat Jun 25, 2011 7:45 pm
by zeus_23
Have sent details on PM