Re: can't use xampp on win XP SP2 ????????

2007-08-24 Thread Sascha Fröhlich

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Same here,

ApacheFriends XAMPPlite (basic package) version 1.6.0a

  + Apache 2.2.4
  + MySQL 5.0.33
  + PHP 5.2.1 + PEAR (basic package)
  + XAMPPlite Control Version 2.4 from www.nat32.com
  + XAMPPlite Security 1.0  
  + SQLite 2.8.15
  + OpenSSL 0.9.8d
  + phpMyAdmin 2.9.2
  + Webalizer 2.01-10
  + Zend Optimizer 3.2.2

That SP2-issue is older than old I think...

Regards,
Sascha

Pablo Viojo schrieb:
> Hi,
> 
> I'm running CakePHP on XAMPP with XP SP2, on my development
> environment perfectly (installed in subfolders and subdomains)
> 
> I'm using (as stated on readme_en.txt)
> 
> ## ApacheFriends XAMPP (basic package) version 1.6.1 ##
> 
>   + Apache 2.2.4
>   + MySQL 5.0.37
>   + PHP 5.2.1 + PHP 4.4.6 + PEAR
>   + PHP-Switch win32 1.0 (please use the "php-switch.bat")
>   + XAMPP Control Version 2.4 from www.nat32.com  
>   + XAMPP Security 1.0
>   + SQLite 2.8.15
>   + OpenSSL 0.9.8e
>   + phpMyAdmin 2.10.02
>   + ADOdb 4.94
>   + Mercury Mail Transport System v4.01b
>   + FileZilla FTP Server 0.9.23
>   + Webalizer 2.01-10
>   + Zend Optimizer 3.2.4
>   + eAccelerator 0.9.5 für PHP 5.2.1  (comment out in the php.ini)
> 
> Regards,
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGzuDzN1kDpsIDAWERAkfZAJ4/bOCFBEiimHFy4XqI3rjKRjC3uwCgprJz
AfvKHf2niwBSECtx/+XCb2o=
=Kb+5
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
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: Check mod_rewite through programming

2007-08-02 Thread Sascha Fröhlich
Damn...
phpinfo() spits out some information about apache2handler, take a look at
"loaded modules"...
perhaps you can parse the output, see this page: http://de3.php.net/phpinfo

Regards,
Sascha

2007/8/2, Sascha Fröhlich <[EMAIL PROTECTED]>:
>
> Hi there,

--~--~-~--~~~---~--~~
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: Check mod_rewite through programming

2007-08-02 Thread Sascha Fröhlich
Hi there,

--~--~-~--~~~---~--~~
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: Newbie Introduction Book ... reviews anyone?

2007-07-28 Thread Sascha Fröhlich
I'd take a look too... saschafroehlich AT gmail DOT com

Am 28.07.2007 um 06:34 schrieb Dr. Tarique Sani:

> On 7/27/07, Dave <[EMAIL PROTECTED]> wrote:
>
> I'm working on a Newbie's Introduction to CakePHP book and would like
> to invite anyone who would like to review it for errors or
> considerations I may have overlooked. Let me know, and I'll send you a
> PDF copy of the current edition.
>
> Has it been blessed by the Cake Foundation? If no then get it  
> blessed before asking anyone to spend time on something which  
> possibly may be still born
>
>
> Tarique
>
> -- 
> =
> Cheesecake-Photoblog: http://cheesecake-photoblog.org
> PHP for E-Biz: http://sanisoft.com
> =
> >


--~--~-~--~~~---~--~~
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: What is thtml file

2007-07-26 Thread Sascha Fröhlich
Hi,

I don't think you will get any answers here without reading the manual
and/or api.

manual.cakephp.org
api.cakephp.org

Regards,
Sascha

2007/7/26, nirmal <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> Plz tell me what is thtml file in cakePHP.
>
> Example:
>
>
> /app/views/posts/add.thtml
> Add Post
> 
> 
> Title:
> input('Post/title', array('size' => '40'))?>
> tagErrorMsg('Post/title', 'Title is
> required.') ?>
> 
> 
> Body:
> textarea('Post/body', array('rows'=>'10')) ?
> >
> tagErrorMsg('Post/body', 'Body is
> required.') ?>
> 
> 
> submit('Save') ?>
> 
> 
>
>
> >
>

--~--~-~--~~~---~--~~
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: Get data from Model that has no association

2007-07-25 Thread Sascha Fröhlich

Hi,

declare $uses in your model which shall retrieve data from the other  
model:

var $uses = array('Foo', 'Bar');

Regards,
Sascha

Am 25.07.2007 um 22:57 schrieb starkey:

>
> Hello,
>
> How do I access a model that is not associated in any way to the
> current model?  For example, lets say I'm in FooController and I need
> data from the Bar table (or save data to it)... without having any
> defined association (e.g. belongsTo or hasMany).
>
> Sounds easy but I'm stumbling on it.
>
> Thanks a lot!
> Shawn
>
>
> >


--~--~-~--~~~---~--~~
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: Mambo to use CakePHP for V5

2007-07-25 Thread Sascha Fröhlich

Heya,

good news. I wonder whether you will use 1.1 or 1.2 (stable or feature
rich :-))?

Best regards,
Sascha

2007/7/25, bugfaceuk <[EMAIL PROTECTED]>:
>
> It's almost bizarre, I have just started fiddling with Cake in the
> last week... and look after a Joomla site, and was thinking "the
> reason I haven't developed shed loads of components is that it needs
> to be integrated with Cake, hell even built on it"...
>
> And now Mambo have made this move. I will watch with great interest,
> and when you do release on Cake, I think you can expect a flood of
> components/modules and god knows what else
>
> A brave decision, well made.
>
> On Jul 25, 1:24 am, cauld <[EMAIL PROTECTED]> wrote:
> > Hello everyone,
> >
> > My name is Chad Auld.  I am the Project Leader for Mambo.  Seemed
> > appropriate to stop by this thread and introduce myself.  We are
> > excited about the decision and looking forward to forming a very close
> > relationship with the CakePHP development team and community.  Anyway,
> > we are here and paying attention to current CakePHP developments and
> > the Google Group discussions for now.  More to come as it happens...
> >
> > Cheers!
> >
> > On Jul 23, 10:48 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
> >
> > > Exciting news  -http://www.source.mambo-foundation.org/content/view/126/1/
> >
> > > Will there be a corresponding announcement from CSF?
> >
> > > What does it mean for future of CakePHP?
> >
> > > T
> >
> > > --
> > > =
> > > Cheesecake-Photoblog:http://cheesecake-photoblog.org
> > > PHP for E-Biz:http://sanisoft.com
> > > =
>
>
> >
>

--~--~-~--~~~---~--~~
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: email trigger function

2007-07-25 Thread Sascha Fröhlich

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

triggering is a typical database function, see
http://dev.mysql.com/doc/refman/5.0/en/create-trigger.html for more
information.

Best regards,
Sascha

Chris Hartjes schrieb:
> On 7/24/07, rtanz <[EMAIL PROTECTED]> wrote:
>> hi i have a table containing a number of fields. Is there a way to
>> make the system check that when some particular fields are no longer
>> empty an email is sent to a user? thanks
>>
> 
> I don't think CakePHP will do it for you right out of the box, but
> what you need is to create a cron job that checks the table in
> question and then emails users.  I've done similar things but not with
> CakePHP.
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGpudGN1kDpsIDAWERAnEUAKDPrbiffRp1sOE0+aOcm9IUgBurAwCgqGU1
+0xMvjYS565rWzwjmjg3XCA=
=qX9Z
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
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: where do I put my ordinary files?

2007-07-23 Thread Sascha Fröhlich

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

as far as I know you put it into app/webroot.

I use the css-folder in there and include the css-file with a path
'css/cake.generic.css' in my default-layout, so it should work for
you, too.

Greets,
Sascha

leo schrieb:
> Where do I put my basic web files so that I can get access to cake
> stuff?
> My specific problem is that I have a page in which I wish to include a
> view. Normally I would just use:
> include 'dates.php' or somesuch.
> At the moment the basic web is in webroot. I want to include a view
> callled show_dates.thtml.
> How?
> 
> 
> > 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGpRaNN1kDpsIDAWERArxUAKCV2gVuRq7xD2wqm5U9Kfv9/Jq/QQCfa9o2
XQGUjEblgQagerAD3jQsaIY=
=pjAw
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
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: forum integration best practice (SMF)

2007-07-23 Thread Sascha Fröhlich

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

cakeFreak schrieb:
> Cheers again Geoff!
> 
> By the way, has anyone implemented a forum using CakePHP?

I am working on a forum based on CakePHP 1.2, due to my limited
spare time it's progress isn't worth an anouncement.

As my project server is located in my office at the university and
it's currently switched off (have to buy a new power strip), the
trac is not available.

Visit https://safroe.dyndns.org/project in a few days.

Greets,

Sascha Fröhlich

> 
> Well the benefits of having a cakePHP driven forum would be perfect
> integration between the APP and the FORUM, compared with plugging in a
> pre-made one!
> 
> with regard to SMF I found this thread in the googleGroup forum:
> 
> => 
> http://groups.google.com/group/cake-php/browse_frm/thread/20b861a116052e9/13b59b7be959c2d7?lnk=gst&q=SMF&rnum=1#13b59b7be959c2d7
> 
> 
> > 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGpOwHN1kDpsIDAWERAqipAKC9JuTTmKrgu1EmWimxSFxI7P3S8gCdEZhQ
8DmL4UnPk0he/jMcFID/zA4=
=ubw+
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
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: Mac install using MAMP get MYSQL can't connect error

2007-07-23 Thread Sascha Fröhlich

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

have you tried to connect via the mysql-command?
Open Terminal and type

mysql -u root -p yourdatabase

Greetings,
Sascha

daphonz schrieb:
> Are you adding the "port" value in the db config array?  Here's my
> congif setup, using MAMP as on my local machine:
> 
> var $default = array(
>   'driver' => 'mysql',
>   'persistent' => false,
>   'host' => 'localhost',
>   'port' => '8889',
>   'login' => 'root',
>   'password' => 'root',
>   'database' => 'my_db',
>   'prefix' => ''
>   );
> 
> 
> 
> On Jul 21, 11:31 am, road runner <[EMAIL PROTECTED]> wrote:
>> Hi, installing latest version of Cake on Mac OS 10.3.9
>> Using MAMP but when I access the following page is returned properly
>> but with message Can't connect see below.
>>
>> CakePHP Rapid Development
>> Your database configuration file is present.
>>
>> Warning: mysql_connect() [function.mysql-connect]: Can't connect to
>> local MySQL server through socket '8889' (2) in /Applications/MAMP/
>> htdocs/cake/cake/libs/model/dbo/dbo_mysql.php on line 100
>>
>> Warning: mysql_select_db(): supplied argument is not a valid MySQL-
>> Link resource in /Applications/MAMP/htdocs/cake/cake/libs/model/dbo/
>> dbo_mysql.php on line 105
>> Cake is not able to connect to the database.
>>
>> According to MAMP need to use port 8889 which I changed in the
>> dbo_mysql.php file and again in the database.php file also changed
>> sign in and password to what MAMP expects and created database cAlled
>> cake. I used  phpmyadmin to create a database  cake without tables.
>>
>> If someone can point me in right direction would be appreciated.
> 
> 
> > 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGpM7RN1kDpsIDAWERAkPRAKCn90mWWiz2HaijUEsq2Lwqn9SHSwCfdyEq
0f+Gkf3CrJr5knAyMoW9CvQ=
=TnUG
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---