My site is giving me a 500 internal error. In the data.php file it is asking for a few things:
//db access info
$sql_host='';//host
$sql_user='';//db user
$sql_pass='';//db pass
$sql_db='';//db name
//path and url
$base_path="";//full path to script
$main_url="";//url to the script
$cookie_url="";//the domain name of your website without http://www
The $base_path= is the one it looks like I am having trouble with. Is that the Public path?