Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Images are a no show (http://www.mysidiaadoptables.com/forum/showthread.php?t=1657)

RoconzaArt 01-15-2011 07:09 PM

Images are a no show
 
I signed up for a site with http://x10hosting.com/index and did every thing only to find my uploaded images will not show.

Hall of Famer 01-15-2011 07:11 PM

umm what extensions of images do you use? Looks like .png support does not work very well at this moment, so do not bother with it until future releases are available. If your .jpg or .gif images wont show, please give us an example and we will see what goes wrong.

RoconzaArt 01-15-2011 07:30 PM

It's a .gif image and I set the permissions as told. It's not just in sigs it just does not show up at all.

I pasted the codes and the will not show up

http://www.kawaiipetshop.x10.mx/siggy.php?id=5 http://www.kawaiipetshop.x10.mx/get/5.gif"

<a href="http://www.kawaiipetshop.x10.mx/levelup.php?id=5" target="_blank">
<img src="http://www.kawaiipetshop.x10.mx/siggy.php?id=5" border=0></a>

PTGigi 01-15-2011 07:32 PM

Oh it's because this forum does not allow the use of HTML. You need to use the BBC for your adoptables on forums :3

RoconzaArt 01-15-2011 07:36 PM

I know I only posted the html because the forum code will not show. The images will not show at all on my site.

Hall of Famer 01-15-2011 07:40 PM

I got this internet server error when accessing your image directory. It may have something to do with your host, or the file may not have been uploaded successfully.

RoconzaArt 01-15-2011 07:42 PM

What should I do it talk to the host or try a few more images?

PTGigi 01-15-2011 07:43 PM

http://www.kawaiipetshop.x10.mx/siggy.php?id=5*tries image*

Hm that's strange it's not working D: I have no idea why it's doing that.

Also I just tried that link in my address bar and this came up for the siggy.php?id=5:
Code:

<br />
<b>Warning</b>:  readfile(http://www.kawaiipetshop.x10.mx/picuploads/gif/0647ba628db6e5b6925780fb60606a5a.gif) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
 in <b>/home/roconza/public_html/siggy.php</b> on line <b>220</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/roconza/public_html/siggy.php:220) in <b>/home/roconza/public_html/siggy.php</b> on line <b>225</b><br />
Readfile appears to be disabled on your host.

EDIT; Double ninja'd D:

RoconzaArt 01-15-2011 07:48 PM

What do you think I should do?

Hall of Famer 01-15-2011 07:55 PM

You'd better ask your host what is going on, looks like there's indeed something wrong on their side if Gigi is receiving such a warning message on your site.

Tequila 01-15-2011 07:59 PM

Try creating a simple .php file called check.php.

Run this code
PHP Code:

<?php
if (function_exists('readfile')) {
    echo 
"readfile() is enabled.<br />\n";
} else {
    echo 
"readfile() is not enabled.<br />\n";
}
?>


RoconzaArt 01-15-2011 08:03 PM

"readfile() is enabled."

What does that mean?

Tequila 01-15-2011 08:07 PM

Quote:

Originally Posted by RoconzaArt (Post 12181)
"readfile() is enabled."

What does that mean?

Well that means you should be having no problems with the images...

Are your image upload folders CHMODed properly?

RoconzaArt 01-15-2011 08:10 PM

I CHMODed GIF AND JPEG like the install guide told me to.

Hall of Famer 01-15-2011 08:27 PM

Well this is so strange, seems that it may have something to do with the style. I remember receiving this 'cannot modify header information' error before, which has something to do with css. Where did you get this skin for your site? Would you try installing a demo site on your server and see if you still have problem uploading image files?

If this is not a problem with your style, then it may be resulted from incompatibility of custom scripts. I see you have both trade and breeding enabled on your site, are you using RA v1.00 or v1.10? Just curious.

RoconzaArt 01-15-2011 08:31 PM

The images were not showing up before I installed the new layout. It's the oddest thing I had not touched anything when I first tried to upload.

Kaeliah 01-15-2011 09:29 PM

Try looking at the permissions of your actual images if they're still not showing up. Similar to how you CHMODed the folders, if the images are not allowing to be 'read' then they won't be.

Also, it would seem as though there are no adoptables on your site... >.> Maybe that's the problem?

RoconzaArt 01-15-2011 09:53 PM

Does that mean I'd need to CHMOD every image I upload? I'm confused on what you mean.

There are none because the images will not show. I can't upload my picture unless I do manually. I can't really have adoptables if no one can even see them.

Kaeliah 01-15-2011 09:55 PM

Well it's hard to fix a problem if you delete what's causing it. Also, try getting a photobucket account or uploading your adoptable images to a different source, such as tinypic, imagehost, etc, then adding them in using the remote URL and see if it works that way.

And as far as the CHMOD goes, it was more or less to check if that was the problem.

RoconzaArt 01-15-2011 10:03 PM

I see well I may skip photobucket and just upload through my own site via a image folder. It will not let me upload with the adoptable script but I can upload images just fine from my ftp or file manger.

http://kawaiipetshop.x10.mx/images/cat-10.png <---
(is not the final image but you get the idea)

Here a image uploaded from the adoptable site.
http://www.kawaiipetshop.x10.mx/siggy.php?id=8 <----

PTGigi 01-15-2011 10:05 PM

Are you using the 1.1 version or the 1.0 version? The 1.0 version does not support PNGs, could that be the issue? (it's an easy fix there's a thread around here somewhere about it I just forget the url D: )

Kaeliah 01-15-2011 10:07 PM

(If the PNG's is the problem, Gigi, it would deny the upload altogether)

Although if you are uploading PNG images, then you should have a PNG folder. Check to see if that's CHMODed properly?

RoconzaArt 01-15-2011 10:08 PM

It's 1.1 version but the image is a .gif image.

(My site is going to be mostly pixel art and I save my pixel art as gifs. I tried a png to see that would work for some reason and it didn't let me do it any way)

Kaeliah 01-15-2011 10:14 PM

(I wonder if HOF installed the PNG support mod correctly o.o)

Anyways, the images are there it seems, but for whatever reason your host is not allowing view of them in the way that it wants to. My suggestion is to use the way you found to get around the problem as it simply may be the host.

RoconzaArt 01-15-2011 10:16 PM

It said this:

Cannot modify header information - headers already sent by (output started at /home/roconza/public_html/siggy.php:220) in <b>/home/roconza/public_html/siggy.php</b> on line <b>225</b><br />
Readfile appears to be disabled on your host.


But this says other wise

http://kawaiipetshop.x10.mx/check.php

BMR777 01-15-2011 10:21 PM

Readfile is disabled, plain and simple. The PHP function_exists check just checks that a function by that name exists, not that it is enabled on the server.

http://php.net/manual/en/function.function-exists.php

RoconzaArt 01-15-2011 10:25 PM

Does that mean I'll have to move to a new host? There is no way to get around it?

Kaeliah 01-15-2011 10:49 PM

I have heard of hosts not allowing readfile. Byethost is another that doesn't allow readfile. I know 000webhost allows it though. I'm not positive if there is a way to enable it though, if it has been disabled by the host for security reasons.


All times are GMT -5. The time now is 10:23 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.