I just baught PHPLD 4.1, and when I try installing it on the second page i get a error message " Session variables are not available or not properly configured." Can anyone please help. Thank youDP
I suggest you to post this at their own forum for quick and proper solution of your error. phplinkdirectory.com/forum/ DON.
Two things to try: in the .htacces add this if your host allows you to set php attributes: php_value session.save_path /yourdomain/tmp/ (obviously change yourdomain to your real site) or in the /include/config.php, add under the other ini_set that is in there: ini_set ('session.save_path', '/tmp'); And finally, It's best to use their forums for problematic issues. Rob