Page 1 of 1

Cannot install my script with xampp

PostPosted: 13. September 2009 03:10
by julienlorenz
Hi,

I am trying to run a script with xampp (iLister). I meet a problem.

After giving my localhost informations (database name, username, etc..), I have this on my screen:

Code: Select all
Checking Database configuration...
Checking Administrator configuration...
Defining Base URL...
Connecting to FTP-Server...


Nothing more happens, I just have to restart installation again and again.
I check "error.log" but no error is mentionned.

What can I do ?

Thank you

Re: Cannot install my script with xampp

PostPosted: 13. September 2009 03:43
by Izzy
julienlorenz wrote:What can I do ?
First make sure that your XAMPP installation is working by going to http://localhost and after selecting your language checkout the menu items.

If that all works fine then visit your script's very good support page for some answers to the scripts problem.

Re: Cannot install my script with xampp

PostPosted: 13. September 2009 16:39
by julienlorenz
Hi

Thank you for your reply. My Xampp statut is :

MySQL database ACTIVATED
PHP ACTIVATED
HTTPS (SSL) ACTIVATED
Common Gateway Interface (CGI) ACTIVATED
Server Side Includes (SSI) ACTIVATED
SMTP Service DEACTIVATED
FTP Service DEACTIVATED


If someone knows what I can do, he is welcome :roll:

Re: Cannot install my script with xampp

PostPosted: 13. September 2009 17:08
by aueua
Looks like FileZilla FTP Server (part of the XAMPP installation) is not active and your script's installation is looking for it.

To activate FTP Service in XAMPP (assuming you are using the Windows version):

1) Open XAMPP Control Panel;
2) click on "Svc" by FileZilla;
3) click on "Start";
4) click on "Admin...";
5) if you are asked for a password, leave the field blank and click on "OK";
6) under the menu "Edit" -> "Settings" -> "Admin Interface Settings" click on "Change Admin Password", insert a password of your choice and click on "OK";
7) close FileZilla's admin panel.

Hope that helps...

Cheers!
Aueua

Re: Cannot install my script with xampp

PostPosted: 14. September 2009 02:58
by julienlorenz
Everything is ok now. Thank you guys :wink: