Quote:
Originally Posted by crazyace
Well for this site my host is Godaddy. I'm not sure what the temp folder is named. What's the easiest way to fine out.
|
You on linux or windows box?
or simplest way is, create 1 folder on your server
Open Upload/adiinviter/config.php
Find :
PHP Code:
'cookie_path'=>'/tmp',
Replace with :
PHP Code:
'cookie_path'=>'/path_to_your_directory',
Note : You must specify full path.
i.e. for linux : home/*user*/forums/your_directory
for windows : root/...../your_directory