Support for Account Manager
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- laguna
- Posts: 14
- Joined: Wed Aug 20, 2008 4:37 pm
Re: Support for Account Manager
I install wampserver on another machine, and worked.... maybe something went bad with my first installation.
thks.
thks.
When one door of happiness closes, another opens; but often we look so long at the closed door that we do not see the one which has been opened for us."
- lauq
- Posts: 23
- Joined: Tue Jul 08, 2008 10:14 pm
- Location: The Netherlands
Re: Support for Account Manager
download/file.php?id=696Gheazu wrote:After i fell up all box with create account or login i click on create or login i get this
^ I have this problem as well, and I have tried Wamp and EasyPHP
No issues with install.php, and all info is correct
Also, accounts do get created, but there isn't a good link to the page with 'Your account has been created. Check your mail', it just shows a blank page instead...
Thanks in advance

-
- Posts: 49
- Joined: Sat Aug 04, 2007 5:17 am
- Location: Argentina
Re: Support for Account Manager
Same herelauq wrote:download/file.php?id=696Gheazu wrote:After i fell up all box with create account or login i click on create or login i get this
^ I have this problem as well, and I have tried Wamp and EasyPHP
No issues with install.php, and all info is correct
Also, accounts do get created, but there isn't a good link to the page with 'Your account has been created. Check your mail', it just shows a blank page instead...
Thanks in advance

hmmm...
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Support for Account Manager
try what I dis to fix the problem, it solve all the link problems I got.
So What?????
- lauq
- Posts: 23
- Joined: Tue Jul 08, 2008 10:14 pm
- Location: The Netherlands
Re: Support for Account Manager
disorder35 wrote:try what I dis to fix the problem, it solve all the link problems I got.
It's already there: index.php. I now also tried /acm/index.php, but it still fails, and I have tried making acm as base directory in general, but it didn't help.disorder35 wrote:Edit: Ok I was able to fix it, all I have to do was add "index.php" to apache's conf file at the "Directoryindex" section.
After that it all worked fine.
Ideas?

- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
-
- Posts: 1
- Joined: Sun Mar 02, 2008 8:52 am
Re: Support for Account Manager
How to fully disable a caching. When I set in function SmartyObject - __ construct - $this-> caching = false; in system.class.php, tpl cache stoped, however compilation php cache continued.
I ask this question as there is a probability of an injection trojan in a folder cache from cookie. Caching is necessary for the big sites...
I ask this question as there is a probability of an injection trojan in a folder cache from cookie. Caching is necessary for the big sites...
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
About caching system it's for me an option I use Smarty lib for template characteristics. I'll looking how completely disable this feature.
Daedalus
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Support for Account Manager
Hi one question: "CONFIG::g()->cbi('core_acc_limit', false); "
This is used to set how many accounts a user can have or it is used to set how many accounts the server will create? Like if I set it to 100, only 100 accounts will be created and after that people will get a message saying the server is full.
Thank you
This is used to set how many accounts a user can have or it is used to set how many accounts the server will create? Like if I set it to 100, only 100 accounts will be created and after that people will get a message saying the server is full.
Thank you
So What?????
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Support for Account Manager
try to use EasyPHP for simplify
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
It set how many account can be created in the database. Becarefull, if you set 100 accounts and you have already 100 accounts in your DB, ACM willn't accept any other register account.disorder35 wrote:Hi one question: "CONFIG::g()->cbi('core_acc_limit', false); "
This is used to set how many accounts a user can have or it is used to set how many accounts the server will create? Like if I set it to 100, only 100 accounts will be created and after that people will get a message saying the server is full.
Thank you
Daedalus
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
Re: Support for Account Manager
Thanks you daedalus
This is Chinese language package
This is Chinese language package
You do not have the required permissions to view the files attached to this post.
-
- Posts: 176
- Joined: Tue Apr 21, 2009 3:09 pm
Re: Support for Account Manager
* accounts exist ? KO
* account_data exist ? KO
I use windows server 2008 + wamp :S My user have full acces on this two tables, then...?
I think it not found with WAMP
* account_data exist ? KO
I use windows server 2008 + wamp :S My user have full acces on this two tables, then...?
I think it not found with WAMP
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
@labman, thx 
@tropheo, Verify your connection settings in the config.php.

@tropheo, Verify your connection settings in the config.php.
Daedalus
-
- Posts: 176
- Joined: Tue Apr 21, 2009 3:09 pm
Re: Support for Account Manager
My config is OK but not found with WAMP :/, WAMP use Mysql 5.1.36, PHP 5.1.30 and Apache 2.2.11 by default config, some one have same problem with WAMP?