Great lead. You always hit the nail on the head.
Even though I did not know that article existed, I had done exactly as the article instructs. The problem was and still is the absolute path to my directory. The hosting site's cPanel and their tech support gave the wrong absolute path for their faster server. Which was indicating the identical path as the slower server.
After looking around I found an articles saying to place the following php code in your site; to figure out what your root directory is? I called it "directory.php".
This shows script shows you the path to your directory. I thought this might help others. Thank you.PHP Code:<?php echo __FILE__; ?>
ps. as I of now, hosting site is still showing the wrong path. But at least I know what the problem is.
DONT FORGET TO DELETE IT AFTER YOU ARE DONE.



Reply With Quote
