mklante,
Who looks after your remote server?
It may be a question for them.
Steven
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Image broken link
-
- Posts: 38
- Joined: Mon Jul 25, 2011 4:00 am
Re: Image broken link
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
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
-
- Posts: 14
- Joined: Tue Sep 18, 2012 12:44 pm
Re: Image broken link
Thanks for the hint with the magic quotes and I checked php.ini
magic_quotes_gpc = Off
So no change.
Desperately
Michael
magic_quotes_gpc = Off
So no change.
Desperately
Michael
-
- Posts: 14
- Joined: Tue Sep 18, 2012 12:44 pm
Re: Image broken link
I have a UBUNTU server installed on Amazon and I installed lamp stack to run Apache2 & Mysql
Why could this be a problem?
Why could this be a problem?
-
- Posts: 14
- Joined: Tue Sep 18, 2012 12:44 pm
Re: Image broken link
Is it possible that I have to change permissions in php5 ???
kind regards
Michael
kind regards
Michael
-
- Posts: 503
- Joined: Thu May 24, 2012 2:08 am
- Location: Milan, Italy
- Contact:
Re: Image broken link
Michael,
try to set display_errors = Off in php.ini: in my case this work.
Hope it helps.
try to set display_errors = Off in php.ini: in my case this work.
Hope it helps.
-
- Posts: 14
- Joined: Tue Sep 18, 2012 12:44 pm