config_test.php/index.php
This file will attempt to expose the PHYSICAL_PATH & VIRTUAL_PATH to your APPLICATION ROOT that can be used to fill in the constants by those names required in config_inc.php (located initially in the inc_0700 folder)
Likely PHYSICAL_PATH (verified 2 ways, via SCRIPT_FILENAME and __PATH__):
/home/kyrnor/kyrrahnork.com/IT262wn23/winter_2023/
Use the above path (in green) as the PHYSICAL_PATH constant inside config_inc.php.
VIRTUAL_PATH:
Use the above path (in blue) as the VIRTUAL_PATH constant inside config_inc.php.
After Editing config_inc.php: Once you have edited config_inc.php, come back to this page and try the following link:
If the page shows a complete page with a header and footer, likely your config_inc.php file was edited properly! If you see error messages, read the error message and prepare to re-edit your config_inc.php file.
Once All is Working: Once the above link shows a complete error free page, rename the index_new.php file to index.php. That will replace this file as the index page for your application. A backup of this file is named config_test.php, and its in the application root as well (same folder). This file should be moved from the web space into a safe location, unreachable via the web.
Error Messages: This file also attempts to show you whether or not errors are currently visible in this space. If errors are not currently visible, this page will offer advice on what to do next (below).
By default, display_errors is: OFFCustom php.ini file: Sometimes the best (and most flexible) results of all come from being allowed to create your own custom php.ini file. However this is frequently not supported by shared hosting packages. Check to see if your hosting company supports a custom php.ini file. Some folks even compile their own version of PHP, which would then have it's own php.ini file. This is sometimes done (although not supported) at Dreamhost, and is what you would do if you had a dedicated server.