Hi all,
I've got everything working perfectly (6.5.5) except for subscriptions. When I run the subscriptions.php from the browser or a shell on my Unix box, I get this:

Warning: main(/usr/local/apache/htdocs/isiboard/ubbthreads/main.inc.php) [function.main]: failed to open stream: No such file or directory in /usr/local/apache/htdocs/isiboard/ubbthreads/cron/php/subscriptions.php on line 23

Fatal error: main() [function.require]: Failed opening required '/usr/local/apache/htdocs/isiboard/ubbthreads/main.inc.php' (include_path='.:/usr/local/php/lib/php') in /usr/local/apache/htdocs/isiboard/ubbthreads/cron/php/subscriptions.php on line 23

Looked to me like it might be a directory permissions problem and I've double-checked everything I could find in other posts, my php install is fine, other php apps on the same server work fine so my paths/permissions appear to be correct as far as php libraries are concerned.

w3tvars.pm:

$config{'cgiurl'} = 'http://mb.infostructures.com/ubbthreads';
$config{'path'} = '/usr/local/apache/htdocs/isiboard/ubbthreads';
$config{'dbserver'} = 'localhost';

Anybody have a direction to point me in I'd greatly appreciate it.

Mark