I figured it out. I just needed to change the following:
<?
uploader();
load_events_to_db();
}
to:
<?php
uploader();
load_events_to_db();
}
I’m getting the same thing. I am on version 2.7 of wordpress. Did you ever get this resolved?
Thread Starter
dgcal
(@dgcal)
Disregard my previous post. I found the options in the wordpress database after all — I missed them somehow when I looked before. Sorry about that.