Last night hidden link started returning an error 502. We also notice we cant create a new page- this also returns a 502 error. If we disable wp-types the page loads- but of course no content and we are once again able to create new pages.
I have given you access to our staging site if you need to login-
Thanks Shane I did that and the page still generates a 502.
As to timing. The director of the museum emailed me about it last night- They are closed monday , so its possible it happened over the weekend. Don't know for sure
Shane I initially contacted them and it was at their urging i tested plugins to see if one could be at fault. I can go back to them-of course it would be helpfull if i had a bit of a clue as to what you might be suspicious of or what i could ask them specifically to look at
Shane - they weren't real helpful but showed me where to get the error log. Im not skilled enough to understand what its telling me. Can i Put it in drop box and send yuou a link- perhaps something will jump out at you
Shane this doesnt look like it has any bearing but this is the output of the debug log
[07-Sep-2018 17:02:48 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CC_GF_SuperClass has a deprecated constructor in /nas/content/live/sgriffin/wp-content/plugins/gravity-forms-constant-contact/constantcontact.php on line 1293
[07-Sep-2018 17:02:50 UTC] PHP Notice: map_meta_cap was called incorrectly. The post type scheduled-action is not registered, so it may not be reliable to check the capability "read_post" against a post of that type. Please see Debugging in WordPress for more information. (This message was added in version 4.4.0.) in /nas/content/live/sgriffin/wp-includes/functions.php on line 4161
[07-Sep-2018 17:02:50 UTC] PHP Notice: map_meta_cap was called incorrectly. The post type scheduled-action is not registered, so it may not be reliable to check the capability "edit_post" against a post of that type. Please see Debugging in WordPress for more information. (This message was added in version 4.4.0.) in /nas/content/live/sgriffin/wp-includes/functions.php on line 4161
[07-Sep-2018 17:02:57 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CC_GF_SuperClass has a deprecated constructor in /nas/content/live/sgriffin/wp-content/plugins/gravity-forms-constant-contact/constantcontact.php on line 1293
Shane I think i have stumbled on issue. I was running the views on the page one at a time so i could copy the html into a static page as all the shows are reopening.
even if i run it on a page by itself it makes a 502.
turns out there is no current show in that gallery- when that happens the no items found part of the view display a message that there are no current shows and then is supposed to display content from the next show. which in this case also doesnt exist- So i think the view gets thrown into a loop that never ends. And times out the page
I know you ve spend a ton of time setting up the local host version of this site and i thank you immensely for your help- But im pretty sure i can figure out whats wrong here now that i stumbled in to this.