View Single Post
  #2  
Old 28th April 2012, 20:01
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by voidale View Post
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! :)
I might be wrong but try this.. / or put http//yoursite.com

If I was you go to there forums and post in there forums,

http://forum.u-232.com

Im Bigjoos or someone will help you.
Reply With Quote