View Single Post
  #11  
Old 31st January 2018, 22:03
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Default
Possibly cookie_domain causing your problem. You either need to set it with your domain or leave it blank. That's the only thing I've seen cause what's being described.

PHP Code:
$INSTALLER09['cookie_domain'] = 'yourdomain.com'
or

PHP Code:
$INSTALLER09['cookie_domain'] = ''
Reply With Quote