Reputation: 13715
My PHP wordpress app (reversiblean-reversiblean.rhcloud.com) returns HTTP Error '503 Service Unavailable, No server is available to handle this request.', ongoing for 1d 22h
I haven't made any changes recently.
I've already tried,
rhc app restart -a reversiblean
rhc app force-stop -a reversiblean
rhc app start -a reversiblean
ctl_app restart
.. without any success.
rhc tail
constantly returns,
[error] [client 127.7.77.1] PHP Fatal error: Call to undefined function pp_popup_id() in > /var/lib/openshift/5294c322597.../app-root/data/wp-content/themes/clean-retina/footer.php on line 62
Upvotes: 2
Views: 1284
Reputation: 27734
Seems like you're missing the pp_popup_id()
function, which should be defined by the Popunder Popup Wordpress plugin. Make sure you have this plugin installed.
Upvotes: 2