New upgrade - missing icons/images - Preview button dead
- Thread starter Tom.G
- Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
39 replies · 4K views
Discussion
Physics news on Phys.org
- 19,981
- 11,084
Upgrade of what?
- 19,981
- 11,084
There was a very minor upgrade but that was a couple weeks ago. There haven't been any other reports. Try to clear your cache first.Tom.G said:I'm assuming the one you mentioned to be implemented within the last week or so.
(Of course it's always possible there is a problem on this end.)
Science Advisor
Gold Member
- 5,661
- 4,508
Cleared cache on two installations of browser. Also restarted computer and cleared cache again. No change.
Icons missing at text box for both Reply and New Thread. Preview button works for Reply but not for New Thread.
EDIT: Icons also missing for Edit, Report, Like, Reply in all threads.
Any other suggestions?
Icons missing at text box for both Reply and New Thread. Preview button works for Reply but not for New Thread.
EDIT: Icons also missing for Edit, Report, Like, Reply in all threads.
Any other suggestions?
Science Advisor
Gold Member
- 4,458
- 3,265
Things look okay for me. Firefox 37. (I know. It's an old version but there's no problems with it)Tom.G said:Cleared cache on two installations of browser. Also restarted computer and cleared cache again. No change.
Icons missing at text box for both Reply and New Thread. Preview button works for Reply but not for New Thread.
EDIT: Icons also missing for Edit, Report, Like, Reply in all threads.
Any other suggestions?
Mentor
- 37,507
- 14,387
Can you try it on a different computer?
As most users see the icons it looks like it is computer/network specific.
As most users see the icons it looks like it is computer/network specific.
OCR
- 996
- 936
- 19,981
- 11,084
All the icons are actually CSS code which come from a single file. Yesterday we paid an invoice for the CDN where the file is hosted, so perhaps there was a slightly chance of disruption between the time the bandwidth ran out and when the invoice was paid. Pretty sure it must be a cache issue with the browser.
Admin
- 69,717
- 25,504
One time the buttons disappeared for me in a similar way, and it turned out I had zoomed in a bit in my Browser on a previous window to see something better. If the Browser window is not big enough (zoomed out enough) to fit the buttons, placeholders are used for some of them. Try going to full-screen on your Browser window and zooming out some. Do the buttons appear at some point?Tom.G said:Oops. Just tried another user account on the same machine and the icons appear there. Didn't try the Preview buttons. So yup, it's local. Time for some debugging.
Thanks all for your patience!
Science Advisor
Gold Member
- 5,661
- 4,508
What is the URL where the CSS is stored? I've got a LONG list of blocked sites and the URL could have been added to it. PM me if you don't want it public. Email won't work, your site says my current email domain is blocked and will not accept it when entered. (Is that another issue? it's been many months. Seems strange that your pgm won't send to a particular domain.)Greg Bernhardt said:All the icons are actually CSS code which come from a single file. Yesterday we paid an invoice for the CDN where the file is hosted, so perhaps there was a slightly chance of disruption between the time the bandwidth ran out and when the invoice was paid. Pretty sure it must be a cache issue with the browser.
EDIT: @berkeman , tried the full screen & zooming to no effect.
- 19,981
- 11,084
Tom.G said:What is the URL where the CSS is stored?
It's public.
Code:
https://physicsforums-bernhardtmediall.netdna-ssl.com
Tom.G said:Email won't work, your site says my current email domain is blocked and will not accept it when entered.
We do block several dozen known "throw away" email services.
Mentor
- 37,507
- 14,387
That makes sense.Greg Bernhardt said:All the icons are actually CSS code which come from a single file. Yesterday we paid an invoice for the CDN where the file is hosted, so perhaps there was a slightly chance of disruption between the time the bandwidth ran out and when the invoice was paid.
Your browser has to find and use it, it has to be public - both its address and its content. In fact, the forum transmits the address every time you access the forum in case your browser didn't store the css file locally.Tom.G said:What is the URL where the CSS is stored? I've got a LONG list of blocked sites and the URL could have been added to it. PM me if you don't want it public.
https://www.physicsforums.com/css.php?css=xenforo,form,public&style=10&dir=LTR&d=1509593298
https://www.physicsforums.com/css.php?css=attachment_editor,bb_code,cta_featuredthreads,discussion_list,inline_mod,likes_summary,message,message_user_info,moderator_bar,pf_blogrss_items,pf_solved,quick_reply,similar_threads,thread_view,xb,xb_message,xb_offcanvas_menu,xb_quicksearch_nav,xengallery_tab_links&style=10&dir=LTR&d=1509593298 - here the buttons are defined.
As css interpretation happens on your local computer, you can also tell your browser to change it if you like.
This is an actual screenshot after I changed it in my browser (just for the picture), note the different symbol and the question mark:
Attachments
- 19,981
- 11,084
Now that I think of it, we use Font Awesome, which is not hosted by our CDN but rather their public one atmfb said:That makes sense.
Code:
https://maxcdn.bootstrapcdn.com
Science Advisor
Gold Member
- 5,661
- 4,508
OK, the CSS is not blocked. I notice it requires JavaScript, what is the earliest version it needs. This machine has versions dating from Aug. 2000 to Jul. 2015.
My current email (gmx.com) was chosen based on features when my previous supplier went behind a paywall, large files are important, and to some extent so is zero cost. It's what I use for World-facing interaction; i.e. purchasing, etc, etc.
edit: (our entries crossed in the ether)
My current email (gmx.com) was chosen based on features when my previous supplier went behind a paywall, large files are important, and to some extent so is zero cost. It's what I use for World-facing interaction; i.e. purchasing, etc, etc.
edit: (our entries crossed in the ether)
- 19,981
- 11,084
CSS does not require javascript. Javascript can manipulate CSS, but they are two distinct technologies.Tom.G said:OK, the CSS is not blocked. I notice it requires JavaScript, what is the earliest version it needs. This machine has versions dating from Aug. 2000 to Jul. 2015.
Science Advisor
Gold Member
- 5,661
- 4,508
OK. I saw reference to .js in the file and assumed it was needed.Greg Bernhardt said:CSS does not require javascript. Javascript can manipulate CSS, but they are two distinct technologies.
We are closing in, maybe. That site yields an error message of "Untrusted Connection". The detail is:Greg Bernhardt said:Code (Text): https://maxcdn.bootstrapcdn.com
maxcdn.bootstrapcdn.com uses an invalid security certificate.
The certificate is not trusted because the issuer certificate is not trusted.
(Error code: sec_error_untrusted_issuer)
- 19,981
- 11,084
Tom.G said:OK. I saw reference to .js in the file and assumed it was needed.
In what file?
Tom.G said:We are closing in, maybe.
That is just the base domain. I don't think it's meant to be accessed outside of a specific file that resides within it.
Science Advisor
Gold Member
- 5,661
- 4,508
Now this is getting strange! I did a copy & paste of https://physicsforums-bernhardtmediall.netdna-ssl.com to the address bar and got a large text file, obviously machine generated with very long lines and little formatting. The first few (20?) lines referenced some .js files (could have been in comments). Deep down in the file there were references indicating it was probably open source. When I tried to access that file again I got the PF home page.Greg Bernhardt said:In what file?
Could you expand on that comment? When I ignore the Untrusted warning, a pop-up tells me:Greg Bernhardt said:That is just the base domain. I don't think it's meant to be accesses outside of a specific file.
You have chosen to open:
<blank line here>
which is a: Adobe Acrobat 7.0 Document (0 bytes)
from: https://maxcdnbootstrapcdn.com
When I tell it to save the file, the FileName is: iPierTq7.pdf.part
and it really is of zero length.
(This is beginning to feel like"Through The Looking Glass")
Science Advisor
Gold Member
- 5,661
- 4,508
Found The Strange Text File!Tom.G said:Now this is getting strange!
https://physicsforums-bernhardtmediall.netdna-ssl.com/js/xenforo/xenforo.js?_v=72cbfc43
Seems to be a user interface library.
Science Advisor
Gold Member
- 5,661
- 4,508
I accessed this text file but do not understand what it does or how.mfb said:https://www.physicsforums.com/css.php?css=attachment_editor,bb_code,cta_featuredthreads,discussion_list,inline_mod,likes_summary,message,message_user_info,moderator_bar,pf_blogrss_items,pf_solved,quick_reply,similar_threads,thread_view,xb,xb_message,xb_offcanvas_menu,xb_quicksearch_nav,xengallery_tab_links&style=10&dir=LTR&d=1509593298 - here the buttons are defined.
But the icons are back!
Mentor
- 37,507
- 14,387
Yes, but that is unrelated to the buttons. They come from the second css file I linked.Tom.G said:Found The Strange Text File!
https://physicsforums-bernhardtmediall.netdna-ssl.com/js/xenforo/xenforo.js?_v=72cbfc43
Seems to be a user interface library.
- 19,981
- 11,084
It wasn't meant to be accessed by itself. I just provided the root domain for your to check against your block list.Tom.G said:I did a copy & paste of https://physicsforums-bernhardtmediall.netdna-ssl.com to the address bar and got a large text file, obviously machine generated with very long lines and little formatting.
Mentor
- 37,507
- 14,387
What happens if you try to open these files (especially the second one), and does it work again afterwards?mfb said:https://www.physicsforums.com/css.php?css=xenforo,form,public&style=10&dir=LTR&d=1509593298
https://www.physicsforums.com/css.php?css=attachment_editor,bb_code,cta_featuredthreads,discussion_list,inline_mod,likes_summary,message,message_user_info,moderator_bar,pf_blogrss_items,pf_solved,quick_reply,similar_threads,thread_view,xb,xb_message,xb_offcanvas_menu,xb_quicksearch_nav,xengallery_tab_links&style=10&dir=LTR&d=1509593298 - here the buttons are defined.
Mentor
- 37,507
- 14,387
Did you see the content?Tom.G said:ried opening both files
Do you see the white bar at the bottom of posts where the elements are supposed to be?
Which browser do you use?
- 19,981
- 11,084
Can you access this file?Tom.G said:No joy. Tried opening both files, both individually and jointly, with and without clearing cache, and with and without restarting browser. Still no icons.
https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css
Science Advisor
Gold Member
- 5,661
- 4,508
Yes, as text.mfb said:Did you see the content?
https://www.physicsforums.com/css.php?css=xenforo,form,public&style=10&dir=LTR&d=1509593298
https://www.physicsforums.com/css.php?css=attachment_editor,bb_code,cta_featuredthreads,discussion_list,inline_mod,likes_summary,message,message_user_info,moderator_bar,pf_blogrss_items,pf_solved,quick_reply,similar_threads,thread_view,xb,xb_message,xb_offcanvas_menu,xb_quicksearch_nav,xengallery_tab_links&style=10&dir=LTR&d=1509593298 -
Yes I see the bar but the icons don't show, just placeholders and the associated text. Also, the icons in the blue-gray bar at the top of the "Have something to add?" box don't exist, just placeholders (but the Sigma is there.)mfb said:Do you see the white bar at the bottom of posts where the elements are supposed to be?
Firefox 18.0.2. Yea, I know, it's old. To upgrade, must replace OS; then there is $X,XXX's of applications to be upgraded. Stuck!mfb said:Which browser do you use?
Yes, after bypassing a security warning of untrusted site. Three lines of comment and one very long line of text.Greg Bernhardt said:Can you access this file?
https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css