Re: Error after adding database.php file to project (happening on Windows and Ubuntu)

2010-02-03 Thread BrendonKoz
You probably could have found that particular error out had you checked the Apache error logs. I would suggest checking both CakePHP's error logs (app/tmp/logs/error.log), as well as your server's error logs to determine what could be the cause. If there are no errors on your Linux server, verify

Re: Error after adding database.php file to project (happening on Windows and Ubuntu)

2010-01-30 Thread Lucas Loss
First of all: Thank you guys for the responses! I really appreciate! :) The problem is now fixed (on Windows)! The problem was I installed PHP using a windows installer and when asked to install the extensions I never installed them. So, in order to PHP connect to MySQL it needs the mysql extensi

Re: Error after adding database.php file to project (happening on Windows and Ubuntu)

2010-01-22 Thread Fran Iglesias
Hi El 21/01/2010, a las 23:44, Lucas Loss escribió: 4. Then I've renamed the file database.php.default to database.php; 5. Back to the browser I reloaded the page and noticed a new sentence: I miss a step between these. Have you configured your database connection in database.php? And, by t

Re: Error after adding database.php file to project (happening on Windows and Ubuntu)

2010-01-21 Thread Pablo Viojo
Please post your database.php file Regards Pablo Viojo pvi...@gmail.com http://pviojo.net ¿Que necesitas? http://www.needish.com On Thu, Jan 21, 2010 at 10:07 PM, cricket wrote: > Check to make sure there is no whitespace after the closing "?>" in > database.php. Even better, delete the clos

Re: Error after adding database.php file to project (happening on Windows and Ubuntu)

2010-01-21 Thread cricket
Check to make sure there is no whitespace after the closing "?>" in database.php. Even better, delete the closing tag altogether. On Jan 21, 5:44 pm, Lucas Loss wrote: > Hi guys! > > I've been trying to understand this problem for a while now and I have > no clue on what is going on. Here go some

Error after adding database.php file to project (happening on Windows and Ubuntu)

2010-01-21 Thread Lucas Loss
Hi guys! I've been trying to understand this problem for a while now and I have no clue on what is going on. Here go some steps to explain what is happening: 1. I've downloaded (today - January 21, 2010) the versions 1.2.5 and 1.3.0 beta from CakePHP.org website; 2. Uncompressed them and put on th