I am still experiencing database and login session failure to load issues. I've been single stepping through the program moving die statements and re-downloading and trying to install Online Toolkit for almost a month now and I have learned a whole lot about php in the process but I haven't solved the initial page load problems yet. I seem to be missing all of the language .inc files so at least two libraries aren't loading correctly.
I get black holes (no computer response) at the following two places.
filename = /website_code/php/display_library.php
fails at this line _load_language_file "/website_code/php/display_library.inc";
filename = /website_code/php/language_library.php
fails at this line _load_language_file "/website_code/php/language_library.inc";
I've looked all through the folders and files on both my local desktop and the web server I uploaded to and I don't seem to have downloaded a single .inc file. I have no idea how I managed to do this install miss repeatedly, but can you help me obtain a copy of all the missing .inc files and figure out how to install them on my shared hosting server?
thanks
Rolaine