I try to setup LJ on my LAN.
I barely install BML and site itself seems load ok, but i can not create 'system' user.
i call:
./makesystem.pl
and get:
This tool will create your LiveJournal 'system' account and
set its password. Or, if you already have a system user, it'll change
its password to whatever you specify.
Enter password for the 'system' account: 12345
12345
Creating system account...
Already exists.
Modifying 'system' account...
ERROR: can't find newly-created system account.
But all mysql tables, but nearly all is empty, same thing i receive when calling update.db
May be i think i missed some perl module??? I did not receive any errors and i think all happends when running this string:
unless (LJ::create_account({ 'user' => 'system',
'name' => 'System Account',
'password' => $pass }))
Also when i try to register new user on my site i get:
Sorry, there was a problem.
How to fix this problem???