OK thanks. I'll give it a try...the reason I put the path where I did was because of a previous error that I researched which said to look for:

Code:
"/include/vshare.php");
and replace that with the path to the file, which I did.

Here is the first error I was getting and what was recommended to fix it: http://forums.buyscripts.in/ftopic155.h ... vshare+php

I looked for that code in the config.php and the only place it appeared was here:
Code:
include($config['basedir'] . "/include/vshare.php");
so that's why I put the full path where I did. Just so you know.