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 Wamp is working fine with the previous
DB versions. Any throghts or any fixes or any ideas. Need URGENT HELP
guys.

Error: The requested address “/” was not found on this server –
CakePHP Error

This error message pops out if we use any versions of Wamp, we tried
clearing Cookies and all the troubleshooting thats available in
forums. Any ideas..

Also is there any configuration differences beteen Wamp and Xampp
since our cakephp codes are working on Xampp but not in wamp. Is there
any solution to have our Code working on Wamp and Xampp ?  Thanks in
Advance

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 example.


On Wed, Feb 10, 2010 at 6:16 AM, anler anle...@gmail.com wrote:

 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 I'm wrong configured. I have tried search
  solution, but I still cannot.
 
  please anyone help me.
 
  Sitthykun

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




-- 
Best regards,
Sitthykun LY

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 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 example.





 On Wed, Feb 10, 2010 at 6:16 AM, anler anle...@gmail.com wrote:
  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 I'm wrong configured. I have tried search
   solution, but I still cannot.

   please anyone help me.

   Sitthykun

  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
  with their CakePHP related questions.

  You received this message because you are subscribed to the Google Groups
  CakePHP group.
  To post to this group, send email to cake-php@googlegroups.com
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.c 
  omFor more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en

 --
 Best regards,
 Sitthykun LY

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 runhttp://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 example.
 
 
 
 
 
  On Wed, Feb 10, 2010 at 6:16 AM, anler anle...@gmail.com wrote:
   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 I'm wrong configured. I have tried search
solution, but I still cannot.
 
please anyone help me.
 
Sitthykun
 
   Check out the new CakePHP Questions sitehttp://cakeqs.organd help
 others
   with their CakePHP related questions.
 
   You received this message because you are subscribed to the Google
 Groups
   CakePHP group.
   To post to this group, send email to cake-php@googlegroups.com
   To unsubscribe from this group, send email to
   cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 cake-php%2bunsubscr...@googlegroups.c omFor more options, visit this
 group at
  http://groups.google.com/group/cake-php?hl=en
 
  --
  Best regards,
  Sitthykun LY

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




-- 
Best regards,
Sitthykun LY

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 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 Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 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 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 Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 I'm wrong configured. I have tried search
 solution, but I still cannot.

 please anyone help me.

 Sitthykun

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en