ObjectiveSubject / ccl

1 stars 0 forks source link

504 Error for Room res display appointments #85

Open gabriel-ortiz opened 6 years ago

gabriel-ortiz commented 6 years ago

Hay @kpettinga @davekellam ,

It looks like we're getting a 504 error with retrieving room reservation data from LibCal. I'm able to make a reservation, but it's not showing availability. Don't know why we are getting a Cross Origins error - since we are using an API Key. I check the keys and they are still active. And i'm betting that all the other errors are related to this issue too. Do you know what's going on?

Is it related to this? add_action( 'wp_ajax_retrieve_rooms', __NAMESPACE__ . '\\retrieve_rooms' ); //add_action( 'wp_ajax_nopriv_retrieve_rooms', __NAMESPACE__ . '\\retrieve_rooms' );

capture

Thanks so much for your help

gabriel-ortiz commented 6 years ago

NVM I see this is related to Another issue #45

Was I supposed to contact WPE? Maybe I was but I forgot.. sorry.... Everything works when I'm logged out of admin... I forgot about that..