Having problems with Cakephp 1.2.6 with Wamp Server

2010-10-03 Thread hiyatechsolutions
Anyone there know about this problem with CakePHP 1.2.6 and Wamp server. We get a blank Page in the Admins panel even after using Configure::write('debug', 2); command. Its the case in Both xampp and wamp. All other links are working on Xampp but not in Wamp. For our other team mates, it seems

Re: Problems with Cakephp 1.2.6

2010-02-10 Thread Sitthykun LY
Hi all, I cannot run http://localhost/cakePHP/posts/ error: Not found The requested URL /cakePHP/posts/ was not found on this server. Apache/2.2.12 (Ubuntu) Server at localhost Port 80 the moment I'm testing with ubuntu 9.10 I do not know, how to configure it? I really do step by step of the

Re: Problems with Cakephp 1.2.6

2010-02-10 Thread Dr. Loboto
You need mod_rewrite on your Apache and AllowOverride All for directory with site to make .htaccess work. On Feb 10, 7:06 pm, Sitthykun LY ly.sitthy...@gmail.com wrote: Hi all, I cannot runhttp://localhost/cakePHP/posts/ error: Not found The requested URL /cakePHP/posts/ was not found on

Re: Problems with Cakephp 1.2.6

2010-02-10 Thread Sitthykun LY
thanks you all, it work On Thu, Feb 11, 2010 at 1:21 AM, Dr. Loboto drlob...@gmail.com wrote: You need mod_rewrite on your Apache and AllowOverride All for directory with site to make .htaccess work. On Feb 10, 7:06 pm, Sitthykun LY ly.sitthy...@gmail.com wrote: Hi all, I cannot

Re: Problems with Cakephp 1.2.6

2010-02-09 Thread Céryl
Can you tell what exactly goes wrong? Can you see anything or is it just a blank screen? If you set debug on 2 on your app/config/core.php, does it display any errormessage when you use the application? On 8 feb, 08:41, Sitthykun ly.sitthy...@gmail.com wrote: Hi all, for now I using cakePHP

Re: Problems with Cakephp 1.2.6

2010-02-09 Thread Guillermo Mansilla
Check there are no blank spaces after the php close tags in your models On 9 February 2010 10:21, Céryl c.a.h.wilt...@student.tue.nl wrote: Can you tell what exactly goes wrong? Can you see anything or is it just a blank screen? If you set debug on 2 on your app/config/core.php, does it

Re: Problems with Cakephp 1.2.6

2010-02-09 Thread anler
if you only see a blank screen verifies in php.ini that display_errors = on On 8 feb, 08:41, Sitthykun ly.sitthy...@gmail.com wrote: Hi all, for now I using cakePHP 1.2.6 on window vista with apache 2.2.x I would like to test with blog sample, but it does not work. I have thought it maybe

Problems with Cakephp 1.2.6

2010-02-08 Thread Sitthykun
Hi all, for now I using cakePHP 1.2.6 on window vista with apache 2.2.x I would like to test with blog sample, but it does not work. I have thought it maybe I'm wrong configured. I have tried search solution, but I still cannot. please anyone help me. Sitthykun Check out the new CakePHP