I have been building a site on my local machine and it works fine. It has an events section listing choral events here in New Zealand, which work fine.
However, having got to the point where I need a few people to review what I have done I uploaded the site to my host. I did this by ftp'ing the files up into a sub-directory and then I did a simple exported from my local mysql database and imported that into the online database.
At present this is not the live site, but the people who need to see it can get to it to have a look. I all works fine except one issue.
I have an events page:
www.songleaders.org.nz/CMS/index.php/listing-of-events
which has a calendar and a list of events. But when I click on any of the events or the dates in the calendar it takes me to a blank page such as this:
www.songleaders.org.nz/CMS/index.php/lis...ents/5/event_details
This works on the local instance of the site but not on the online version. I think there could be a number of reasons, but here are some of my guesses.
1. The install has gone wrong
2. It's a rights issue
3. It's permissions based
Or more likely -
4. I'm stupid and have missed something obvious
I have tried to search and read this forum to see if this is a problem anyone has encountered. Any ideas.
Thanks.