Re: Support for Account Manager
Posted: Fri Nov 13, 2009 8:31 pm
Cannot login to server with uppercase letters in loginname
Code: Select all
[Mon Nov 16 01:57:02 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.[Mon Nov 16 01:57:02 2009] [notice] Child 5824: Exit event signaled. Child process is ending.[Mon Nov 16 01:57:03 2009] [notice] Child 5824: Released the start mutex[Mon Nov 16 01:57:04 2009] [notice] Child 5824: All worker threads have exited.[Mon Nov 16 01:57:04 2009] [notice] Child 5824: Child process is exiting[Mon Nov 16 01:57:04 2009] [notice] Parent: Child process exited successfully.[Mon Nov 16 01:57:04 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations[Mon Nov 16 01:57:04 2009] [notice] Server built: Dec 10 2008 00:10:06[Mon Nov 16 01:57:04 2009] [notice] Parent: Created child process 5648[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Child process is running[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Acquired the start mutex.[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Starting 64 worker threads.[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Starting thread to listen on port 80.[Mon Nov 16 01:57:38 2009] [notice] Parent: child process exited with status 255 -- Restarting.[Mon Nov 16 01:57:38 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations[Mon Nov 16 01:57:38 2009] [notice] Server built: Dec 10 2008 00:10:06[Mon Nov 16 01:57:38 2009] [notice] Parent: Created child process 7304[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Child process is running[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Acquired the start mutex.[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Starting 64 worker threads.[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Starting thread to listen on port 80.
And in html shows me this: Any Character Foundl2xxx->SELECT COUNT(login) FROM accounts WHERE login = "xxxx" AND password = "xxxx=" AND accessLevel >= 0 LIMIT 1;
Result: string('1')
Getting Worlds list
l2xxx->SELECT `server_id` FROM `gameservers`;
Records: 1
World n�61 had not configuration !
but nothing.function mapRegionTable() {
$sql = 'SELECT "plop", region, sec0, sec1, sec2, sec3, sec4, sec5, sec6, sec7, sec8, sec9, sec10, sec11, sec12, sec13, sec14, sec15 FROM mapregion;';
Code: Select all
CONFIG::g()->cb('service_allow', true);CONFIG::g()->cb('service_name', true);CONFIG::g()->cs('service_name_regex', '`^[[:alnum:]]{3,16}$`');
Code: Select all
Index of /account_manager * Parent Directory * cache/ * classes/ * clean.php * config.php * db.sql * images/ * img.php * index.php * install.php * language/ * libs/ * log/ * readme.txt * servername.xml * templates/
Code: Select all
Not Found The requested URL /account_manager/ was not found on this server.
Hi guys, I have just the same issue here.... had someone found a solutions.....? I also activated php ssl extension... but I'm just lost about what may be the problem.ha0ck wrote:Hi daedalus,
I have the following configuration:
Vista 32Bit
Wamp 2.0
Account Manager "New Version"
install.php check report all criteria as "OK" in green
When attempting to use either the Create Account or to log into an existing account, a blank page is produced and Apache (and only Apache) crashes. The SQL data from the attempt to create the account is present in the l2jdb database (ie username, password, email, timestamp etc) as if it had worked as expected, but no HTML data is returned.
What could be causing this issue? We get the following in the Apache error log:
I've been scratching my head for hours now, I've tried running Apache in all sorts of compatibillity modes as well.Code: Select all
[Mon Nov 16 01:57:02 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.[Mon Nov 16 01:57:02 2009] [notice] Child 5824: Exit event signaled. Child process is ending.[Mon Nov 16 01:57:03 2009] [notice] Child 5824: Released the start mutex[Mon Nov 16 01:57:04 2009] [notice] Child 5824: All worker threads have exited.[Mon Nov 16 01:57:04 2009] [notice] Child 5824: Child process is exiting[Mon Nov 16 01:57:04 2009] [notice] Parent: Child process exited successfully.[Mon Nov 16 01:57:04 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations[Mon Nov 16 01:57:04 2009] [notice] Server built: Dec 10 2008 00:10:06[Mon Nov 16 01:57:04 2009] [notice] Parent: Created child process 5648[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Child process is running[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Acquired the start mutex.[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Starting 64 worker threads.[Mon Nov 16 01:57:04 2009] [notice] Child 5648: Starting thread to listen on port 80.[Mon Nov 16 01:57:38 2009] [notice] Parent: child process exited with status 255 -- Restarting.[Mon Nov 16 01:57:38 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations[Mon Nov 16 01:57:38 2009] [notice] Server built: Dec 10 2008 00:10:06[Mon Nov 16 01:57:38 2009] [notice] Parent: Created child process 7304[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Child process is running[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Acquired the start mutex.[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Starting 64 worker threads.[Mon Nov 16 01:57:39 2009] [notice] Child 7304: Starting thread to listen on port 80.
Something was mentioned about 'Cache Folder' access rights - can you explain what I might need to edit if I need to grant access to this?
All help is very much welcome.
Thanks Guys