Re: Jake question: rewrite problem?

2009-03-17 Thread Robin
By the way, unfortunately, Magnik is not providing support. That's why I am seeking help from you guys. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@go

Re: Jake question: rewrite problem?

2009-03-17 Thread Robin
That was what I meant by "upgrade" in my previous posts. But I guess I should call it migrating the application to the newer version instead, if that's what you are suggesting. I would very much like to do that. But I have the most slimest idea about cakephp. I can use the scripts made by others,

Re: Jake question: rewrite problem?

2009-03-17 Thread Brendon Kozlowski
At this point, I'd suggest contacting Magnik. http://www.magnik.com/api/terms_and_conditions See if it's compatible with the current version of CakePHP. If they do any URL rewriting of their own (or custom routes) it *may* break the default setup of Jake. If that's the case, you'd then need to

Re: Jake question: rewrite problem?

2009-03-17 Thread Robin
Hi Brendon, I appreciate your help. I am under the impression that it's not just the jake.ini configuration problem. I tried the latest cakephp version and it works like a charm. But using exactly the same configuration file, while using the script I mentioned written in an earlier version of cake

Re: Jake question: rewrite problem?

2009-03-17 Thread Brendon Kozlowski
Umm...what? You just went from having issues using Jake, a connector for CakePHP and Joomla, to a completely different application issue. If it is upgrade problems, I'm of the mindset that if you can't do it yourself, someone should be hired to do it for you. Anyhow, I took a look at Joomla (v1.

Re: Jake question: rewrite problem?

2009-03-16 Thread Robin
Thanks Brendon. Definitely appreciate your help. Maybe you can use the exact cake application I am using so that to reproduce what I am seeing right now. Here is the link: http://www.magnik.com/api/files/magnik%201.2.4.zip. It is a amazon script written in cakephp. I do think the version matters

Re: Jake question: rewrite problem?

2009-03-16 Thread Brendon Kozlowski
Whoops, Smelly Eddie is right. I think "below" as being outside the document root, not within. I'm back from my trip, I'll see if I can install Joomla with Jake support on a test server later tonight to see what the issue is. On Mar 15, 1:23 pm, Robin wrote: > I realized that this might be a c

Re: Jake question: rewrite problem?

2009-03-15 Thread Robin
I realized that this might be a completely different problem. Since the mainframe of joomla wasn't displayed after I called jake component with index.php?option=com_jake. It might be a problem that jake calls joomla files, including css files. If that's the case, it is the handling of joomla url b

Re: Jake question: rewrite problem?

2009-03-14 Thread Robin
Thanks Smelly. Actually, I did try both, and they gave me the same result. The way I avoided the mixing of index.php page is that I renamed index.php in cakephp to cakephp.php, and call that page in jake component. But still exactly the same symptom. I actually tried a few other ways, like put joo

Re: Jake question: rewrite problem?

2009-03-14 Thread Smelly Eddie
I have to disagree with Brennen about one thing. For security reasons, it is recommended to have most of CakePHPs file (the core) *above* the webroot. Your servers (site's) document root should point to cake/app/webroot. That is where you should drop Joomla. visiting localhost/ would then show

Re: Jake question: rewrite problem?

2009-03-13 Thread Robin
Anybody can help please? Thanks so much! Robin On Mar 13, 1:08 am, Robin wrote: > Hi Brendon, Thanks for the response. I am following the documentation > on Jake's > website:http://dev.sypad.com/projects/jake/documentation/configuration/. > It didn't specify whether joomla has to be installed

Re: Jake question: rewrite problem?

2009-03-12 Thread Robin
Hi Brendon, Thanks for the response. I am following the documentation on Jake's website: http://dev.sypad.com/projects/jake/documentation/configuration/. It didn't specify whether joomla has to be installed under app\webroot or not. Since it does have a jake.ini configuration file, which allows m

Re: Jake question: rewrite problem?

2009-03-12 Thread Brendon Kozlowski
Robin, I won't be able to respond again (most likely) until Monday at the earliest, but maybe someone else can help you if you provide some more information. It looks like your installation paths may be a problem. Can I ask what documentation you were following to get this setup (source)? Also,

Jake question: rewrite problem?

2009-03-12 Thread Robin
Hi everyone: I am pretty new to cakephp. I am trying to use the Jake component to integrate it into cms. I am having some problems and just wondering if you guys can help. My cakephp is version 1.2.0.5427alpha and joomla 1.5.9. Due to limited php knowledge, I am trying to avoid upgradi