taotnpwaft / website

The TAOTNPWAFT organization's Website repository.
GNU General Public License v3.0
6 stars 5 forks source link

PHP Server Extension not sending header.php #16

Open gbowne1 opened 1 year ago

gbowne1 commented 1 year ago

The PHP Server extension in VSCode is not sending out header.php to the browser, only the footer and the index.php.

Screenshot 2022-07-30 at 20-50-11 The Art of Tech Not Playing with a Full Tech

gbowne1 commented 1 year ago

Still have no idea why its only loading this portion of the index.php

gbowne1 commented 1 year ago

I am assuming this may be a configuration issue.

gbowne1 commented 1 year ago

I also have thoughts that this might actually be because <?php include ('header.php'); ?>

Intellisense seems to think that header.php is sending a raw HTTP header.

gbowne1 commented 1 year ago

yeah this was definitely because the header.php was a empty file.

See issue #28