CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • debugging a problem after upgrade
Pages: [1]

Author Topic: debugging a problem after upgrade  (Read 467 times)

jimsmith

  • I’m new here
  • *
  • Posts: 9
  • Karma: 0
  • CiviCRM version: ?
  • CMS version: drupal
  • MySQL version: 5.1
  • PHP version: 5.3
debugging a problem after upgrade
September 11, 2012, 12:18:08 am

I have updated from 3.4.8 to 4.1.2 on my test server, the events are showing OK in the admin section but on the site

<site>/events

just has the 3 tabs [view, edit, track] at the top and published by etc.. underneath that, but the actual events aren't showing

Does anybody know how I can debug this or where to find the /events php page?

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: debugging a problem after upgrade
September 11, 2012, 01:21:47 am
There is no single /events php page, but you can take a look at civicrm/CRM/Event/Form/ManageEvent/EventInfo.php....and if is the not there investigate a little further. There will be a buildForm function where you could debug the form object.
I am assuming you have enough PHP and OOP baggage to have a go....:-)
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • debugging a problem after upgrade

This forum was archived on 2017-11-26.