Support » Plugin: Store Locator for WordPress with Google Maps – LotsOfLocales » Map does not load search results

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Viadat

    (@viadat)

    What version of PHP are you on? You can click your pull-out Dashboard in your Store Locator admin area, then click “Server Capabilities”

    Thread Starter schneidballs

    (@schneidballs)

    PHP: Current PHP Version is 7.0.3
    Zip: ‘ZipArchive’ class exists, ‘zip_open’ function exists
    Extensions:
    Array
    (
    [0] => Core
    [1] => bcmath
    [2] => calendar
    [3] => ctype
    [4] => date
    [5] => filter
    [6] => hash
    [7] => iconv
    [8] => json
    [9] => mcrypt
    [10] => SPL
    [11] => pcre
    [12] => Reflection
    [13] => session
    [14] => standard
    [15] => mysqlnd
    [16] => tokenizer
    [17] => zip
    [18] => zlib
    [19] => libxml
    [20] => dom
    [21] => PDO
    [22] => openssl
    [23] => SimpleXML
    [24] => xml
    [25] => wddx
    [26] => xmlreader
    [27] => xmlwriter
    [28] => cgi-fcgi
    [29] => curl
    [30] => gd
    [31] => gettext
    [32] => imap
    [33] => mbstring
    [34] => mysqli
    [35] => Phar
    [36] => pdo_mysql
    [37] => pdo_sqlite
    [38] => soap
    [39] => sockets
    [40] => sqlite3
    [41] => xsl
    )

    Thread Starter schneidballs

    (@schneidballs)

    So I changed the PHP to 5.6 and it is working now. Any idea why it does not work on 7.03? Are you planning on causing it to work on 7 since there are some major performance enhancements to version PHP7?

    Thank you for your quick reply.

    Plugin Author Viadat

    (@viadat)

    Will need to look into PHP 7 compatibility in upcoming months — without breaking current PHP 5 compatibility, of course. But if that fixed it at the moment (PHP v5.6), sounds great.

    Thread Starter schneidballs

    (@schneidballs)

    Hi, I loaded the update and did a new test on PHP 7 and found this as the error now:

    Uncaught TypeError: Cannot read property ‘documentElement’ of null
    (anonymous function) @ store-locator.js?v=3.97.1:190
    request.onreadystatechange @ store-locator.js?v=3.97.1:281

    Hope that helps 🙂

    I kind of need PHP 7 since it has SOAP installed for some plugins that require it. I need to either get SOAP installed on php 5.6 (not sure how to do that), or get this plugin working on PHP 7.

    Thanks again for the help!

    Plugin Author Viadat

    (@viadat)

    You’re welcome. Thanks, will take your information / findings, and look into it in upcoming weeks / months. (Note: Looking here and here, it certainly appears that SOAP has been available since PHP 5)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Map does not load search results’ is closed to new replies.