Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aldine

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by aldine

  1. Hai Jack,

    Thank you for your quick respons.

    1. I changed the files boelle mentioned to 755. Unfortunately no change.

    2. I uncommented :

    function tep_session_is_registered($var){
    return false;
    }# end function

    Unfortunately no change.

    3. ran de /googlesitemaps/index.php verbose with curl:

    php 5.6  --> succes

    Quote

    > GET /googlesitemap/index.php HTTP/1.1
    > User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8z zlib/1.2.5
    > Host: www.yoursite.com
    > Accept: */*
    >
    < HTTP/1.1 200 OK
    < Date: Sat, 02 Dec 2017 17:14:35 GMT
    < Server: Apache/2
    < X-Powered-By: PHP/5.6.32
    < Upgrade: h2,h2c
    < Connection: Upgrade
    < Cache-Control: max-age=172800
    < Expires: Mon, 04 Dec 2017 17:14:35 GMT
    < Vary: Accept-Encoding,User-Agent
    < Transfer-Encoding: chunked
    < Content-Type: text/html; charset=UTF-8
    <
    <pre>CONGRATULATIONS! All files generated successfully.

     

    php 7.0 ---> 500 error

    Quote

    > GET /googlesitemap/index.php HTTP/1.1
    > User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8z zlib/1.2.5
    > Host: www.yoursite.com
    > Accept: */*
    >
    < HTTP/1.1 500 Internal Server Error
    < Date: Sat, 02 Dec 2017 17:12:11 GMT
    < Server: Apache/2
    < X-Powered-By: PHP/7.1.11
    < Upgrade: h2,h2c
    < Connection: Upgrade, close
    < Vary: User-Agent
    < Content-Length: 0
    < Content-Type: text/html; charset=UTF-8
    <
    * Closing connection #0

     

    4. I checked the googlesitemap/index.php here: https://phpcodechecker.com/

    Rusult:

     

    Not sure off course if this reported error is related to the 500 error...

     

    I hope this helps?

×
×
  • Create New...