Re: help with windows install needed - php\php.exe instead of cake ROOT

2007-03-09 Thread jyrgen

thanks hydra,

and sorry for my impatience.

define('ROOT', 'e:'.DS.'programs'.DS.'apache'.DS.'htdocs'.DS.'cake');

didn't solve the problem. start page render flawlessly, links ($html-
link as
well as $html-submit) are all wrong. (see above).

as soon as i find the time, i'll dig into the cake core.  can
somebody
point me to direction (for example some class class that creates
urls ?
maybe the html helper is a good start...

cheers, jyrgen


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



Re: help with windows install needed - php\php.exe instead of cake ROOT

2007-03-09 Thread jyrgen

it worked on linux ;-)



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



RE: help with windows install needed - php\php.exe instead of cake ROOT[Scanned]

2007-03-09 Thread Buckner, Mark

Not a problem.  I've been known to get impatient a time or two myself.
The cake group is normally really good/quick to respond to requests, but
sometimes things slip through the cracks.  My advice is, if you stick
with cake for long, start answering posts to the group.  That way, even
if gwoo, nate, mariano, chris, ad7six, or any of the other great guys on
the list can't/don't post, help is still available.

-Original Message-
From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jyrgen
Sent: Friday, March 09, 2007 5:43 AM
To: Cake PHP
Subject: Re: help with windows install needed - php\php.exe instead of
cake ROOT[Scanned]


thanks hydra,

and sorry for my impatience.

define('ROOT', 'e:'.DS.'programs'.DS.'apache'.DS.'htdocs'.DS.'cake');

didn't solve the problem. start page render flawlessly, links ($html-
link as
well as $html-submit) are all wrong. (see above).

as soon as i find the time, i'll dig into the cake core.  can
somebody
point me to direction (for example some class class that creates
urls ?
maybe the html helper is a good start...

cheers, jyrgen




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



Re: help with windows install needed - php\php.exe instead of cake ROOT[Scanned]

2007-03-09 Thread jyrgen

Thanks Mark,

i'll try out what you suggested. In the meantime i've put the app
on a remote server and check it there.
But i'm too curious about what might causing this, and i wouldn't
be the first time that trace the code, my way of contribution to
this fantastic framework.
i'll let guys know..
jyrgen


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



Re: help with windows install needed - php\php.exe instead of cake ROOT[Scanned]

2007-03-09 Thread hydra12

If you find out what's wrong, please post it here so I can see what
happened.  I'll be away from my computer for about a week - it's
spring break in Texas, and I'm taking my youth group on a trip - but
I'll check it when I get a chance.

hydra12 (Mark)

On Mar 9, 1:20 pm, jyrgen [EMAIL PROTECTED] wrote:
 Thanks Mark,

 i'll try out what you suggested. In the meantime i've put the app
 on a remote server and check it there.
 But i'm too curious about what might causing this, and i wouldn't
 be the first time that trace the code, my way of contribution to
 this fantastic framework.
 i'll let guys know..
 jyrgen


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



Re: help with windows install needed - php\php.exe instead of cake ROOT

2007-03-08 Thread jyrgen

even if this is not so very much cake related, but more
concerning windows/apache/php configuration, i don't
get any further with this problem.

the strange this is that i have other php app running
correctly...

j-


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



Re: help with windows install needed - php\php.exe instead of cake ROOT

2007-03-08 Thread jyrgen

before porting my app to windows, i set:

define('ROOT', 'e:\programs\apache\htdocs\cake'); // this dir !

correctly in cake/index.php.

As i stated above, the first page is displayed, but all
links are fucked up.

? no ideas ?

j


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



Re: help with windows install needed - php\php.exe instead of cake ROOT

2007-03-08 Thread jyrgen

ok guys,
i will track this down,
thanks for yr help :-)



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



Re: help with windows install needed - php\php.exe instead of cake ROOT

2007-03-08 Thread hydra12

I'm assuming (from your comment about putting it on your windows
partition) that you first tried this on linux or osx?  Did it work
there?

Also, define your root this way:
define('ROOT', 'e:'.DS.'programs'.DS.'apache'.DS.'htdocs'.DS.'cake');

DS is a constant that takes care of using \ or /.  I've had some
problems when I hard-coded it like you have.

If that doesn't help, I'll be glad to try to work with you.  Please
note, though, that I can only help if I'm online when you post(which
isn't all that often if things are busy at work).  Try to be patient.
I can understand being frustrated when you ask for help and don't get
it as fast as you'd like (I've been there, too), but getting snippy
doesn't help anything :-)

hydra12

On Mar 8, 6:11 pm, jyrgen [EMAIL PROTECTED] wrote:
 ok guys,
 i will track this down,
 thanks for yr help :-)


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