View Single Post
  #12  
Old 09-17-2012, 12:15 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 394,082
Hall of Famer is on a distinguished road
Default

Oh you are talking about the bbcode? It seems that you have disabled the allow_url_fopen property in php.ini. For this reason you won't be able to read your image file from a different url. Do you have access to your php.ini file? If so, find the keyword 'allow_url_fopen' and set this value to be 'on'. And then, problem solved.

Here's what I found after seeing your siggy.php warning/error log, which confirms my conclusion:

PHP Code:
<br />
<
b>Warning</b>:  readfile() [<a href='function.readfile'>function.readfile</a>]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in <b>/home/itsumoon/public_html/ash/dd/adopt/siggy.php</b> on line <b>146</b><br />
<br />
<
b>Warning</b>:  readfile(http://www.adragonsden.com/adopt/stage1/pika1.jpg) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: no suitable wrapper could be found in <b>/home/itsumoon/public_html/ash/dd/adopt/siggy.php</b> on line <b>146</b><br />
<br />
<
b>Warning</b>:  Cannot modify header information headers already sent by (output started at /home/itsumoon/public_html/ash/dd/adopt/siggy.php:146in <b>/home/itsumoon/public_html/ash/dd/adopt/siggy.php</bon line <b>151</b><br />
Readfile appears to be disabled on your host
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote