Re: Support for Account Manager
Posted: Sat Jun 18, 2011 1:12 pm
problem fixed (linux)
all you need to do is install php5-gd
all you need to do is install php5-gd
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
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
Hi,daedalus wrote:Hey,
I'm back ! Hum, problem solve with smtp or still get an issue ?
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]
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
DeathBeats wrote:it work for me but show too much notices oO
in install.php says all OK
check attachment for errors...
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?