Forum

Thread tagged as: Question, Problem, Events

Event Details do not show up when clicked upon

Hi there - I've got an events calendar running here https://oldirvingbrewing.com/events/oib-events and I want to get the information for the individual events to show up when clicked upon. I've turned on debugging code to help with this site

I've successfully done this on another site, here: https://haistreet.fathead.design/food-truck/about but even when I straight up duplicate the site pages from the working one to the one I'm developing I still cannot get the events to show up on their own page.

Wondering if someone can assist me with this, thank you in advance for any help :)

SUMMARY INFORMATION

Perch: 2.8.32, PHP: 5.5.38, MySQL: mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $, with PDO
Server OS: Darwin, apache2handler
Installed apps: content (2.8.32), assets (2.8.32), categories (2.8.32), perch_blog (5.0), perch_events (1.9.2), perch_forms (1.8.3), perch_gallery (2.8.6), perch_twitter (3.5.1)
App runtimes: <?php $apps_list = array( 'content', 'categories', 'perch_blog', 'perch_forms', 'perch_twitter', 'perch_gallery', 'perch_events', );
PERCH_LOGINPATH: /perch
PERCH_PATH: /Users/gtomlinson/Sites/www.oldirvingbrewing.com/perch
PERCH_CORE: /Users/gtomlinson/Sites/www.oldirvingbrewing.com/perch/core
PERCH_RESFILEPATH: /Users/gtomlinson/Sites/www.oldirvingbrewing.com/perch/resources
Image manipulation: GD
PHP limits: Max upload 32M, Max POST 32M, Memory: 128M, Total max file upload: 32M
F1: 2edba60ed1f613d6dd804feb202456a2
Resource folder writeable: Yes
HTTP_HOST: oldirving.fathead.design
DOCUMENT_ROOT: /Users/gtomlinson/Sites/www.oldirvingbrewing.com
REQUEST_URI: /perch/core/settings/diagnostics/
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
Gregg Tomlinson

Gregg Tomlinson 1 points

  • 4 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

I'm not sure what steps you have followed so far or what you expect to happen. Where do you expect the events to show up? If I click any event on the calendar I can see the URL just points to the same page.

Sorry, development link for the one I'm working on is here: https://oldirving.fathead.design/events/oib-events

When I click on a link in the calendar, I would like it to open this page https://oldirving.fathead.design/events/event and list out the event that is actually clicked on over on the right side. That's how I have the other calendar shown here working https://haistreet.fathead.design/food-truck/about . I duplicated my code and thought I got everything edited correctly, but I'm obviously missing something. I'm showing all my debugging code in the footer and have checked all my files, but I'm obviously missing something. Just trying to figure out what I've missed here.

Drew McLellan

Drew McLellan 2638 points
Perch Support

It looks like your links have no value in the href attribute. Have you set the path to your event detail page in Settings?

Drew - THANK YOU! I knew it was something simple I was overlooking. I had all my pages built and configured correctly, but forgot to route the Event Detail Page Path correctly in Perch Admin » Settings » General » Events. Sometimes it's the simplest details you forget to check.