NOPPID- you're the man. I put the chdir... before it, and now I don't receive an error message. One problem though, and I suspect it is with my template, but if you go to
the homepage, well, you can see its kind of messed up.
My template goes something like this...
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat">
<strong><span class="smallfont">$vba_options[portal_blockbullet] $vboptions[bbtitle]Features</strong></span>
</td>
</tr> <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat">
<strong><span class="smallfont">$vba_options[portal_blockbullet] $vboptions[bbtitle]Features</strong></span>
</td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%" height="600">
<tr>
<td class="alt1">
<div align="center"><iframe src="$vboptions[bburl]/modules/features.php" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
</td>
</tr>
</tbody>
</table>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%" height="600">
<tr>
<td class="alt1">
<div align="center"><iframe src="$vboptions[bburl]http://s116946478.onlinehome.us/vb/modules/features.php" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
</td>
</tr>
</tbody>
</table>
I wasn't sure how to include the features.php module without using an iframe, and I think that's what is causing the problems. By the way, thanks for everyones input so far.