|
Warning: file_exists(): open_basedir restriction in effect. File(/path/to/php/headtags.htm) is not within the allowed path(s): (/home/httpd/vhosts/spinquad.com/httpdocs:/tmp) in /home/httpd/vhosts/spinquad.com/httpdocs/pp-classifieds/pp-inc.php on line 329
thats easy openbase is on so just remove the bogus paths and that error will go away
As far as the prefix thing thats a database error which tells me it cant authenticate you
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/spinquad.com/httpdocs/pp-classifieds/forums/vb3.php on line 25
Line 25 is the result of the users table query. It cant not find that table because you have either the table prefix or database information wrong.
|