Page 2 of 2

Re: Image broken link

Posted: Thu Oct 11, 2012 5:40 am
by admin
mklante,

Who looks after your remote server?

It may be a question for them.

Steven

Re: Image broken link

Posted: Thu Oct 11, 2012 5:56 am
by pickle_jimmy
Hi mklante,

I was doing some searching for your image problem - someone in internet land suggested Magic Quotes could be an issue...

Skeptical as I was, I set magic quotes on in my test system and tried to upload an image - broken

I then turned magic quotes off - and Hey Presto, I could upload an image again.

This may be your issue if you are having a server hosted somewhere. If you need help knowing how to turn off magic quotes (which you should do as a matter of course anyway) - let me know.

Else, give it a go.

Good Luck

Pickle

Re: Image broken link

Posted: Fri Oct 12, 2012 6:50 pm
by mklante
Thanks for the hint with the magic quotes and I checked php.ini

magic_quotes_gpc = Off


So no change.

Desperately

Michael

Re: Image broken link

Posted: Fri Oct 12, 2012 6:52 pm
by mklante
I have a UBUNTU server installed on Amazon and I installed lamp stack to run Apache2 & Mysql

Why could this be a problem?

Re: Image broken link

Posted: Sat Oct 13, 2012 6:26 am
by mklante
Is it possible that I have to change permissions in php5 ???

kind regards

Michael

Re: Image broken link

Posted: Mon Oct 15, 2012 3:08 pm
by massiws
Michael,

try to set display_errors = Off in php.ini: in my case this work.

Hope it helps.

Re: Image broken link

Posted: Tue Oct 16, 2012 2:11 am
by mklante
Thank You very much.
Got it and works

Kind regards

Michael

Re: Image broken link

Posted: Mon Oct 22, 2012 3:17 am
by admin
.