Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
05/19/17 09:55:17AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

All the Feed Validators i try say this looks like a website and not a feed? I am wondering if the issue is I now need to "Register" the module as Michael described above?
Here is the feed i am using

https://roughneckcity.com/feed/oilfieldnews/
derrickhand300
@derrickhand300
05/19/17 09:48:11AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

derrickhand300:
douglas:
Are you running the jrCore 6.1.0b2 version or are you still on 6.0.7?

Is your Feed module up to date?

I'm not seeing an issue with RSS Feeds on my SSL enabled dev site, could be already fixed.

What is the URL you are using for the RSS Feed?

Thanks!

Thank you Brian-I am running the latest versions

Thanks brian- could you add this in a widget on your SSL enabled site and see if it displays for you?
<script type="text/javascript" src="http://output71.rssinclude.com/output?type=js&amp;id=1058218&amp;hash=d07d4f775eaee3f586c5cf48c9f4a78b"></script>

On mine its no longer displaying- but in the past has worked for years-
If you have time to check it out I thank you!
derrickhand300
@derrickhand300
05/18/17 04:52:54AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

Thanks- i got everything looking good now thanks to all your help
I should note that I was able to use the TEMPLATE INJECTION module to fix some issues where I was using thrid party stuff like RSS readers
added http://|https://
and that fixed it up- so far does not seem to be negative consquences or repercussions :)
derrickhand300
@derrickhand300
05/17/17 11:15:06AM
1,353 posts

Question Concerning Uncaught Reference Errors


Design and Skin Customization

Yes-I just saw its a part of sharethis- thanks Steve

Yes- it was a part of the "Old" ShareThis code- removed it and installed the new Sharethis code and seems to have fixed the issue

Thanks
updated by @derrickhand300: 05/17/17 11:19:48AM
derrickhand300
@derrickhand300
05/17/17 11:12:38AM
1,353 posts

Question Concerning Uncaught Reference Errors


Design and Skin Customization

Thanks Paul- No not a module...but something thats been added
derrickhand300
@derrickhand300
05/17/17 09:20:56AM
1,353 posts

Question Concerning Uncaught Reference Errors


Design and Skin Customization

Seeing this error in browser console...I am wondering if this 'stlight" is a part of jamroom?

oilfield_jewelry:1289 Uncaught ReferenceError: stLight is not defined
at oilfield_jewelry:1289

Trying to clean up some errors here..
Thanks
updated by @derrickhand300: 08/16/17 01:14:15PM
derrickhand300
@derrickhand300
05/16/17 02:13:56AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

michael:
derrickhand300:
Getting this error on both http and https...which had been working previously
"module has not registered for RSS Feed support"

This was an adjustment in the jrFeed module. It was setup to feed any module that had a datastore. It turned out that it was feeding private tickets, which is undesirable. So from 1.2.1 of the "RSS Feed and Reader" module:
https://www.jamroom.net/the-jamroom-network/networkmarket/72/rss-feed-and-reader?expanded_changelog=1
Quote:
RSS Feed Reader module changelog

Version 1.2.1:
- Change: Modules must now register the "feed_support" module feature to allow module RSS Feeds

Version 1.2.0:
........

so in your modules _init() function found in its include.php file register for support. The blog module does it like this
    // We want RSS feeds
    jrCore_register_module_feature('jrFeed', 'feed_support', 'jrBlog', 'enabled');

replicate for whatever your module is named.

Thanks Michael- i will try and see if this fixes it
derrickhand300
@derrickhand300
05/16/17 02:13:33AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

douglas:
Are you running the jrCore 6.1.0b2 version or are you still on 6.0.7?

Is your Feed module up to date?

I'm not seeing an issue with RSS Feeds on my SSL enabled dev site, could be already fixed.

What is the URL you are using for the RSS Feed?

Thanks!

Thank you Brian-I am running the latest versions
derrickhand300
@derrickhand300
05/13/17 07:28:49AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

Getting this error on both http and https...which had been working previously
"module has not registered for RSS Feed support"
derrickhand300
@derrickhand300
05/13/17 06:45:35AM
1,353 posts

Question about HTTPS images


Design and Skin Customization

Thank you Douglas-That works...another issue is my RSS feeds no longer work since switching to HTTS- do you have any advice for that?
  19