View Single Post
  #1  
Old 28th April 2012, 18:31
voidale voidale is offline
Member
 
Join Date: Apr 2012
Czech Republic
Posts: 6
Default Error Please resubmit the form. Click HERE
Keep getting this error when I try to create my first user (Admin) using V3 version.
Code:
Error
Please resubmit the form. Click HERE
I been trying to edit the cookie and baseurl here is my current settings

my domain: example.com

Config.php
Code:
$INSTALLER09['cookie_prefix']  = ''; 
$INSTALLER09['cookie_path']    = '';   
$INSTALLER09['cookie_domain']  = 'example.com'; 
$INSTALLER09['domain'] = 'example.com';
$INSTALLER09['baseurl'] = 'http'.(isset($_SERVER['HTTPS']) && (bool)$_SERVER['HTTPS'] == true ? 's':'').'://'. $_SERVER['HTTP_HOST'];
ann.config.php
Code:
$INSTALLER09['baseurl'] = 'http://example.com';

Thanks a lot for your help! :)
Reply With Quote