http://massive8.pcriot.com/
My site was working fine until one day I popped on to see it and a bunch of errors came up.
Help? =)
http://massive8.pcriot.com/
My site was working fine until one day I popped on to see it and a bunch of errors came up.
Help? =)
They may have disabled certain things in php, try including locally "file.php" instead of using
<?php include(http://website.com/file.php); ?>
because the system thinks your trying to remotely include
The main files work (files not in a directory).
But, when I try include from another directory, same things happen. Any way to fix this? I tried locally, but it still won't work.
Example:
/inc/header.php = the header
/inc/footer.php = the footer
/quests/one.php = I would include the above, but it wouldn't work.