![]() |
Missing Images
Im having an issue I changed my custom avatar this morning and now I have a box with a question mark in it and the image file works fine on other websites, I always had an issues with custom avatars not showing up in the active stream and the members list but now custom avatars are not the only thing missing all my pictures in my albums are missing also profile pictures are there but if you change your profile picture then its gone and you cant get it back up does any one have any ideas?
Here is a link to my site http://armorgaming.com/member.php?2-AG-Paravain-Co you can see with my avatar and the group icon is not there I always had a problem with that |
Does the same thing happen on a unmodified default style?
|
Yes I checked the default one this morning I get the same thing
|
OK then temporarily disable all your mods, and see if the issue still persists.
To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory Just below: Code:
<?php Code:
define('DISABLE_HOOKS', true); If you would like to enable the plugin/hook system again, either remove the line again or simply comment that line out. To comment it out, add two forward slashes " / " so it will look like Code:
// define('DISABLE_HOOKS', true); you simply have to remove those two " / ". Or since you are able to access your AdminCP go to AdminCP -> Settings -> Options -> Plugin/Hook System And set it to No to disable. |
ok I did disable every thing this morning but in the admin cp I will add that to the file give me a min here is a print screen of default
--------------- Added [DATE]1377383565[/DATE] at [TIME]1377383565[/TIME] --------------- sorry file was to big for the print screen going to edit file now --------------- Added [DATE]1377383862[/DATE] at [TIME]1377383862[/TIME] --------------- Ok the line is added to the php file |
Ok I see they are still not showing, so try this, please run AdminCP -> Maintenance -> General Update Tools -> Rebuild Custom Avatar Thumbnails
|
I did that this morning and it said all the way down the list error missing attachments was it attachments lol yeah yeah that too
--------------- Added [DATE]1377384668[/DATE] at [TIME]1377384668[/TIME] --------------- oh wait I must of did attachments this morning I just did custom avatars and no error but still nothing |
I see some issue going on. Some of your users that the avatar is showing is shows like so:
Code:
src="images/avatars/thumbs/7.gif" Code:
src="image.php?u=2&dateline=1377370109&type=thumb" What do you have for this setting, AdminCP -> Avatars -> User Picture Storage |
Is it possible im missing a folder? I did have an issue with files last weekend where I may have deleted the folder to my admincp I had to redownload that folder
--------------- Added [DATE]1377385037[/DATE] at [TIME]1377385037[/TIME] --------------- them would be default avatars |
I dunno, either way it should not be reading the avatars from both systems, it should be one or the other.
|
I will check I never messed with the User Picture Storage
|
Just see what it says, maybe take a screenshot of that.
|
maybe thats why the custom avatars were not showing up in the active stream, members list, and arcade
--------------- Added [DATE]1377385331[/DATE] at [TIME]1377385331[/TIME] --------------- I don't know whats wrong with my paint it wont paste so I can save a screenshot is there another way? |
I don't know, that is the only way I do it. There is probably browser extensions that allow you to do so though.
|
File Path - ./customavatars
URL to avatars - customavatars profile picture path - ./customprofilepics URL to profile picture - customprofilepics Sig picture path - ./signaturepics URL to sig pic - signaturepics |
Ok, so they re being served from the database, are those folders present and writable (usually chmod 0777)
|
Here is a URL of a member whos custom avatar is showing
http://armorgaming.com/member.php?266-AG-Disrupt-AC |
I am not seeing his avatar either.
|
Im not sure not all that familiar with databases files present and whiteable what more will I be looking for?
|
That may not even be the problem though. Like I said earlier, some are being read from the database and some are being read from the filesystem. I would wait till someone else replies here that may know more, or has come across such a issue.
|
Oh yeah I have 3 browser open and the internet explorer one I can see his avatar but not on ice dragon or fire fox
--------------- Added [DATE]1377387893[/DATE] at [TIME]1377387893[/TIME] --------------- Ok I found a customavatar folder with another folder thumbs and index.html Is that what im looking for? --------------- Added [DATE]1377390384[/DATE] at [TIME]1377390384[/TIME] --------------- should I start thinking about looking for a backup the last backup I may have is from the 17th but I know that it was before I may have deleted some files lol thats great I wont admit it lol I was uploading a activity award system but I uploaded the upload folder thats what I deleted but when I went to import the XML my admin panel had a 404 message I got my panel back but there are other issues that you see it seems to but any image you browse from your computer like profile pictures avatars albums photos now im out of ideas and wondering if restoring is the only way |
1 Attachment(s)
found out there is a glitch on some windows 8's I guess if your printshot is not copying to paint try holding Ctrl Fn Prt Sc
now for my Prt Sc this is my custom avatars in my database |
Your avatars are stored in the filesystem. Make sure your /customavatars/thumbs directory is chmod to 777 and then run the script to rebuild the custom avatar thumbnails.
|
Quote:
|
In phpmyadmin or you should be able to do it in filezilla
|
I know how to run the script to rebuild but how do I make sure me Custom avatar/thumb is chmod to 777 and if it is not how do I make it to that? wouls I do that in my FTP?
|
If you are using filezilla, find the folder customavatars/thumbs, right click on it, select File Attributes, and in the field, Numeric value, enter 777, then click OK
|
1 Attachment(s)
Here is a shot of the thumb folder in my FTP
|
I think its 0755 if im thinking of the same thing the permissions?
|
Correct, try setting it to 777, and then try loading a avatar again.
|
1 Attachment(s)
ok I changed rebuilt and still nothing
|
1 Attachment(s)
its like I said I think its some thing with my attachments all together this is my album
|
Hmmm, I am stumped, no clue why it won't work.
|
and its every thing with attachments I cant even add a attachment to a post im having a problem with profile picture members have a profile pic but ones they change it its gone
|
You can't add attachments either? What is the error you are getting? And what is in your error_logs (if you don't know where they are, ask your host) when you try to upload an image?
And, out of curiosity, did your host do anything to your server recently? On the front panel of your admincp, what version of PHP does it say is on your server? |
Give me a min to get on my computer and check I just got home from work
|
1 Attachment(s)
Ok im here, I took a screen print of my admin panel. And as far as my server that's the place I went and they told my there is nothing wrong with my server I do have a private server but they said it was running normal
|
1 Attachment(s)
Oh and the error im getting with the attachments im just getting a red light like my screen print
|
I had this problem right after Firefox 23 updated...it has to do with mixed content ...
I have an https protocol and some images and avatars that are being served from an http protocol were not showing. You might be having the same problem here. Now all browsers are using this stupid feature which blocks a lot of content for "security purposes"...might want to check into this. Hope this helps you. |
Quote:
|
All times are GMT. The time now is 04:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|