• I’m getting a Notice from PHP regarding $info[‘url’] not being set on my local testing machine:
    Notice: Undefined index: url in /Volumes/Macintosh HD/Users/dgross/Sites/photobook/wordpress/wp-content/plugins/json-api/singletons/api.php on line 174

    Here is a quick fix for line 174 of api.php:
    if (isset($info['url']) && $info['url']) {

    https://www.ads-software.com/extend/plugins/json-api/

  • The topic ‘Notice regarding URL?’ is closed to new replies.