Support for Account Manager
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- diablodoro
- Posts: 67
- Joined: Thu Oct 11, 2007 8:54 pm
Re: Support for Account Manager
problem fixed (linux)
all you need to do is install php5-gd
all you need to do is install php5-gd
- papadkostas
- Posts: 128
- Joined: Fri Jul 02, 2010 8:34 am
- Location: Greece
- Contact:
Re: Support for Account Manager
knockoutdiablodoro wrote:some one know how to fix this ? (linux)
Code: Select all
Checking extensions loaded : * mysql extension : OK * gd extension : KO <--------- Here * openssl extension : OK Checking mysql connexion : * connected ? OK Checking db connexion : * connected ? OK Checking table connexion : * accounts exist ? OK * account_data exist ? OK Checking sql parsing on accounts table : * email exist ? OK * created_time exist ? OK Checking rights of the cache folder : * cache folder : OK

I'm learning as fast..as roadrunner - Beeep Beeeep


-
- Posts: 1
- Joined: Fri Jul 01, 2011 8:02 pm
Re: Support for Account Manager
hey, i have this errors:
Strict Standards: Declaration of SmartyObject::assign() should be compatible with that of Smarty::assign() in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 48
Strict Standards: Declaration of SmartyObject::display() should be compatible with that of Smarty::display() in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 48
Strict Standards: Non-static method lang::i18n() should not be called statically in C:\xampp\htdocs\lineage2\account\index.php on line 38
Strict Standards: Non-static method lang::i18n() should not be called statically in C:\xampp\htdocs\lineage2\account\index.php on line 39
Strict Standards: Non-static method account::load() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 14
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 44
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 47
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 48
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 49
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 50
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 51
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 52
Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\core.class.php on line 53
Strict Standards: Non-static method debug::publish() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 44
Strict Standards: Non-static method msg::display() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 45
-
- Posts: 42
- Joined: Mon Jun 06, 2011 9:59 pm
Re: Support for Account Manager
I think is cuz of ur configs of PHP
-
- Posts: 19
- Joined: Tue Apr 21, 2009 7:23 pm
Re: Support for Account Manager
Hi,daedalus wrote:Hey,
I'm back ! Hum, problem solve with smtp or still get an issue ?
I'm afraid that the problem still exist. I have tested this script on several SMTP engines (including IIS SMTP) and still get the error:
Code: Select all
PHP Fatal error: Maximum execution time of 60 seconds exceeded in \classes\smtp.class.php on line 522
Code: Select all
Connection opened by accmanager [IP]> 220 mx.myserver ESMTP Connection closed with accmanager [IP]
A.
-
- Posts: 47
- Joined: Sun Oct 10, 2010 4:04 pm
Re: Support for Account Manager
somehow know about good instruction??
-
- Posts: 1
- Joined: Fri Jul 01, 2011 7:39 am
Re: Support for Account Manager
it work for me but show too much notices oO
in install.php says all OK
check attachment for errors...
in install.php says all OK
check attachment for errors...
You do not have the required permissions to view the files attached to this post.
-
- Posts: 53
- Joined: Wed Jun 23, 2010 11:56 am
Re: Support for Account Manager
I have this account manager but unstuck service don't work or i havedone something wrong at options?
Anyone knows if unstuck service work?
Anyone knows if unstuck service work?
- vasilios
- Posts: 8
- Joined: Mon May 23, 2011 7:53 pm
Re: Support for Account Manager
I have a problem with Account Manager when I go to create an account everything is OK... see photo

But When I go to email and I click on Activate I get message.. "Activation Key Isn't correct" see photo

Does anyone what could be wrong???

But When I go to email and I click on Activate I get message.. "Activation Key Isn't correct" see photo

Does anyone what could be wrong???
- vasilios
- Posts: 8
- Joined: Mon May 23, 2011 7:53 pm
Re: Support for Account Manager
please can someone help??
- vasilios
- Posts: 8
- Joined: Mon May 23, 2011 7:53 pm
Re: Support for Account Manager
Nobody can help me for this problem???
- swg
- Posts: 27
- Joined: Fri Jan 08, 2010 4:55 pm
- Location: Cádiz, España
- Contact:
Re: Support for Account Manager
vasilios wrote:please can someone help??
Code: Select all
CONFIG::g()->cb('core_act_email', true); // Activate email verification ; set false if you want desactivateCONFIG::g()->cb('core_same_email', true); // Activate email verification ; set false if you want desactivateCONFIG::g()->cb('core_can_chg_email', true); // User can change email ; set false if you want prohibit
- u3games
- Posts: 1156
- Joined: Sun Feb 27, 2011 7:00 pm
- Location: España
- Contact:
Re: Support for Account Manager
DeathBeats wrote:it work for me but show too much notices oO
in install.php says all OK
check attachment for errors...

"Deprecated: Function eregi()" ereg is deprecated in PHP 5.3 :S
Any update for Account Manager?
-
- Posts: 484
- Joined: Sat Jan 23, 2010 4:42 pm
Re: Support for Account Manager
http://takien.com/513/how-to-fix-functi ... -5-3-0.phpu3games wrote:DeathBeats wrote:it work for me but show too much notices oO
in install.php says all OK
check attachment for errors...
"Deprecated: Function eregi()" ereg is deprecated in PHP 5.3 :S
Any update for Account Manager?
?
I have promises to keep and miles to go before I sleep.
- u3games
- Posts: 1156
- Joined: Sun Feb 27, 2011 7:00 pm
- Location: España
- Contact: