View Single Post
  #12  
Old 3rd February 2012, 23:03
xenu xenu is offline
Member
 
Join Date: Dec 2011
Ukraine
Posts: 8
Default
Thanks for the responses guys, from what it looks like, there is apparently no problem I can find in the config. But rather it is something wrong with the code that is supposed to generate passkeys for every user, maybe announce.php.

I have over 100 members, and only 4 or 5 accounts have passkeys, my admin account doesn't even have a passkey according to the SQL database.

I have re-installed the script to see if that would help create passkeys, but still nothing is generated.


Quote:
Originally Posted by joeroberts View Post
try changing
PHP Code:
$site_config['PASSKEYURL'] = "$site_config[SITEURL]/announce.php?passkey=%s"// Announce URL to use for passkey 
to
PHP Code:
$site_config['PASSKEYURL'] = $site_config['SITEURL'] . '/announce.php?passkey=%s'// Announce URL to use for passkey 
It's a valid change, but it doesn't make any difference since none of my accounts generate passkeys.

Last edited by xenu; 4th February 2012 at 02:00.
Reply With Quote