

Is it a fresh install or an upgrade of catads ?
Can you verify in your database if the field "waiting" (in catads_ads) is allways set to on when you submit an ad?
Try to change the line 186 of submit1.php
$ads->setVar('waiting', $waiting);
with
$ads->setVar('waiting', $xoopsModuleConfig['moderated']);