Hey Daniel Kumtz,
I went to your url link
http://www.saspen.org/network and it was dead page.
You can put this in your config file: define('OW_USE_CONTEXT', 1); and will turn off mobile on your site and only show desktop. Then maybe you could get into the admin area again, or contact your hosting and tell them to do a back up reinstall say from two days ago would get you back again as well. IF you can't give Ross the information he needs to fix your issue.
Should look like this in your config file:
define('OW_DEBUG_MODE', false); define('OW_DEV_MODE', false); define('OW_PROFILER_ENABLE', false); define('OW_USE_CONTEXT', 1); }
Note: Make sure to have define('OW_DEV_MODE', false); set to "TRUE" to see changes made to the script. After your happy with all changes, put it back to "FALSE" so it does not slow your site down.
just a thought,
Wilson