Re: Cake PHP doesn't work on Mac but on Windows

2013-01-11 Thread Jay Patel
Check permissions of your files. it should be set to "Read and Write" On youtube, you could get some helpful videos on installing cake php on mac On Thursday, 10 January 2013 18:59:45 UTC+5:30, Theresia Z wrote: > > I have a big problem with Cakephp. We installed it and built an > application on

Re: let users 'edit' database

2010-07-21 Thread Jay
u would implement some revision control actions in your controller > to manage the revisions. > > This would actually be awesome if generalized and written as a > behavior.  Unfortunately, I just don't have the time right now. :( > > On Jul 19, 6:01 pm, Jay wrote: > > >

let users 'edit' database

2010-07-19 Thread Jay
ok guys, so here is the situation: - we have built up a website using cakephp and it contains several models. - we want some users to be able to "make changes" to the database via webpage - but we want to audit the changes before they are actual made to the database Our problem is, how do we know

Godaddy hosting and mod_rewrite

2010-07-06 Thread Jay
Hi All: I have a godaddy hosting account and having some problems with routing. The files are under /cakephp under the default /html folder. The full url is still showing instead of the desired www.domain.org Please help. The current setup /cakephp/.htaccess RewriteEngine on RewriteBas

Re: changing path to all components

2010-06-01 Thread Jay
I think it has something to do with the .htaccess file in /app/webroot On Jun 1, 4:24 pm, Jay wrote: > Hi John: > >   The problem is more like this: On my local machine, i'm getting to > pageshttp://localhost/index.phpandhttp://localhost/page1.phpwith > no problem.

Re: changing path to all components

2010-06-01 Thread Jay
ion from d: > \root\app\webroot so I don't have any subfolder in my url. > > Hope this may clarify what you want and how we may be able to help > you :) > Enjoy, >    John > > On Jun 1, 8:48 pm, Jay wrote: > > > I didn't see where I could change the webr

Re: changing path to all components

2010-06-01 Thread Jay
for some of your controller/actions > - so take a look in your routes.php file in the config directory of > your application. > Enjoy, >    John > > On Jun 1, 7:12 pm, Jay wrote: > > > Hi Guys: > > >   I'm hosting a website at an address likehttp://w

changing path to all components

2010-06-01 Thread Jay
Hi Guys: I'm hosting a website at an address like http://www.blahblah.com/user, and my subpages should go to http://www.blahblah.com/user/page1 but now they are going to http://www.blahblah.com/page1 Is there a constant variable I can change to make the links go to / user/ instead of / And wher

noob question, how to add a button(to link somewhere) to a form

2010-05-20 Thread Jay
Hi guys, I have 2 MVC classes A and B. Where B has a foreign key reference to A. In A's view controller, I have a working Add page. In B's view controller, I'm writing the add page(add.ctp) using forms and I want to have a button where it links to A's add page, how would I be able to do that? Pleas

Re: Cake 1.2.6 - Can't bake anything

2010-03-31 Thread Jay Childers
Yes it is. I have other apps not using cakephp that connect to this server correctly. On Wed, Mar 31, 2010 at 8:36 AM, Christian Leskowsky < christian.leskow...@gmail.com> wrote: > Is a sql server driver included as part of a stock php install? > > > On Wed, Mar 31, 20

Re: Cake 1.2.6 - Can't bake anything

2010-03-31 Thread Jay Childers
?> On Wed, Mar 31, 2010 at 7:18 AM, Jeremy Burns wrote: > Is it worth posting your database configuration file (with username, > password and server details obscured)? > > Jeremy Burns > jeremybu...@me.com > > > On 31 Mar 2010, at 13:17, Jay Childers wrote: > > >

Re: Cake 1.2.6 - Can't bake anything

2010-03-31 Thread Jay Childers
s the wrong server type. On Tue, Mar 30, 2010 at 11:48 PM, Jay Childers wrote: I'm using IIS and MSSQL for my servers. On Tue, Mar 30, 2010 at 8:39 PM, Ed Propsner wrote: Are you meaning to use Microsoft SQL server or MYSQL ? On Tue, Mar 30, 2010 at 2:53 PM, McFrosty wrote: S

Re: Cake 1.2.6 - Can't bake anything

2010-03-30 Thread Jay Childers
I'm using IIS and MSSQL for my servers. On Tue, Mar 30, 2010 at 8:39 PM, Ed Propsner wrote: > Are you meaning to use Microsoft SQL server or MYSQL ? > > > On Tue, Mar 30, 2010 at 2:53 PM, McFrosty wrote: > >> So, I'm new to Cake...that being said, I followed all the directions >> and went throu

xgettext: waring: file`' extension `' is unknown; will try C poedit

2009-12-10 Thread Jay
Hi, when I tried to create po file. Im getting the following error message xgettext: waring: file`' extension `' is unknown; will try C updation failed. I have given path controllers views/posts . and keyword as __ But updation is failing.. Please guide.. Thanks in advance

Re: Internationalization in Cakephp help( for a newbie)

2009-12-09 Thread Jay
Hi Marcelo, Thanks for ur reply. Can I get a sample code for internationalization? I cant find it in google... Thanks, Jayanand Bhushi Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you ar

Re: Question about unnecessary files in cake app - will it cause slow response

2009-01-20 Thread Jay Reeder
I don't really have a good point of comparison... Just wondering if this is something other people actively avoid. On Tue, Jan 20, 2009 at 1:43 PM, teknoid wrote: > > Have you noticed any difference? > > I don't think this is the case any longer, as it was with some vendor > files in the early

Re: paginate using named parameters

2008-12-24 Thread Jay Reeder
You can also include this in the view before using the paginator helper functions: $paginator->options(array('url' => $this->passedArgs)); The above line will tell paginator to create URL's that have the same named parameters as the page you're currently on. On Tue, Dec 23, 2008 at 8:59 PM, kai

Re: Well formed XML for RESTful web services ...

2008-12-07 Thread Jay Reeder
We use a "debug" datasource that routes the showLog output to firebug as well. You can enable this datasource while debugging (instead of using the mysql driver) and when done, re-enable the mysql driver. ex: require_once (LIBS . 'model' . DS . 'datasources' . DS . 'dbo_source.php'); require_onc

Re: Mambo on CakePHP brainstorm

2008-11-25 Thread Jay Reeder
Would it be feasible to merge one of the existing Cake CMS projects into this new effort to provide a head-start? On Tue, Nov 25, 2008 at 2:12 PM, MattC <[EMAIL PROTECTED]> wrote: > > I second what Nate said, especially #2. > > It would be awesome if Mambo was both a full standalone CMS, but also

Re: Help with cake and soundmanager2

2008-11-25 Thread Jay Reeder
We're using Soundmanager2 in a Cake app w/ajax and it's working fine. Do you have debugging turned on? There are a number of things that could be causing your issue. Try turning on debugging and also try turning off .useHighPerformance in the soundmanager2.js file (it creates problems with some

Re: Default layout loads on ajax requests

2008-11-20 Thread Jay Reeder
Just a couple ideas, but make sure you have included: var $components = array('RequestHandler'); in your controller. Also, you might try including this line in your routes.php file Router::parseExtensions(); The easy way to trigger the RequestHandler is to append the supported filety

Re: Extending built-in Auth Component?

2008-10-23 Thread Jay Reeder
Nathaniel, We're doing something similar. Try: class LdapAuthComponent extends AuthComponent On Thu, Oct 23, 2008 at 5:10 PM, Nathaniel Price <[EMAIL PROTECTED]>wrote: > > I'd like to extend the Auth component in such a way as to be able to > use LDAP to log users in; basically, my approach w

Re: loginRedirect question re: Closed ticket @ Trac #5057

2008-10-22 Thread Jay Reeder
I wrote a lengthy reply earlier but I guess it wasn't delivered. The simplest way to describe our application would be that of a web-based CRM. Most site pages will be user-specific and most users will access those pages through a 'login' page that acts as gateway to the application and redirects

Re: testing with phpunit

2008-04-14 Thread Jay
Yes. I have to use continuous integration server XINC, which uses phpunit, so I have to. Anybody with alternate solution? -- Regards, Jay On Apr 14, 4:10 pm, the_woodsman <[EMAIL PROTECTED]> wrote: > Is PHPUnit essential? > > Cake's built in testing uses SimpleTest, which

testing with phpunit

2008-04-13 Thread Jay
Hi, Can anybody explain me how to test cakephp in phpunit. If any example, then it would be great. -- Thanks & Regards, Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post

testing in cakephp 1.1

2008-02-20 Thread Jay
Hello All, I am new to development in cakephp. Currently I am testing my code written in cake 1.1.*. For this I need test suite 1.0.0.0 But problem here is that the available test suite are difficult to configure with cake 1.1 . I can switch to cake 1.2, which has integrated test development setu

Re: cakephp test suite 1.1

2008-02-17 Thread Jay
so need the php SimpleTest > (search google for it if it is not linked in the source for cake test > suite) integrated testing was not added to cake until 1.2 > > Sam D > > On Feb 17, 2008 1:21 PM, Jay <[EMAIL PROTECTED]> wrote: > > > > > > > Dear Sam,

Re: cakephp test suite 1.1

2008-02-17 Thread Jay
Dear Sam, I need integrated test suite 1.0 with cake 1.1. not just test suite. On Feb 17, 8:55 pm, Sam DeVore <[EMAIL PROTECTED]> wrote: > Look inhttp://cakeforge.org > > === > Http://blog.samdevore.com > > On Feb 17, 2008, at 8:28 AM, Jay <[EMAIL PROTECTED]> wro

cakephp test suite 1.1

2008-02-17 Thread Jay
Hello, Can any body provide me cakephp 1.1 with integrated test suite 1.1. Your help will highly appreciated. Thank you. Regards, Jahangir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post

loadModel() does not work..

2008-02-08 Thread Jay
Hello All, I have try to test my modules but when it come to loadModel(...) it gives error that Fatal error: Class 'Object' not found in C:\xampp\htdocs\sch\cake\libs \model\datasources\datasource.php on line 37 my testing location is C:\xampp\htdocs\sch\app\tests\app\cases\models Could any b

Re: links in cakephp not working

2007-10-17 Thread Jay Gilmore (smashingjay)
It should actually be included in the .htaccess of Cake but isn't. This also allows you to use Cake in a subdirectory as well. All the best, Jay On Oct 17, 5:08 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hi, > I have same problems with my links in cakephp. My

Re: No Style with CSS at localhost/cake on local machine

2007-10-15 Thread Jay Gilmore (smashingjay)
XAMPP has allowoverride all installed by default and all you need to do is add the RewriteBse line to the .htaccess file of the root of your cake as is below: RewriteBase /cake RewriteEngine on RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] This is ac

Re: HTML4 Strict Doctype doesn't validate using $html->docType('html4-strict')

2007-10-03 Thread Jay Gilmore (smashingjay)
On Oct 3, 7:30 pm, Chambrln <[EMAIL PROTECTED]> wrote: > There is a ticket opened for this problem but it was converted to an > Enhancement instead of a bug and nothing appears to have been done > about it. If you use the HTML helper to set your DOCTYPE and want > your page to validate here is

Re: OT: PHP programming standards document / cheat sheet

2006-11-06 Thread Jay Tillery
Mikee,   I would love the finished version. I've been looking for the same thing. I you need my help with any of it let me know.   -J  On 11/6/06, Mikee Freedom <[EMAIL PROTECTED]> wrote: those i already adhere to, and happily so. they're simple and make sense.i don't want much more than that, only

Re: News Archive/Events Archive

2006-08-27 Thread Jay Tillery
Thanks for the reply. On 8/27/06, John Zimmerman [gmail] <[EMAIL PROTECTED]> wrote: I am replying basically so this does not go unanswered.  Your question really covers too much to give a reply in a news group.Your desired functionality is not too hard to conceptualize once you get familiar with t