Page 1 of 1

Weird Question

PostPosted: 05. March 2010 18:14
by alejandronanez
Hello everyone, I'm developing an app in php with Codeigniter using xampp 1.7.3 and I have to move my application to a new machine with xampp 1.7.1 , I copy the folder and make the database configuration acording to the new machine but it doesn't work.

Do you think that is a XAMPP 1.7.1 problem?

I know that this is may be off topic but I know that u can help me.

Thanks Guys,

Re: Weird Question

PostPosted: 05. March 2010 18:26
by Altrea
but it doesn't work.

What does that mean? Error Messages? unexpected behavior? more details please

Do you use some of the new PHP 5.3 features?
CI itself can run on both, XAMPP 1.7.1 and 1.7.3

Re: Weird Question

PostPosted: 05. March 2010 18:30
by alejandronanez
It says '
Code: Select all
A Database Error Occurred

Unable to connect to your database server using the provided settings.


The thing is that when I use XAMPP 1.7.3 I just copy my app folder and it works right away but in XAMPP 1.7.1 says that (Database....) I also copied the DB config.

Any suggestion?