after install problem with runtime.php
Brought to you by:
rizzo,
wendall911
In runtime.php:
function AgentCheck(){
$this->Listing_block = new SEILER_ListingManager();
$this->Listing_block->AgentCheck();
}
I get an error on those 2 lines, saying it can't create the $this.
We have no idea why, but commenting them out seems to fix the problem in the meantime.