• Resolved Z_e_t_a

    (@z_e_t_a)


    https://manu.taureios.0lx.net/vineta/?p=29

    I went ahead and downloaded the Layout Data Test with this result:

    PHP: 5.4.26
    Baseline
    Layout URI: https://manu.taureios.0lx.net/vineta/wp-content/plugins/simple-lightbox-test-layout/themes/baseline/layout.html
    
    object(WP_Error)#416 (2) {
      ["errors"]=>
      array(1) {
        ["http_request_failed"]=>
        array(1) {
          [0]=>
          string(24) "couldn't connect to host"
        }
      }
      ["error_data"]=>
      array(0) {
      }
    }

    I’m guessing it’s something with the server. It says it supports cURL

    cURL support 	enabled
    cURL Information 	7.19.7
    Age 	3
    Features
    AsynchDNS 	No
    Debug 	No
    GSS-Negotiate 	Yes
    IDN 	Yes
    IPv6 	Yes
    Largefile 	Yes
    NTLM 	Yes
    SPNEGO 	No
    SSL 	Yes
    SSPI 	No
    krb4 	No
    libz 	Yes
    CharConv 	No
    Protocols 	tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
    Host 	x86_64-redhat-linux-gnu
    SSL Version 	NSS/3.14.0.0
    ZLib Version 	1.2.3
    libSSH Version 	libssh2/1.4.2

    Thanks!

    https://www.ads-software.com/plugins/simple-lightbox/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Archetyped

    (@archetyped)

    Who is your site’s host? I would recommend asking them if cURL requests to local URI’s is enabled or disabled.

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    I’m not getting any answer from the host. Isn’t there anything else I can do?

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    Here’s an article I found about cURL on WordPress plugins: https://www.htmlcenter.com/blog/please-stop-using-curl-in-wordpress-plugins/

    Plugin Author Archetyped

    (@archetyped)

    SLB uses an even “safer” method than recommended in that article. It uses wp_safe_remote_get() which also uses the WP_Http class referred to in the article.

    Who is your site’s host? If they are not responding to your support requests, I would suggest finding a host with better customer support.

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    Yes, I know, but it’s up to the client/friend to whom I’m designing the site :S
    The host is called “SecureSignup” (??)
    I found this, maybe it means that this is disabled for free accounts as mine:
    https://185.27.134.26/index.php?/article/AA-00307

    Plugin Author Archetyped

    (@archetyped)

    SLB does not use file_get_contents(), but if they are disabling core functionality like that in PHP, it’s very likely there will be other issues keeping WP and SLB from being fully functional.

    WordPress has [minimum requirements] to function properly. If the host does not support these requirements then I would recommend referring to the official list of hosts that support WordPress to find an appropriate web host.

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    How about this one, do you happen to know if it works here?:
    https://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=76769&countryview=1 support.godaddy.com/help/article/285/do-you-support-curl

    (I will try to find out but it’s not easy not being a client yet)

    Plugin Author Archetyped

    (@archetyped)

    Sorry, I don’t have any specific experience with that host. I would suggest using a recommend host (link in previous post) if you’re unsure of a host’s WordPress support.

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    Sadly those hosts exceed the budget.

    I tried with the new one but no luck: https://vinetauno.com/2014/06/sfdas/

    But this time I have support so I may tackle the error.

    Here’s the result of the Layout Data Test:

    PHP: 5.4.16
    Baseline
    Layout URI: https://vinetauno.com/wp-content/plugins/simple-lightbox-test-layout/themes/baseline/layout.html
    
    array(5) {
      ["headers"]=>
      array(4) {
        ["date"]=>
        string(29) "Fri, 20 Jun 2014 19:56:05 GMT"
        ["server"]=>
        string(6) "Apache"
        ["connection"]=>
        string(5) "close"
        ["content-type"]=>
        string(9) "text/html"
      }
      ["body"]=>
      string(1480) "
    
    Ever feel you're in the wrong place
    404 (Page Not Found) Error
    
        1) You entered an incorrect URL into your browser's address bar, or
        2) You haven't uploaded content.
    
        1) You entered or copied the URL incorrectly or
        2) The link you used to get here is faulty.
        (It's an excellent idea to let the link owner know.)
    
    "
      ["response"]=>
      array(2) {
        ["code"]=>
        int(200)
        ["message"]=>
        string(2) "OK"
      }
      ["cookies"]=>
      array(0) {
      }
      ["filename"]=>
      NULL
    }
    
    Default (Light)
    No layout
    Default (Dark)
    No layout

    Thanks again!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Working on local server, not working online’ is closed to new replies.