RE: CakePHP 2.3.2 released DEFINE CSS/JS/IMG Folders

2013-04-09 Thread Advantage+
That would do it J Thanks. From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of lowpass Sent: Tuesday, April 09, 2013 8:39 PM To: cake-php@googlegroups.com Subject: Re: CakePHP 2.3.2 released DEFINE CSS/JS/IMG Folders Did you update webroot/index.php? On T

Re: Download file

2013-04-09 Thread Muhammad Asyraf
hi, another update from my problem: $this->set(array( 'id' => $upload['Upload']['id'], *'name' => substr($filename, 0, strrpos($filename, '.') +10),* 'path' => APP.'uploads'.DS, 'download' => true, )); After i modified the array for name, it seems that in latest IE and Firefox are working perfec

Re: CakePhp Issue with reading Cookie

2013-04-09 Thread lowpass
In some places you have 'lang' and in others it's 'langg'. On Tue, Apr 9, 2013 at 12:37 AM, Manjunath Reddy wrote: > > > Hi All, > I have trouble reading the cookie I have already registered. >

Re: CakePHP 2.3.2 released DEFINE CSS/JS/IMG Folders

2013-04-09 Thread lowpass
Did you update webroot/index.php? On Tue, Apr 9, 2013 at 12:56 AM, Advantage+ wrote: > "JS, CSS, IMAGES constants are now conditionally defined by CakePHP making > it possible to override them in your application." > > ** ** > > I have updated the Cake Lib to 2.3.2 and in my bootstrap added

Re: cake bake User - Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread lowpass
It looks like this is pretty specific to your application. Do you have a Facebook model? Is there a table for it in the db? On Mon, Apr 8, 2013 at 9:11 PM, Nathan Pierce wrote: > RootSHH [~/public_html]# cake bake User > > Welcome to CakePHP v2.3.2 Console > -

Re: CakePHP with jQuery UI Sortable

2013-04-09 Thread lowpass
jQuery 1.9 has been refactored a great deal. Perhaps the UI version you have has been tailored specifically to that version. http://jquery.com/upgrade-guide/1.9/ On Sat, Apr 6, 2013 at 7:14 AM, Lucky1968 wrote: > Hi, > > > I'm using jQuery UI Sortable in a CakePHP application to drag and drop

Re: CakePhp 2.x - Internationalization/Localization/Translate Behavior/i18n - How to use in 2.x?

2013-04-09 Thread kicaj
Read my article on bakery site: http://bakery.cakephp.org/articles/kicaj/2013/01/27/internationalization_with_static_and_dynamic_content_routing_and_switching W dniu wtorek, 2 kwietnia 2013 05:06:25 UTC+2 użytkownik Livin Inchina napisał: > > Hi everyone! > > I'm having a hard time making my web

Re: CakePHP delayed job like this ror example???

2013-04-09 Thread Salines
Thanks -- 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-p

Re: Database connection "Mysql" is missing, or could not be created. -- Please help

2013-04-09 Thread Amin Chen
In Config\database.php, do this : > 'host' => 'localhost', > 'port' => '8889', instead of this : > 'host' => 'localhost:8889', Pada Selasa, 09 April 2013 5:28:28 UTC+7, Malek Trabelsi menulis: > > I am running this issue for the 3rd day now without having a solution, so > I guess I still have

Re: Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread Nathan Pierce
I deleted this topic actually. It fixed itself. I think it was a problem or bug with Aptana Studio. On Tuesday, April 9, 2013 12:48:54 AM UTC-4, Jeremy Burns wrote: > > Do you have a field called facebook_id? > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 9 Apr 2013, at 01

Re: CakePHP delayed job like this ror example???

2013-04-09 Thread Henry Turk
Cake DJJob which runs off of the PHP port of delayed_job (which in turn is based off of ROR Delayed Job). link: https://github.com/josegonzalez/cake_djjob On Monday, April 8, 2013 12:02:04 PM UTC-7, Salines wrote: > > Hello bakers, > > i'm looking for cakephp solution to make delayed / backround

Re: Extraccion de datos de sitio web

2013-04-09 Thread Pablo Viojo
Juan, Check the HttpSocket class http://book.cakephp.org/2.0/en/core-utility-libraries/httpsocket.html Best, -- Pablo Viojo Skype: pablo.viojo Cel: +56 9 74974394 http://tiopaul.io 2013/4/9 AD7six > English please - or write to the ES group. > > Cheers, > > AD > > > On Monday, 8 April

Re: Extraccion de datos de sitio web

2013-04-09 Thread AD7six
English please - or write to the ES group. Cheers, AD On Monday, 8 April 2013 04:11:46 UTC+2, Juan Omar Huanca Balboa wrote: > > Holas, Amigos > > Tengo en mente realizar un proyecto con cakephp para la extraccion de > datos > de una pagina de clasificados de un periodico local y enviar esa >

Re: unserialize() [function.unserialize]: Error at offset 0 of 4283 bytes [CORE\Cake\Cache\Engine\FileEngine.php, line 197]

2013-04-09 Thread Jeremy Burns : Class Outfit
Clear all files (not folders) in /app/tmp/cache and try again. Jeremy Burns Class Outfit http://www.classoutfit.com On 9 Apr 2013, at 08:36, Sandip Das wrote: > Please hgelp me , i am gettinh this notice in > CakePHP 2.3.2. > > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP >

Re: Text not aligned with radio button

2013-04-09 Thread ravi . tiwari
$options = array( '1' => 'Front Cover Page', '2' => 'Optional Page', '3' => 'Back Cover Page' ); echo $this->Form->radio('FlyerPage.TypeOfPage', $options, array('legend'=>false,'value'=>$val,'class'=>'TypeOfPage','separator'=>'','style'=>'background:#FFF') ); try this migh

unserialize() [function.unserialize]: Error at offset 0 of 4283 bytes [CORE\Cake\Cache\Engine\FileEngine.php, line 197]

2013-04-09 Thread Sandip Das
Please hgelp me , i am gettinh this notice in CakePHP 2.3.2. -- 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

Re: 3.0: a peek into CakePHP's future

2013-04-09 Thread angelxmoreno
I am super confused about people's hesitation to using objects. Objects are "smarter" than arrays and I am pretty sure we will be able to do something like toArray() on them. Furthermore, code that originally lived in our Model::afterfind() could be moved to the Objects making room for more com

Re: Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread angelxmoreno
does your users' table have a column called facebook_id ? it could be that it is looking for a facebooks table during the association part. I tend to name my column something like fabookid. remember that cake bake is assuming you are abiding by cake standards. On Tuesday, April 9, 2013 12:48:5