Im getting the below errors when I run the script. I've
configured the database and set the vars accordingly in
the "const.php" file. What am I doing wrong here? I
dont see a 'funcs2.php' in any of the install packages.
Warning: Failed opening 'funcs2.php' for inclusion
(include_path='.:/php/includes:/usr/share/php') in
/home/virtual/site3/fst/var/www/html/promisance/funcs.php
on line 3
Warning: Cannot add header information - headers
already sent by (output started at
/home/virtual/site3/fst/var/www/html/promisance/funcs.php:3)
in
/home/virtual/site3/fst/var/www/html/promisance/login.php
on line 43
Warning: Cannot add header information - headers
already sent by (output started at
/home/virtual/site3/fst/var/www/html/promisance/funcs.php:3)
in
/home/virtual/site3/fst/var/www/html/promisance/login.php
on line 44
Warning: Cannot add header information - headers
already sent by (output started at
/home/virtual/site3/fst/var/www/html/promisance/funcs.php:3)
in
/home/virtual/site3/fst/var/www/html/promisance/html.php
on line 48
Warning: Cannot add header information - headers
already sent by (output started at
/home/virtual/site3/fst/var/www/html/promisance/funcs.php:3)
in
/home/virtual/site3/fst/var/www/html/promisance/html.php
on line 49
Thanks...