Configuration Problem

2015-11-24 Thread sebastian Oldani
Hello friends, i am new in this list and i have a problem with my cakephp3 configuration. I installed a server with apache2, php5, mysql, (php5-intl), etc.. I downloaded the cake from the site, and unzip in my server. When i try to open the page i have an error (Fatal Error) like this Error:

Use Bake with another PHP version

2015-10-14 Thread Sebastian S
=92) state=1 in /mypath/webfiles/bin/cake.php on line 33 Parse error: syntax error, unexpected T_STRING in /mypath/webfiles/bin/cake.php on line 33 (13:38:29) [webfiles] Is there any way to call bake with another PHP version? Thanks!! Sebastian -- Like Us on FaceBook https

Help! exception handling

2015-05-31 Thread Sebastian Caballero
Hello Friends I have a problem I do not understand how to solve, need to capture the error code ($ error- getCode ()) and put on an equal setFlash website that I use to set whether a save operation was deleted or modified successfully or not. The issue is that when there is an exception for an

Mock auth component in controller test using testAction

2015-04-07 Thread Sebastian Bergquist
Hi! I’m having some problems with my tests. I can’t seem to mock the auth component in a controller test using the testAction method… Here are the part of the test that causes the problem: https://gist.github.com/beez/6f9ee89538d1a6be6dfb Any help or pointers on how to solve this is greatly

Cake 2.5 connecting to Oracle

2014-10-13 Thread Sebastian
Sebastian -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php

Re: How I can edit a user without changing the password?

2013-09-12 Thread Vincent Sebastian
It is very simple Step: 1 In edit.ctp add the password input field as like given below: echo $this-Form-input('password',array('value' = '','autocomplete'='off')); Step 2: In model User.php set the validation for password as like given below: 'password' = array( 'notempty' = array( 'rule' =

Routing for optional controller using generic controller otherwise / Dynamic Routing.

2013-05-07 Thread Sebastian Piskorski
I'd like to make an application in CakePHP which manages exercises and users results. Users and results are not important in this question. I want to have a possibility to add an exercise with adding only a specific table and line to .ini config file. Application should route to a

Re: 2.0 Cheat Sheet pdf

2012-12-03 Thread Sebastian M. Braun
I always would be very happy about an update of the cheat sheet! :) -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send

Re: Progress bar for file uploads

2012-04-16 Thread Sebastian Maydana
Use http://www.johnboy.com/php-upload-progress-bar/ -- Sebastian Maydana Interac*team* El 16 de abril de 2012 11:18, bs28723 bill.sto...@boosterwebsolutions.comescribió: Anyone know of a good progress bar for file uploads? Don't need anything fancy, just something that gives users visual

Moneybookers payment gateway

2012-02-25 Thread Sebastian
Hello everybody!! I have problem with moneybookers payment gateway, i need your help. My problem is no received post data in the status_url. If anyone has any idea and can help me with my problem, of course thank you very much. Sebastian -- Our newest site for the community: CakePHP Video

Re: Could not describe table Error: An Internal Error Has Occurred.

2011-09-06 Thread Sebastian Henschel
hey Jon.. Am Saturday, den 03.09.2011, 20:38 -0700 schrieb Jon F: I am using cake 2.0 alpha. i suggest you upgrade to the current version 2.0rc1: http://bakery.cakephp.org/articles/markstory/2011/09/04/cakephp_2_0_0-rc1_hot_and_fresh your problem could be fixed by that. bye, Sebastian

Re: cakephp saving not working

2011-08-25 Thread Sebastian Henschel
your db schema if necessary)? does it have auto-increment set? cheers, Sebastian -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions

Re: cakephp saving not working

2011-08-25 Thread Sebastian Henschel
statement doesn't seem to use a field named 'deal_id'. bye, Sebastian -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

Re: CakePHP beginner having trouble setting up .htaccess files with 1and1.com server config

2011-08-22 Thread Sebastian Henschel
hi! Am Sonntag, den 21.08.2011, 15:14 -0700 schrieb Seth Barrett: When I add that I get error 500 page. what is logged in the webserver's error log? bye, Sebastian Am Freitag, den 19.08.2011, 05:26 -0700 schrieb Seth Barrett: [...] Root .htaccess - AddType x-mapp-php5 .php IfModule

Re: CakePHP beginner having trouble setting up .htaccess files with 1and1.com server config

2011-08-19 Thread Sebastian Henschel
you are missing a RewriteEngine on in that section. i get 404s when it's not there. i don't have any RewriteBase directives anywhere in my .htaccess files, but that might be necessary for the 1and1 setup. hth, Sebastian [...] -- Our newest site for the community: CakePHP Video Tutorials

Re: Cron help

2011-08-12 Thread Sebastian Henschel
will be executed every hour. if you need more info about how to control execution times: $ man 5 crontab hth, Sebastian -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

Re: Error The requested document was not found on this server

2011-08-11 Thread Sebastian Henschel
the server to find your webroot. hope this helps, Sebastian -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

Incorrect redirect after validation error

2010-10-10 Thread Sebastian
Hi all, I just started using Cake and really like it. Unfortunately I have an issue I couldn't solve with Google co.: In my model controller there is an action admin_add which basically redirects the user to an edit view or saves the added page and redirects to an overview. It looks like this:

Cloud application with CakePHP? Different databases with same app.

2009-08-27 Thread Sebastian
installations. Any help would be appreciated. - Sebastian --~--~-~--~~~---~--~~ 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

Re: Cloud application with CakePHP? Different databases with same app.

2009-08-27 Thread Sebastian von Conrad
the performance and speed is? - Sebastian On Aug 27, 9:46 pm, Martin Westin martin.westin...@gmail.com wrote: I detailed how I do it in an article in the Bakery:http://bakery.cakephp.org/articles/view/one-core-one-app-multiple-dom... It works on one Cake core, one app, one apache (or nginx) vhost

problem with recursive find

2009-04-21 Thread Sebastian
fine for the first event. However, for the second event in the list, the genres are printed twice (e.g. Rock - Rock), in the third event they are ouput 3 times (Rock - Rock - Rock), and so on What am I missing here? Regards, Sebastian --~--~-~--~~~---~--~~ You

Re: cake 1.2 forms: date fields left empty = null in database?

2008-12-18 Thread Sebastian Göttschkes
['Employee']['birthday'] = null; This works fine, but I'm not sure if this is the proper way to do it? Regards, Sebastian On 16 Dez., 15:13, Alexandru Ciobanu ics.cake...@gmail.com wrote: Sebastian Göttschkes wrote: Hi, i got the following problem using cakePHP 1.2 RC3: My Model 'Employee' has

cake 1.2 forms: date fields left empty = null in database?

2008-12-16 Thread Sebastian Göttschkes
. How can I tell cake to view the birthday like this? I hope you guys can help me. Thanks in advance, Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email

Setting validation error in a controller?

2008-12-08 Thread Sebastian Göttschkes
to add new errors. Is there an easy way to do this or do I have to make ugly code? Thanks in advance, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake

Re: Validation date: which key?

2008-12-02 Thread Sebastian Göttschkes
Hi Deepesh, thanks for your reply. Sure, I could make a custom validation rule, but as it is written in the doc, there is a way to use different time formats with the date validation. Why dublicate it? The only thing I need is the key I have to use in the array. Regards, Sebastian On 2 Dez

Re: Validation date: which key?

2008-12-02 Thread Sebastian Göttschkes
Hi Guenther, this works quiet well, thank you. I'll add this to the docs with an example to provide an answer to anyone who is facing the same issue. Regards, Sebastian On 2 Dez., 15:17, Günther Theilen [EMAIL PROTECTED] wrote: Hi Sebastian, I'm not 100% sure but this should work: 'date

Validation date: which key?

2008-12-02 Thread Sebastian Göttschkes
' = 'Das Datum muss in der Form TT.MM. angegeben sein', 'required' = true ) ) Thanks in advance. Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: belongsTo via form

2008-11-29 Thread Sebastian Göttschkes
Hi, I now found a article in the bakery explaining what to do to save 2 models. For anyone facing the same problem, here you go: http://book.cakephp.org/view/75/Saving-Your-Data Sebastian On 28 Nov., 22:16, Sebastian Göttschkes [EMAIL PROTECTED] wrote: Thank you for your reply. I can't get

Re: belongsTo via form

2008-11-28 Thread Sebastian Göttschkes
Thank you for your reply. I can't get it working. Neither the validation nor the adding of a dataset is working. On 26 Nov., 23:35, thatsgreat2345 [EMAIL PROTECTED] wrote: instead of company do Company.name or whatever field you have called to save the name. On Nov 26, 2:18 pm, Sebastian

belongsTo via form

2008-11-26 Thread Sebastian Göttschkes
when I want to use the validation. I'm not sure if I have to create a new company-object and validate everything myself or if I can use some build-in functionallity. Thanks in advance. Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you

Re: Pagination with containable: Contain has to effect

2008-11-25 Thread Sebastian Veggiani
May be he's using an older version of 1.2. ¿or not? On Nov 24, 9:31 am, Mariano Iglesias [EMAIL PROTECTED] wrote: [2] What do you mean you had the file in the wrong place? Containable is part of the core. Liebermann, Anja Carolin wrote: [2] I have contaninable for all my models But I

Re: Pagination with containable: Contain has to effect

2008-11-25 Thread Sebastian Veggiani
May be he's using an older version of 1.2. ¿or not? On Nov 24, 9:31 am, Mariano Iglesias [EMAIL PROTECTED] wrote: [2] What do you mean you had the file in the wrong place? Containable is part of the core. Liebermann, Anja Carolin wrote: [2] I have contaninable for all my models But I

Re: Pagination with containable: Contain has to effect

2008-11-25 Thread Sebastian Veggiani
May be he's using an older version of 1.2. ¿or not? On Nov 24, 9:31 am, Mariano Iglesias [EMAIL PROTECTED] wrote: [2] What do you mean you had the file in the wrong place? Containable is part of the core. Liebermann, Anja Carolin wrote: [2] I have contaninable for all my models But I

Re: Pagination with containable: Contain has to effect

2008-11-25 Thread Sebastian Veggiani
Anja, I'm sorry for the mistake. I remember that in first 1.2 versions Containable was a behaviour you had to include manually. Greetings PS: sorry for my poor english :) On Nov 25, 9:23 am, Sebastian Veggiani [EMAIL PROTECTED] wrote: May be he's using an older version of 1.2

Re: Authentificate against LDAP?

2008-11-06 Thread Sebastian Göttschkes
and do all my authentication there.  I've had good luck with it so far, but it's not 'cakey', so it might not be what you are looking for. I hope that helps. hydra12 On Nov 4, 4:11 am, Sebastian Göttschkes [EMAIL PROTECTED] e.de wrote: Hi, I started using cakePHP not long ago and it's

Authentificate against LDAP?

2008-11-04 Thread Sebastian Göttschkes
read something about models representing LDAP entries, but didn't found any information on that. I hope you guys can help me! Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

running a forum from within webroot

2008-09-25 Thread Sebastian
/webroot/forum/register.php How can I get rid of the webroot part in the url? Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

Re: unwanted characters appear on views

2008-09-09 Thread sebastian
{ } ? ? Cheers, Adam --- If this has helped you, then please consider donating some money to a good cause. I only need a few hundred more $$ and I will have reached my target! http://www.everydayhero.com.au/Adam_Royle On Sep 5, 10:59 am, sebastian [EMAIL PROTECTED] wrote: Hi, I'm

unwanted characters appear on views

2008-09-04 Thread sebastian
Hi, I'm having this very wierd problem, the characters ? appear at the begining of all my views for a certain controller and I don't know whats puting them there. I know its not the layout because I use the same layout for all my views and I have also used the ajax layout but they still appear. I

View this page CakePHP In The Wild

2008-05-25 Thread sebastian
Added phTagr - an open source multi user image gallery written in CakePHP. On the one hand, this gallery focuses on enriching meta data to images/video using EXIF and IPTC standard. On the other hand this gallery provides great functionalities for sharing the content among the users which can be

MySQL Views support in Cake 1.2

2008-04-24 Thread Sebastian Veggiani
Hi, somebody could clarify what is the level of support of Cake 1.2 for woriking with MySQL Views? For example, I've a chain o associations of three or more levels. If I want to filter the results by a field in the 3rd level or beyond there is no easy way to do it, unless I use a Custom SQL

Re: Session ID

2008-04-22 Thread Sebastian Veggiani
The methodology to work with sessions is: // for reading $myVar = $this-Session-read('varName'); // for writing $this-Session-write('varName', $varValue) // for debugging the session array $mySessionVars = $this-Session-read(); debug( $mySessionVars ); I hope this helps. On 22 abr, 14:15, b

Re: name the locale directory

2008-04-17 Thread Sebastian Veggiani
Johnson, If you look here: http://api.cakephp.org/1.2/l10n_8php-source.html#l00180 You'll find that the code you are trying to use is set with - instead of _. I think the codes must be used as defined in this array. Here you have some additional info:

Re: Help: is it feasible to use multiple .po files?

2008-04-16 Thread Sebastian Veggiani
Someone has been able to configure Poedit to work with the __d( function? When Poedit search for entries to translate it returns the first parameter which is the 'domain' or name of the .po file. I've tried many ways of configure de gettext parameters without any luck. Thanks, On 3 abr,

Re: Weird problem with validation, bug?

2008-04-08 Thread Sebastian Veggiani
Does anyone have any idea? On 7 abr, 20:25, elHobbit [EMAIL PROTECTED] wrote: Thanks b logica. But, I really need to use the validation rules in the User model. I'll try to overwrite the validation rules for the fields I'm not using in this view. Anyway, I think the problem isn't that,

Re: http authentication with php running under cgi

2008-03-06 Thread Sebastian
anyone??? On Mar 5, 9:53 pm, Sebastian [EMAIL PROTECTED] wrote: Hi y'all, I just deployed a cakePHP application to a client's fatcow webspace. However, now the admin route's http authentication stopped working. In the beforeFilter of the AppController I have: if (isset($this-params['admin

http authentication with php running under cgi

2008-03-05 Thread Sebastian
Hi y'all, I just deployed a cakePHP application to a client's fatcow webspace. However, now the admin route's http authentication stopped working. In the beforeFilter of the AppController I have: if (isset($this-params['admin'])) { $this-Security-requireLogin( '*',

submit and redirect

2008-02-15 Thread Sebastian
submit a form and pass a redirect- variable to the controller's edit-function so that I can redirect individually? Regards, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: submit and redirect

2008-02-15 Thread Sebastian
property and sends the innerText instead. Typical. Hope this helps On Feb 15, 11:27 am, Sebastian [EMAIL PROTECTED] wrote: Hi y'all, I got a problem. I have a form that contains all kinds of data for a Model Event. That Event has multiple HABTM relationships with models like Promoters

HABTM save with $form-input fails

2008-02-12 Thread Sebastian
) { echo option value='{$ticket}' name='data[Ticket][Ticket][]' . $title . /option; } echo '/select/div'; } everything works fine. So I guess it's some bug in the FormHelper??? Does anybody know how to resolve this?? Regards, Sebastian --~--~-~--~~~---~--~~ You

css classes for flash messages

2008-01-24 Thread Sebastian
background, same font color), which makes it hard to differentiate between an information and an error flash message. Is there any way to bring back the traditional way to output error messages? If not, is there a way to define css classes for a flash message? Regards, Sebastian

errorMessages in 1.2 / flash with different css classes

2008-01-24 Thread Sebastian
with a different css class than simple information flashes. So is there any way to bring the old errorMessages back (the css class is still in the default cakePHP css file)? Or is there a way to define a css class for a flash message? Regards, Sebastian

Hiring CakePHP Developers

2007-10-22 Thread Sebastian Macias
, Sebastian Macias CTO Positive Digital Solutions --~--~-~--~~~---~--~~ 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

Trouble with HABTM

2007-09-10 Thread Sebastian Choren
Hi. I've got 2 models, n-m, and i'm trying to asociate them with HABTM, so i wrote this code: ?php class Media extends AppModel { var $name = 'Media'; var $belongsTo = array('MediaCategory' = array( 'foreignKey' = 'category_id' )

Re: Which editor you use for views ?

2007-06-20 Thread Sebastian Macias
I use Aptana's HTML editor. I'm pretty happy with it so far :) Sebastian Macias Senior Web Software Engineer digital-telepathy inc http://www.dtelepathy.com On Jun 20, 6:21 pm, wralph [EMAIL PROTECTED] wrote: notepad++ Winston --~--~-~--~~~---~--~~ You

Re: Is the bakery source code broken?

2007-06-20 Thread Sebastian Macias
Guys lets not let this thread die unsolved! Has anyone been able to install the bakery and get it working properly? Sebastian Macias Senior Web Software Engineer digital-telepathy inc http://www.dtelepathy.com On Jun 18, 7:02 pm, Sebastian Macias [EMAIL PROTECTED] wrote: Sorry for posting

Re: Is the bakery source code broken?

2007-06-18 Thread Sebastian Macias
. Thanks, Sebastian Macias On Jun 17, 5:58 pm, Larry E. Masters aka PhpNut [EMAIL PROTECTED] wrote: The bakery uses the 1.2 branch of the code. All of out sites are running on the latest svn co of the 1.2 branch. Do not confuse it with the trunk code, which is merged after the branches have been

Re: Is the bakery source code broken?

2007-06-18 Thread Sebastian Macias
can know what when was the last time the bakery cake folder was updated so we can try to download a revision that matches that date? Thanks, Sebastian Macias -- Forwarded message -- From: Jonathan Langevin [EMAIL PROTECTED] Date: Jun 17, 7:15 pm Subject: Is the bakery source code

Re: Is the bakery source code broken?

2007-06-18 Thread Sebastian Macias
Sorry for posting the same message twice.. it was google groups caching fault :) On Jun 18, 7:01 pm, Sebastian Macias [EMAIL PROTECTED] wrote: I just tried it out with the latest 1.2.x nightly build and got the same errors; then I tried it with an old 1.2x copy I had and this time I got less

Is the bakery source code broken?

2007-06-17 Thread Sebastian Macias
the code in the repository is outdated. Is there anyway any of the persons involved in the development of the bakery can take a look at it? I think the bakery is an excellent application that has the potential to help many people learn best cakephp/ mvc practices. Thanks, Sebastian Macias

Re: Is the bakery source code broken?

2007-06-17 Thread Sebastian Macias
does anyone know what version of cakephp is the bakery's production server using? are there any differences in the code of the live bakery compared with the source in SVN? Thanks, Sebastian Macias On Jun 17, 2:32 pm, Mech7 [EMAIL PROTECTED] wrote: I don't know but there seems to be quite

Bakery User Registration is Broken

2007-06-06 Thread Sebastian Macias
Hello, I just wanted to let the guys in charge know that the registration for the bakery has been broken for at least 2 months. Every time I try to register I get a blank page after I submit the form. Thanks, Sebastian --~--~-~--~~~---~--~~ You received

Is 1.2.0.5146alpha Usable?

2007-05-23 Thread Sebastian Macias
go back to my previous version of cake, everything works just fine. Thanks, Sebastian --~--~-~--~~~---~--~~ 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

How to use the new Cake PHP i18N and l10N

2007-01-09 Thread Sebastian Macias
. Thanks, Sebastian Macias --~--~-~--~~~---~--~~ 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

Re: lov.li - social network built on cake

2007-01-07 Thread Sebastian Macias
Thanks for the FLV tips Patrick :-) On Jan 5, 10:50 pm, Patrick Sullivan [EMAIL PROTECTED] wrote: Dallas. On 1/5/07, Tijs Teulings [EMAIL PROTECTED] wrote: p.s. which datacenter did you pick? The site is very responsive from europe... Tijs

Re: lov.li - social network built on cake

2007-01-04 Thread Sebastian Macias
Hey congratulations! Is there anyway you could share with the community how you handled the FLV trans codding? Thanks, Seb On Jan 3, 12:32 am, expatrick [EMAIL PROTECTED] wrote: http://lov.liis online - thanks very much to the cake development team and everyone in #cakephp for your help.

How to Theme your cakephp apps.

2006-10-02 Thread Sebastian Macias
documentation so far. Have anyone have experimented with this package? Would you mind posting some sample usage code here? Thanks, Sebastian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: Access model/controler data without requestAction

2006-09-14 Thread Sebastian Macias
Thanks for the excellent comments Troy and AD7six. I think I was actually trying to be too politically correct and I didn't want to use others models inside my controllers so I was using requestAction to get data from other models but also to avoid having duplicated views as AD7six mentioned;

Access model/controler data without requestAction

2006-09-13 Thread Sebastian Macias
from different models, controllers without having to use requestAction? Thanks a lot in advance, Sebastian --~--~-~--~~~---~--~~ 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

Re: Access model/controler data without requestAction

2006-09-13 Thread Sebastian Macias
I also need to be able to call other controller methods such as save($data) without the requestAction abuse performance inconveniences. I read the article at: http://www.thinkingphp.org/2006/06/24/welcome-to-the-dark-side-of-plugins-in-cakephp/ I think that is kind of a good approach but not

Re: Access model/controler data without requestAction

2006-09-13 Thread Sebastian Macias
for requestAction alternatives an will post my results as I find anything. Thanks, Sebastian --~--~-~--~~~---~--~~ 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

Re: open_basedir restriction in effect Help Needed

2006-09-05 Thread Sebastian Macias
issue find this line in webroot/index.php: if (function_exists('ini_set')) { and replace it with: if (false function_exists('ini_set')) { Thanks worked out perfectly for me. Thanks, Sebastian Matt Puchlerz wrote: Judging by the path, I'm thinking you might

open_basedir restriction in effect Help Needed

2006-09-01 Thread Sebastian Macias
bakers tell me to do in order to solve the problem. PHP Safe Mode is turned off. Thanks, Sebastian Macias --~--~-~--~~~---~--~~ 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

Re: open_basedir restriction in effect Help Needed

2006-09-01 Thread Sebastian Macias
'bootstrap.php', etc without having to read the file from the root? Thanks, Sebastian MJ Ray wrote: Sebastian Macias [EMAIL PROTECTED] wrote: Warning: main() [function.main]: open_basedir restriction in effect. File(/cake/bootstrap.php) is not within the allowed path(s): For whatever reason

Is there a way to specify what fields should be returned in a recursive find?

2006-05-20 Thread Sebastian Macias
in advance, Sebastian X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.11.53.63 with SMTP id b63mr94138cwa; Sat, 20 May 2006 19:42:01 -0700 (PDT) X-Google-Token: LIENAgwAAADU0_1pxKaUeisCrJJSjjk1 Received: from 69.232.72.50 by g10g2000cwb.googlegroups.com with HTTP; Sun, 21 May 2006

othAuth Help

2006-05-13 Thread Sebastian Macias
Now, I'm always redirected to the login page, I try to log in using admin/123456 and nothing happens, It seems like I'm not being authenticated. I was wondering if anybody could thing of anything that I'm doing wrong. Thanks, Sebastian