• Resolved nootkan

    (@nootkan)


    I see one other user had a similar issue that was supposed to fixed in an upgrade but it seems my local wamp server doesn’t like the plugin either. Any solutions?

    `( ! ) Parse error: syntax error, unexpected ‘?’ in C:\wamp\www\mywebsite\wp-content\plugins\owm-weather\owmweather.php on line 939
    Call Stack
    # Time Memory Function Location
    1 0.0032 288256 {main}( ) …\plugins.php:0
    2 3.3890 40912768 plugin_sandbox_scrape( ) …\plugins.php:191`

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Uwe Jacobs

    (@uwejacobs)

    OWM Weather requires PHP 7 or better. Your version doesn’t recognize the null coalescing operator “??” which was introduced with PHP 7.

    Thread Starter nootkan

    (@nootkan)

    Okay thanks I’ll trying switching to php 7 to see if the plugin is what I need.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wont Activate on Local Wamp Server’ is closed to new replies.