Page 14 of 29

Re: Support for Account Manager

Posted: Tue Dec 29, 2009 4:48 pm
by laguna
I install wampserver on another machine, and worked.... maybe something went bad with my first installation.

thks.

Re: Support for Account Manager

Posted: Tue Dec 29, 2009 5:48 pm
by lauq
Gheazu wrote:After i fell up all box with create account or login i click on create or login i get this
download/file.php?id=696

^ 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

Re: Support for Account Manager

Posted: Wed Dec 30, 2009 12:33 am
by Sevas
lauq wrote:
Gheazu wrote:After i fell up all box with create account or login i click on create or login i get this
download/file.php?id=696

^ 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
Same here :| im using easyphp and windows seven right now.

Re: Support for Account Manager

Posted: Wed Dec 30, 2009 3:51 am
by disorder35
try what I dis to fix the problem, it solve all the link problems I got.

Re: Support for Account Manager

Posted: Wed Dec 30, 2009 10:19 am
by lauq
disorder35 wrote:try what I dis to fix the problem, it solve all the link problems I got.
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.
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.

Ideas?

Re: Support for Account Manager

Posted: Sun Jan 03, 2010 12:41 pm
by daedalus
Try to reinstall apache.

Re: Support for Account Manager

Posted: Sun Jan 03, 2010 9:29 pm
by kapitann22
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...

Re: Support for Account Manager

Posted: Mon Jan 04, 2010 12:08 am
by daedalus
About caching system it's for me an option I use Smarty lib for template characteristics. I'll looking how completely disable this feature.

Re: Support for Account Manager

Posted: Mon Jan 04, 2010 7:58 pm
by disorder35
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

Re: Support for Account Manager

Posted: Tue Jan 05, 2010 3:09 am
by denser
try to use EasyPHP for simplify

Re: Support for Account Manager

Posted: Sat Jan 09, 2010 5:09 pm
by daedalus
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
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.

Re: Support for Account Manager

Posted: Tue Jan 12, 2010 9:49 am
by labman
Thanks you daedalus
This is Chinese language package

Re: Support for Account Manager

Posted: Fri Jan 15, 2010 2:37 pm
by tropheo
* 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

Re: Support for Account Manager

Posted: Sun Jan 17, 2010 7:35 pm
by daedalus
@labman, thx :)

@tropheo, Verify your connection settings in the config.php.

Re: Support for Account Manager

Posted: Mon Jan 18, 2010 6:51 am
by tropheo
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?