Im Having some serious issues with my events module and views to display the results.
Im trying to add the start time into my views display for my events in a format similar to this:
http://new.overtone.co.za/events_tonight
The Module seems to work fine until i try and add the events start time into the view. Such as this :
http://new.overtone.co.za/events_dates
As soon as i add the start time and save the view i get a white screen (completely blank) im not sure whats causing this error as i have successfully set up the same system and modules on other servers.
If anyone is having the same issues please let me know if you have found a solution.
Im using:
Drupal 5.9
MySQL database 5.0.54
PHP 5.2.6RC4-pl0-gentoo
Comments
How to Debug the script?
Any Ideas?
OVERTONE - Web Development South Africa
http://dev.overtone.co.za
In your server error logs,
In your server error logs, there is probably an error saying... 'PHP Fatal error: Call to undefined function event_format_date() in [...]modules/event_views/event_views.module'. That function only exists in Events version 5.x-2.x-dev. So you either have to upgrade the Events module or change event_views.module to not call that function (see http://drupal.org/node/142357 )