Viewing 11 replies - 1 through 11 (of 11 total)
  • Does that event use different custom attributes from all your other events?

    Thread Starter littletongov

    (@littletongov)

    No, it uses the same custom attributes as all the other events.
    Thanks.

    Is there something else that’s different about the event? Does it have a unique combination of custom attributes, for example?

    Which version of Events Manager are you using?

    Thread Starter littletongov

    (@littletongov)

    I think I’ve narrowed down the trouble to the WordFence plugin. Today when I added a new recurring event, it wouldn’t even show up in the calendar. However, when I disabled WordFence and re-saved my event, it starting showing in the calendar again. And I think that solved the “array” problem too.

    I’ve never actually found a conflict between two plugins before (yea I know – I don’t use many plugins). As a user, would I report this conflict to WordFence or would you report it as the developer?

    Thank you for your time with this!

    Best thing would be for you to let WordFence know because they may want to ask you more about how you’re using WordPress, etc.

    Thread Starter littletongov

    (@littletongov)

    The “array” problem is back.

    I disabled ALL plugins except Event Manager and WP Full Calendar, and I switched the theme to Twenty-Seventeen. When I edit a recurring event, ALL the custom attributes change to the word “array.” Here is an example from just a minute ago:
    https://littletonrocks.com/events/grace-project-2017-05-07/

    Thank you very much for any insight you can give me to get this issue corrected as soon as possible.

    Thread Starter littletongov

    (@littletongov)

    If it helps identify the problem, here is the code I am using to display the custom attributes in Settings > Formatting > Events Page > Single Event Page > Single Event Page Format. The Custom Attribute code starts at Line #11. Please let me know if there is any other code that would be helpful to see in troubleshooting this problem.

    {has_location}<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>{/has_location}
    <p><strong style="font-size: larger">#_EVENTDATES @ #_EVENTTIMES</strong>
    <p><strong>#_LOCATIONLINK</strong><br />
      #_LOCATIONADDRESS, #_LOCATIONTOWN{/has_location}</p>
    <p><a href="/events">< Back to  Calendar</a> </p>
    {has_image}<div style="float:left; margin:0px 12px 6px 0px;">#_EVENTIMAGE{200,0}</div>
    {/has_image}{no_category_holiday}#_EVENTNOTES 
    <strong>EVENT CATEGORIES</strong>
    #_EVENTCATEGORIES
    <strong>EVENT DETAILS</strong>
    <!-- START CUSTOM ATTRIBUTE TABLE -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody>
    <tr>
      <td width="85" valign="top"><strong>Sponsor</strong></td>
      <td valign="top">#_ATT{Sponsor}</td>
    </tr>
    <tr>
    <td width="85" valign="top"><strong>Contact</strong></td>
    <td valign="top">#_ATT{Contact}</td>
    </tr>
    <tr>
      <td width="85" valign="top"><strong>Email</strong></td>
      <td valign="top"><a href="mailto:#_ATT{Email}">#_ATT{Email}</a></td>
    </tr>
    <tr>
    <td width="85" valign="top"><strong>Phone</strong></td>
    <td valign="top">#_ATT{Phone}</td>
    </tr>
    <tr>
    <td width="85" valign="top"><strong>Website</strong></td>
    <td valign="top"><a href="#_ATT{URL}" target="_blank">#_ATT{URL}</a></td>
    </tr>
    </tbody>
    </table>
    <!-- END CUSTOM ATTRIBUTE TABLE -->
    {/no_category_holiday}

    If this is still narrowed down to something that only happens when WordFence is active you’ll need to ask them for help with this.

    Thread Starter littletongov

    (@littletongov)

    No this is not a conflict with another plugin. I have disabled all plugins and my theme and the problem is still there. It only seems to happen on recurring events and only when I update the event. It does not happen right away on new events.

    Thread Starter littletongov

    (@littletongov)

    Are there any other suggestions that I can try before I have to disable this plugin and find another?

    Can you try updating to the Dev version of the plugin? It contains a bug fix relating to recurring events which may be relevant here.

    http://wp-events-plugin.com/documentation/upgrade-dev-version/

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘One event displays “Array” instead of custom attribute’ is closed to new replies.