Osclass Support Forums

Osclass plugin support => Advertisement Manager Plugin => Topic started by: angela on June 29, 2017, 03:19:56 PM

Title: http and https
Post by: angela on June 29, 2017, 03:19:56 PM
I noticed that activating the Adv.. plugin creates an SSL security issue
Turning it off or locking the hooks the problem resolves
I have many plugins installed but only this is the problem
Maybe I have to put the hook between a specific code?
I also see this forum from the same SSl alert
advice?
thanks
Title: Re: http and https
Post by: MB Themes on June 29, 2017, 03:26:32 PM
@angela
https will not be effective, if your site contains http links. Check if you have not defined any inside adverts or simply check your source code for http:// links
Title: Re: http and https
Post by: angela on June 29, 2017, 06:18:06 PM
@angela
https will not be effective, if your site contains http links. Check if you have not defined any inside adverts or simply check your source code for http:// links

im sorry i don't understand, links in plugin? The only link with the banner test, if If I take it away the problem remains
I'll explain

with plugin enable https becomes http
with plugin enable with
Code: [Select]
<!--<?php echo show_banner('gruppofooter'); ?>--> https remains https
with plugin enable with
Code: [Select]
<?php echo show_banner('gruppofooter'); ?> https becomes http
Title: Re: http and https
Post by: MB Themes on June 29, 2017, 07:09:46 PM
What code and urls you have in those banners?
What is your url?
Title: Re: http and https
Post by: angela on June 30, 2017, 07:13:04 AM
What code and urls you have in those banners?
What is your url?

Now I understand! thanks! (work recently with ssl)
the banner image came from an external site,
now put it into an internal folder and everything works

thanks
problem solved :)
Title: Re: http and https
Post by: MB Themes on June 30, 2017, 08:10:30 AM
@angela
Great  :-*