Menu

#3 Bug in EventPropsView.php and EventSubPropsView

v1.0_(example)
open
nobody
5
2006-04-30
2006-04-30
Anonymous
No

In Version 1.0, there seems to be a bug which manifests thusly:

Fatal error: Unknown column 'event_pm_id' in 'on clause' in /home/
phpmyticket/includes/classes/ShopDB.php on line 64

when one tries to publish a sub event.

This effectively makes the software useless as it is not possible to
publish multiple events.

It can however by corrected by searching for instances of 'event_pm_id'
in:

EventPropsView.php and EventSubPropsView.php and replacing
'event_pm_id' with 'pm_event_id'.

Discussion

  • Dan

    Dan - 2006-09-28

    Logged In: YES
    user_id=1068402

    Good catch! This solved it for me. Make sure that you
    search & replace all instances of 'event_pm_id' in both
    EventPropsView.php and EventSubPropsView.php.

    Many thanks.

     
  • Hal

    Hal - 2006-10-05

    Logged In: YES
    user_id=1524842

    HI, anyone got over the problem of ticket not being sent
    after paypal payment... I know its linked with curl but I do
    have this but no news.. Does anyone have a script to
    simulate this for cgi bin... or instructions to get around this?

    Id really apreciate this...

     

Log in to post a comment.