• Resolved Kevin

    (@klgrimley)


    Working on a new site for my area so everything is still in development. Initially everything was working fine with the plugin. Then when I checked today it’s not loading in the meetings here http://staging3.centralindianana.org/meetings. I’ve done a few things to troubleshoot. I’m also using your meeting list generator so checked there to make sure it wasn’t an issue with db and that’s spitting out the pdf just fine. As a second check I installed the the bmlt satellite plugin and it’s doing fine connecting to the db and producing the list. So, I turned on debugging to see what was going on there. I’m only going to include the first few lines because it’s mostly repeating a couple thousand times. The first 5 lines are unique, with the first 2 being thrown when I call meeting_count. Also the final five lines are unique. Only other difference is that after 50 – 60 cycles the error that line 423 is throwing switches to line 677. It’s the same call just in a different function.

    Notice: Undefined index: root_server in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 859
    
    Notice: Undefined index: service_body in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 860
    
    Notice: Undefined index: root_server in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 234
    
    Notice: Undefined index: service_body in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 235
    
    Notice: Undefined index: nocache in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 287
     Loading...
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 759
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 759
    
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 760
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 760
    
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 760
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 760
    
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 761
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 761
    
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 761
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 761
    
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 762
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 762
    
    Notice: Use of undefined constant latitude - assumed 'latitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 423
    
    Notice: Use of undefined constant longitude - assumed 'longitude' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 423
    
    Notice: Use of undefined constant location_city_subsection - assumed 'location_city_subsection' in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 423
    
    Notice: Undefined index: this_title in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 596
    
    Notice: Undefined index: sub_title in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 599
    
    Notice: Undefined index: meeting_count in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 602
    
    Notice: Undefined index: group_count in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 605
    
    Notice: Undefined index: nocache in /home/kevingr8/staging/3/wp-content/plugins/bmlt-tabbed-ui/bmlt-tabbed-ui.php on line 615

    I spent some time trying to figure this out myself but I just don’t have the time to devote to debugging it.

    – Kevin

    https://wordpress.org/plugins/bmlt-tabbed-ui/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author odathp

    (@odathp)

    Hi Kevin,

    I haven’t recieved any other complaints, so I am suspecting there is something in your environment causing a conflict.

    Could you try a few things?

    Disable all your plugins except BMLT Tabs and see if it works.

    Also, you can try switching to the WordPress default theme as well.

    Let me know if there is a conflict with a plugin or theme.

    Jack

    Thread Starter Kevin

    (@klgrimley)

    Disabled all plugins and switched to default theme and still producing the same result. I also rolled back to WordPress 4.4.2 to see if that was the issue.

    It’s just weird because I hadn’t updated or added anything recently. I had added to the bmlt db which is why I’d tried the other plugins but they worked fine. I was hoping you’d run across something similar previously.

    Kevin

    Plugin Author odathp

    (@odathp)

    I was able to see the meetings in BMLT Tabs using your root server.

    http://centralindianana.org/main_server/

    Here is a temporary link to see the meetings.

    http://nameetinglist.org/bmlt-tabs/

    Note: Try going to BMLT Tabs setup and click on “Save Changes” and then “Delete Cache”.

    Jack

    Thread Starter Kevin

    (@klgrimley)

    Hey Jack,

    That’s interesting, I was actually planning on getting rid of that main_server dir since I was going to use a sub-domain for accessing the db. They’re currently both pointing to the same db. I also pushed the meetings page from the dev site to the live site and I’m not having any issues there either. I think that I must have a very localized issue that’s only present in the dev environment. I appreciate you taking the time to look into this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Meetings Not Loading’ is closed to new replies.