I Found the Error!!! I new to know now how to fix it.
My basic problem: Admin created events are not listed at all.
Workaround = Go into 'SDatingEvents' table, located the event created by the admin and change the "ReponsibleID" to a member number. In my case I created a new member called "Administrator" with an ID of "1".
Events are listed now.
2nd problem: After Admin created events are showing up, the Photos in the Event Block, Event Listings and Calendar of Events are NOT showing up.
Lets asume my event photo is called: "hilton_hotel.jpg". This picture will be used for both the Admin & Member events.
Workaround =
When an Admin Event is created, 2 photos are created as well.
1) hilton_hotel.jpg
2) hilton_hotel.jpg_thumb.jpg
When a Member Event is created, 3 photos are created.
1) g_1222384368_1.jpg
2) icon_g_1222384368_1.jpg
3) thumb_g_1222384368_1.jpg
the two pictures missing from the Admin section should start with "icon_" and "thumb_".
If i manually create "icon_hilton_hotel.jpg" and "thumb_hilton_hotel.jpg"....Voila,
It works!.
So the code that Uploads the picture and creates the icon and thumb for the Admin is broken....
Where would that be? If someone points be out, I'll willing to look at it....
Help??