Skip Navigation

[Resolved] Loading mixed (insecure) display content

This thread is resolved. Here is a description of the problem and solution.

Problem:
Issue with Real Estate reference site install. I get server timeout error.

Solution:
When you try to install any Toolset reference site please make sure that you have enough memory on your server and max_execution_time and post_max_size is correctly setup with your sever.

In this case, you can find the proposed solution with the following reply:
https://toolset.com/forums/topic/loading-mixed-insecure-display-content/#post-589759

Relevant Documentation:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/

This support ticket is created 7 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 12 replies, has 2 voices.

Last updated by charlotteM-2 7 years ago.

Assisted by: Minesh.

Author
Posts
#589364

I am trying to: install the refence site 'Real estate'
What I did:
Reset the site;
Installation requirements all met;
During installation the process stops, error is: Loading mixed (insecure) display content “hidden link on a secure page

(I read 'Can not install Framework demo', but it is not due to time-out.)

What can I do? What can you do?

kind greetings,
Charlotte

#589451

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - I've created test site with "hidden link" and I tried to install the Real estate site but I do not see the error you mentioned.

Could you please tell me at which stage installation is break. Screenshot would be a great help.

#589747
Screenprint 2017-11-15 at 10.13.00.png
Screenprint  2017-11-15 at 10.16.00.png
Screenprint  2017-11-15 at 10.15.45.png

Hi Minesh,
My question is not about discover-wp.com, but about installing the reference-site on my own server: hidden link exchange.com/housetest/
I have a server-timeout because of the SSL as you can see in the screenprints.
Kindly,
Charlotte

#589759

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes - I know, I also try to install the site on my localhost using framework installer plugin but it works fine.

Could you please try to add following script to your current theme's functions.php file and then try to install the reference site and check if that help you to resolve your issue:

add_filter('http_request_args', 'toolset_support_http_request_args', 100, 1);
    function toolset_support_http_request_args($r)
    {
        $r['timeout'] = 400;
        return $r;
    }
 
    add_action('http_api_curl', 'toolset_support_http_api_curl', 100, 1);
    function toolset_support_http_api_curl($handle)
    {
        curl_setopt($handle, CURLOPT_CONNECTTIMEOUT, 400);
        curl_setopt($handle, CURLOPT_TIMEOUT, 400);
    }
#589769

Hi, thanks for your fast reply. I did what you said, but it's the same. Timeout and not loading to secure.

#589803

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - the secure thing log is coming from the chrome browser so there is nothing to worry about for now until we resolve the timeout issue on your server.

Could you please check first max_execution_time etc..etc.. as the site will take long time to install and also check by activating error_log on your server and see if you can see any errors on your server's error log.

More info:
=> https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/
[Section: "PHP Debugging"]

#589830

Hi, I don't succeed in getting the error_log.txt file writable. It drives me crazy.
I have the error log made on the server instead, but I don't see how I can add this to the post.

I added to wp-config.php the following lines (both in the root and in the subdirectory:

define( 'WP_MEMORY_LIMIT', '256M' );
define('WP_TIME_LIMIT', '1000');

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

Pfff, should I contact the host?
I'm just a designer! So it's very difficult not to understand.

Have a nice day!
Charlotte

#589839

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes - could you please contact your hosting authority and check with them if they able to find any cause.

#590239

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Did you get any news from hosting company?

Also, I just would like to update you that we do have issue with Real estate install but we stuck at step 7th (downloading and installing WPML settings) but as per your screenshots your install stuck at step 3 (downloading and installing post and images) thats the difference.

Though, I will get in touch with you once we fix 7th step as well and then you should give a try.

#591596

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I've good news for you that we have released improved version of Framework Installer for multilingual sites. Could you please download the latest Framework installer plugins version 2.1.9 and try to check if you are able to install the "Real Estate" site now.

You can download the latest version of Framework installer from your account's download page:
=> https://toolset.com/account/downloads/#application-frameworks

#591689

Many thanks, but just in this time my host succeeded in installing the reals estate site by lowering the PHP-version from 7.1 to 7.0 (?!!!).

But now I'm stunned. I thought on the page Add House (or apartment or land etc.) I could add the address. But no, I can't!
This is another question. So maybe I should start a new topic?
It's this page I'm talking about: hidden link

Greetings,
Charlotte

#591899

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes please. As your original issue is resolved. Please kindly open a new ticket for your each new question.

#593103

Two solutions, see above.