Page 24 of 29

Re: Support for Account Manager

Posted: Sat Jun 18, 2011 1:12 pm
by diablodoro
problem fixed (linux)
all you need to do is install php5-gd

Re: Support for Account Manager

Posted: Sun Jun 19, 2011 5:32 pm
by papadkostas
diablodoro 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
knockout :)

Re: Support for Account Manager

Posted: Sat Jul 09, 2011 5:47 am
by byxzer0
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

Re: Support for Account Manager

Posted: Wed Jul 13, 2011 8:15 pm
by Zeldak
I think is cuz of ur configs of PHP

Re: Support for Account Manager

Posted: Mon Jul 18, 2011 11:03 am
by TheSaint
daedalus wrote:Hey,

I'm back ! Hum, problem solve with smtp or still get an issue ?
Hi,

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
From a SMTP server it looks like the script is opening the connection to the SMTP, server respond with > 220 name-of-the-server, script is doing nothing and wait until timeout, than SMTP is closing the connection also:

Code: Select all

Connection opened by accmanager [IP]> 220 mx.myserver ESMTP Connection closed with accmanager [IP]
For some reasons I would like to avoid using the Google SMTP service. Could you give me a hint where to look to solve this problem?

A.

Re: Support for Account Manager

Posted: Fri Jul 29, 2011 10:34 pm
by KantikSGC
somehow know about good instruction??

Re: Support for Account Manager

Posted: Mon Aug 01, 2011 9:43 pm
by DeathBeats
it work for me but show too much notices oO

in install.php says all OK

check attachment for errors...

Re: Support for Account Manager

Posted: Fri Aug 05, 2011 8:04 am
by gameblond
I have this account manager but unstuck service don't work or i havedone something wrong at options?

Anyone knows if unstuck service work?

Re: Support for Account Manager

Posted: Tue Aug 09, 2011 7:52 pm
by vasilios
I have a problem with Account Manager when I go to create an account everything is OK... see photo

Image

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

Image

Does anyone what could be wrong???

Re: Support for Account Manager

Posted: Wed Aug 10, 2011 8:39 pm
by vasilios
please can someone help??

Re: Support for Account Manager

Posted: Thu Aug 25, 2011 4:30 pm
by vasilios
Nobody can help me for this problem???

Re: Support for Account Manager

Posted: Sun Aug 28, 2011 11:52 am
by swg
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
????

Re: Support for Account Manager

Posted: Tue Sep 06, 2011 9:22 am
by u3games
DeathBeats wrote:it work for me but show too much notices oO

in install.php says all OK

check attachment for errors...
Image

"Deprecated: Function eregi()" ereg is deprecated in PHP 5.3 :S

Any update for Account Manager?

Re: Support for Account Manager

Posted: Tue Sep 06, 2011 10:02 am
by Starter
u3games wrote:
DeathBeats wrote:it work for me but show too much notices oO

in install.php says all OK

check attachment for errors...
Image

"Deprecated: Function eregi()" ereg is deprecated in PHP 5.3 :S

Any update for Account Manager?
http://takien.com/513/how-to-fix-functi ... -5-3-0.php

?

Re: Support for Account Manager

Posted: Sun Sep 18, 2011 9:20 pm
by u3games
I can not find the solution to the problem, any suggestions?