PDA

View Full Version : Images not showing?


katsRme
08-19-2012, 04:16 PM
Okay, I feel stupid now. Whenever I try to upload an image, it works, but the image doesn't show and can't be deleted! *headdesk* I'm okay with using Tinypic to upload images, and I'm pretty sure I CHMODed the picupload, so what went wrong? (And sorry for being so stupid :Q: )

Aasixx
08-19-2012, 04:20 PM
And you're positive you CHOMD'ed the picuploads png, gif, and jpg to 777? This happened to me and I forgot to CHMOD gif and png.

katsRme
08-19-2012, 04:33 PM
Yup. I'll go triple check that I did. EDIT: They're all set to 777, so....

Aasixx
08-19-2012, 04:41 PM
Hmm. Try saving your image as a .jpg

Hall of Famer
08-19-2012, 04:55 PM
Are you using Mys 1.3.1? Anyway check your database table prefix.filesmap and post a screnshot of it if you can. The path may be wrong.

Derpstra
08-19-2012, 05:13 PM
1. Go to PHPmyadmin.
2. Click on the database your petsite information is stored in.
3. Click on adopts_filesmap.
4. Click on Inline Edit on one of the images that are currently coming up blank in your control panel.
5. Underneath the wwwpath column, erase whatever is written there and replace it with the correct FULL URL of the image you should be seeing.
6. Replace the link under serverpath with the URL from 'picuploads' to the end.
7. Click Save near the Inline Edit button.
8. Go back to www.yourwebsite.com/admincp/adopt.php?do=manageimg and refresh.
9. Check to see that the image is now showing up. Go back and do this for the rest of the images that are also not working.

You'll have to do this whenever this happens. I don't know how to permanently correct the problem, but this is how to fix it when it does happen.

katsRme
08-19-2012, 05:19 PM
I'll try as a gif, since it's transparent....EDIT: Argh ninja'd! Anyway I'll do what you guys said. Thanks ^^' And hall of Famer... I don't know where that is because I just started this.... :mii:

Aasixx
08-19-2012, 05:27 PM
check and make sure you don't have http:// or www. where your site's link is in config.php

katsRme
08-19-2012, 05:38 PM
It did have http and I deleted that, but it still doesn't work...

Aasixx
08-19-2012, 05:40 PM
so, for example, it should say in your config.php

petadopts.x10.bz

and it still doesn't work?

katsRme
08-19-2012, 05:43 PM
Nope. I would post what it says but the file manger is being stupid :catfish:

Derpstra
08-19-2012, 05:46 PM
Did you follow the steps I suggested? :]

katsRme
08-19-2012, 05:49 PM
It says landsofthorcarse.99webs.info and it still doesn't work.... EDIT: And yes I will try that if all else fails, Derpstra. EDIT again: Is there a way to change how much cash a user has?

Aasixx
08-19-2012, 05:58 PM
Go to phpmyadmin then to your site's database, look for yourdatabasename_users find a user and click "Edit" and look for "money" and you can change their amount of cash there.

Derpstra
08-19-2012, 06:03 PM
1. Go to PHPmyadmin.
2. Click on your database.
3. Click on adopts_users.
4. Click on Inline Edit of the user you wish to give or take money from.
5. Find the info underneath money.
6. Replace the number with how much you want them to have.
7. Click Save.

katsRme
08-19-2012, 06:08 PM
Thanks ^^ I guess I'll just use Derpstra's method and TinyPic for pictures. Thanks everyone for helping!