Did any one have success installing PhpLD on http://iwhic.com hosing? I tried several times and would like to know any one was able to install. And could give me some clues. Mods: Please note this is just a question abou the Hosting. not a question about the script so, I am thread is at the hosting section. Thanks
It is fixed guys - Support guy helped me with the install. http://www.phplinkdirectory.com/forum/showthread.php?t=15778&highlight=Warning:+session.save_path
As according the there forum some times the install does not write to the temp of the core files that are being installed. To fix this issue issue is to place the string to the config.php that is missing on install. in config.php ini_set ('session.save_path', '/tmp'); That works! Some php installs do not set the tmp to the correct path, Problem solved.