Support

Home Forums Event Espresso Premium Disappearing Venues

Disappearing Venues

Posted: October 20, 2014 at 9:49 am

Viewing 6 reply threads


OGSConference

October 20, 2014 at 9:49 am

I created a venue but didn’t publish it, just kept is a draft. I could see the venue in venue admin page and edit it etc.
I then started to create and event and it said I had no venues. so I went to the venues page nd edited the event, this time I published it to private. now it has disappeared from the venues list. I look in all pages and all posts and can’t find it.

How do I get it back?

Here’s the stuff you asked for:
WordPress Version:
4.0
PHP Version:
5.3.28
MySQL Version:
5.0.92
Event Espresso Version:
4.4.3.p
WordPress Address (URL):
http://www.ogs.on.ca/conference
Site address (URL):
http://www.ogs.on.ca/conference


Tony

  • Support Staff

October 20, 2014 at 11:19 am

Hi,

I have reproduced this locally and created a ticket for our developers to investigate and fix.

We will update this thread with any news.


OGSConference

October 20, 2014 at 11:25 am

I’m not frightened of doing a direct database update as a quick solution. 😉


Tony

  • Support Staff

October 20, 2014 at 11:33 am

I can provide you with a simple change that will display your venues within the Admin once again, however, we have since found that ‘Private’ venues are also not selectable within the Event Editor.

So the fix I can provide will allow you to edit the venues again, but not select those private venues within your events, currently in order to do so they would need to be publicly published. (A ticket has also been created for this)

If you open up event-espresso-core-reg\caffeinated\admin\new\venues\Venues_Admin_Page.core.php

On line 915 you will find:

'status' => isset( $this->_req_data['venue_status'] ) && $this->_req_data['venue_status'] != '' ? $this->_req_data['venue_status'] : array('IN', array('publish', 'draft') )

Simply add “, ‘private'” to the array of status used there. So:

'status' => isset( $this->_req_data['venue_status'] ) && $this->_req_data['venue_status'] != '' ? $this->_req_data['venue_status'] : array('IN', array('publish', 'draft', 'private') )

That will then display your private venues within the venue list once again.


OGSConference

October 20, 2014 at 11:43 am

Thank you. That did it. I couldn’t find the file in the Dashboard plug-in editor but did find it when I went to the raw directory.

I changed it to public. don’t panic for a fix on my behalf, I’m OK now.


Lorenzo Orlando Caum

  • Support Staff

October 20, 2014 at 5:13 pm

Thanks for confirming. This will be available in an upcoming release of Event Espresso 4.


Lorenzo


Josh

  • Support Staff

April 7, 2015 at 3:06 pm

Hi there,

A little update on missing venue when it’s Privately published issue: It’s been fixed and the fix was included in the Event Espresso 4.6.19.p release.

Viewing 6 reply threads

The support post ‘Disappearing Venues’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso