Carrot CMS Comments RSS http://www.carrotplant.com/ en Copyright 2008 - 2013, CarrotPlant LLC http://www.carrotplant.com/public/resources/gfx/logo_75x75.gif Carrot CMS RSS http://www.carrotplant.com/ 75 75 How to dump all MySQL databases into separate files http://www.carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files myselfhimself Hello, some changes on the databases= line : databases=`$MYSQL --user=$USER --password=$PASSWORD -e "SHOW DATABASES;" | awk \'{print $1}\' | grep -v "Database"` => for me it is important to have information_schema restored as well to keep mysql user accounts, hence no "grep -Ev (Database|information_schema)" => mysql\'s -e "show databases;" prints with |-- things --| like that, hence using awk. Thank you very much for that neat script ! http://www.carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files myselfhimself

Hello, some changes on the databases= line : databases=`$MYSQL --user=$USER --password=$PASSWORD -e "SHOW DATABASES;" | awk \'{print $1}\' | grep -v "Database"` => for me it is important to have information_schema restored as well to keep mysql user accounts, hence no "grep -Ev (Database|information_schema)" => mysql\'s -e "show databases;" prints with |-- things --| like that, hence using awk. Thank you very much for that neat script !

]]>
Thu, 16 Feb 2012 14:19:11 +0000
How to dump all MySQL databases into separate files http://www.carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files Will Brilliant! I\'ve been looking for something like this for ages. Works perfectly. Thanks! http://www.carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files Will

Brilliant! I\'ve been looking for something like this for ages. Works perfectly. Thanks!

]]>
Tue, 6 Dec 2011 18:09:12 +0000
Flex remoting with CakePHP - CpAmf plugin http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin hecktar Can anyone who made this thing work explain it again? or it just doesnt fit with the latest cakephp? http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin hecktar

Can anyone who made this thing work explain it again? or it just doesnt fit with the latest cakephp?

]]>
Tue, 8 Nov 2011 02:20:23 +0000
Flex remoting with CakePHP - CpAmf plugin http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin No More Reply? No more reply? is this thing even working with the latest cakephp? http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin No More Reply?

No more reply? is this thing even working with the latest cakephp?

]]>
Tue, 8 Nov 2011 02:11:06 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released Shanaka I was using cpamf v010 with cakephp 1.2. now I wants to migrate my code to cake php 2.0 and php 5.3. When I deploy my website on php 5.3 it gave me an error from cpamf. "/plugins/cpamf/vendors/amfphp/core/cakeamf/app/CakeActions.php on line 187 Loading_remoteObjArray" Is there anyway that I can use cpamf with cakephp 2.0 and php 5.3? http://www.carrotplant.com/en/blog/cpamf-v011-released Shanaka

I was using cpamf v010 with cakephp 1.2. now I wants to migrate my code to cake php 2.0 and php 5.3. When I deploy my website on php 5.3 it gave me an error from cpamf. "/plugins/cpamf/vendors/amfphp/core/cakeamf/app/CakeActions.php on line 187 Loading_remoteObjArray" Is there anyway that I can use cpamf with cakephp 2.0 and php 5.3?

]]>
Fri, 4 Nov 2011 07:57:45 +0000
CpAmf php example http://www.carrotplant.com/en/blog/cpamf-php-example Noé Hi when i put this code in my controller : $d = $this->Template->find(\'all\'); // Create ArrayCollection from array // (/amfphp/services/vo/ArrayCollection.php) $templateCollection = new ArrayCollection($d); return $templateCollection; cake said : Fatal error: Class \'ArrayCollection\' not found in /Volumes/ARTWORK/projects/app/controllers/templates_controller.php on line 15 a idea ? thank\'s http://www.carrotplant.com/en/blog/cpamf-php-example Noé

Hi when i put this code in my controller : $d = $this->Template->find(\'all\'); // Create ArrayCollection from array // (/amfphp/services/vo/ArrayCollection.php) $templateCollection = new ArrayCollection($d); return $templateCollection; cake said : Fatal error: Class \'ArrayCollection\' not found in /Volumes/ARTWORK/projects/app/controllers/templates_controller.php on line 15 a idea ? thank\'s

]]>
Wed, 13 Jul 2011 19:36:10 +0000
How to dump all MySQL databases into separate files http://www.carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files Jacob Chapman Thank you sir! You\'re a gentlemen and a scholar! Just what I needed/wanted... http://www.carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files Jacob Chapman

Thank you sir! You\'re a gentlemen and a scholar! Just what I needed/wanted...

]]>
Sat, 28 May 2011 20:00:31 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released Samuel Tilly Just like adico I\'ll also like to se how the tree tab is implimented in the source. http://www.carrotplant.com/en/blog/cpamf-v011-released Samuel Tilly

Just like adico I\'ll also like to se how the tree tab is implimented in the source.

]]>
Tue, 10 May 2011 15:29:39 +0000
CpAmf php example http://www.carrotplant.com/en/blog/cpamf-php-example chhaya I need both cakephp and flex view. I cant integrate cakephp with flex. First i have to integrate then for coding. can anybody help me by telling step by step of integration flex with cakephp. I am helpless. Plz help me. http://www.carrotplant.com/en/blog/cpamf-php-example chhaya

I need both cakephp and flex view. I cant integrate cakephp with flex. First i have to integrate then for coding. can anybody help me by telling step by step of integration flex with cakephp. I am helpless. Plz help me.

]]>
Tue, 3 May 2011 08:53:23 +0000
Flex remoting with CakePHP - CpAmf plugin http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin chhaya Hi daniel I put the cpamf plugins in lereve2/admin/app/plugins/ and browse http://localhost/lereve2/admin/cpamf/getway but does not work. give the error message -Not Found Error: The requested address \'/cpamf/getway\' was not found on this server. is there any problem to put the plugins. or what should i have to do for working your code? plz explain . http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin chhaya

Hi daniel I put the cpamf plugins in lereve2/admin/app/plugins/ and browse http://localhost/lereve2/admin/cpamf/getway but does not work. give the error message -Not Found Error: The requested address \'/cpamf/getway\' was not found on this server. is there any problem to put the plugins. or what should i have to do for working your code? plz explain .

]]>
Mon, 2 May 2011 06:32:52 +0000
Flex remoting with CakePHP - CpAmf plugin http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin chhaya Hi, This very nice code. I am very new in cakephp and also flex too. I can use flex with php. but can\'t integrate with cakephp. this tutorial is for this purpose. but I cant get all points of u. I have a cakephp project. I have to integrate a small portion that is done by flex.but a cant do this.here is the list what i have done. 1.Install flexbuilder with eclipese. 2.my roject is lereve2/admin. download cpamf plugins and put it under localhost/lereve2/admin/app/plugins/ 3.when i check the getway installation using localhost/lereve2/admin/app/plugins/cpamf/gateway it does not work. give message required address /plugins/cpamf/ was not found on this server. I am not sure exactly what should i have to do. can anybody help me by telling step by step process of integrating flex and cakephp? thanx everyone. chhaya http://www.carrotplant.com/en/blog/flex-remoting-with-cakephp-cpamf-plugin chhaya

Hi, This very nice code. I am very new in cakephp and also flex too. I can use flex with php. but can\'t integrate with cakephp. this tutorial is for this purpose. but I cant get all points of u. I have a cakephp project. I have to integrate a small portion that is done by flex.but a cant do this.here is the list what i have done. 1.Install flexbuilder with eclipese. 2.my roject is lereve2/admin. download cpamf plugins and put it under localhost/lereve2/admin/app/plugins/ 3.when i check the getway installation using localhost/lereve2/admin/app/plugins/cpamf/gateway it does not work. give message required address /plugins/cpamf/ was not found on this server. I am not sure exactly what should i have to do. can anybody help me by telling step by step process of integrating flex and cakephp? thanx everyone. chhaya

]]>
Mon, 2 May 2011 05:58:30 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released fortysixandtwo Hi! Are you still working on this plugin, or is it abandoned? I\'m using this plugin in some projects, and I would like to know If there will be any future releases/fixes. http://www.carrotplant.com/en/blog/cpamf-v011-released fortysixandtwo

Hi! Are you still working on this plugin, or is it abandoned? I\'m using this plugin in some projects, and I would like to know If there will be any future releases/fixes.

]]>
Tue, 1 Feb 2011 15:26:24 +0000
CpAmf php example http://www.carrotplant.com/en/blog/cpamf-php-example contus This is best information I\'ve read for long time. and this is the first time i comment on this website this is must read for every programmer or developer. good work http://www.carrotplant.com/en/blog/cpamf-php-example contus

This is best information I\'ve read for long time. and this is the first time i comment on this website this is must read for every programmer or developer. good work

]]>
Tue, 25 Jan 2011 11:14:56 +0000
CpAmf flex example http://www.carrotplant.com/en/blog/cpamf-flex-example newbee HI, i have been used CPAMF plugin for my web applications,its having no problem with it. Now i want to convert my web applications into AIR desktop applications. i am facing some problem in integrating. Can i have any example or solution on CPAMF with Air... regards, newbee http://www.carrotplant.com/en/blog/cpamf-flex-example newbee

HI, i have been used CPAMF plugin for my web applications,its having no problem with it. Now i want to convert my web applications into AIR desktop applications. i am facing some problem in integrating. Can i have any example or solution on CPAMF with Air... regards, newbee

]]>
Thu, 20 Jan 2011 11:09:51 +0000
CpAmf flex example http://www.carrotplant.com/en/blog/cpamf-flex-example SSs hi, i am using CPAMF in our flex/AIR projects.Its working fine in web applications but when we are using in AIR application fault errors are thrown such as "controller attempts to redirect to array" any solution for this... Thanks in advance... http://www.carrotplant.com/en/blog/cpamf-flex-example SSs

hi, i am using CPAMF in our flex/AIR projects.Its working fine in web applications but when we are using in AIR application fault errors are thrown such as "controller attempts to redirect to array" any solution for this... Thanks in advance...

]]>
Thu, 20 Jan 2011 11:01:58 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released Andrew Sky Hi folks, i managed to find the solution. Corrected the browser url to gateway instead of gateway.php http://www.carrotplant.com/en/blog/cpamf-v011-released Andrew Sky

Hi folks, i managed to find the solution. Corrected the browser url to gateway instead of gateway.php

]]>
Wed, 15 Dec 2010 04:02:59 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released Andrew sky Hi folks, I used the cpamf v0.12 plugin and tried on both cake 1.2.9 and 1.3 Both gateway are running ok but when i try to use the "Load the service browser" link, i am getting the following error. (mx.rpc::Fault)#0 errorID = 0 faultCode = "Client.Error.MessageSend" faultDetail = "Channel.Connect.Failed error NetConnection.Call.BadVersion: " faultString = "Send failed" message = "faultCode:Client.Error.MessageSend faultString:\'Send failed\' faultDetail:\'Channel.Connect.Failed error NetConnection.Call.BadVersion: \'" name = "Error" rootCause = (Object)#1 code = "NetConnection.Call.BadVersion" description = "" details = "" level = "error" Anyone manage to find the solution for this yet ? http://www.carrotplant.com/en/blog/cpamf-v011-released Andrew sky

Hi folks, I used the cpamf v0.12 plugin and tried on both cake 1.2.9 and 1.3 Both gateway are running ok but when i try to use the "Load the service browser" link, i am getting the following error. (mx.rpc::Fault)#0 errorID = 0 faultCode = "Client.Error.MessageSend" faultDetail = "Channel.Connect.Failed error NetConnection.Call.BadVersion: " faultString = "Send failed" message = "faultCode:Client.Error.MessageSend faultString:\'Send failed\' faultDetail:\'Channel.Connect.Failed error NetConnection.Call.BadVersion: \'" name = "Error" rootCause = (Object)#1 code = "NetConnection.Call.BadVersion" description = "" details = "" level = "error" Anyone manage to find the solution for this yet ?

]]>
Wed, 15 Dec 2010 03:19:39 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released Nicolas Hello and sorry for my english CPAMG, the gateway and the browsner work correctly i can send and receiv data from to flex php controller. But i use Auth with acl aros and acos. When i try to connect me by flex that doesn\'t work. Username et password bad. Have you a good code just for the login view in flex and /users/login for the remote function. I try with remoteObjet, url loader, with the class User for the database i think i try all code i found and i don\'t understand why that doesn\'t work. Thank http://www.carrotplant.com/en/blog/cpamf-v011-released Nicolas

Hello and sorry for my english CPAMG, the gateway and the browsner work correctly i can send and receiv data from to flex php controller. But i use Auth with acl aros and acos. When i try to connect me by flex that doesn\'t work. Username et password bad. Have you a good code just for the login view in flex and /users/login for the remote function. I try with remoteObjet, url loader, with the class User for the database i think i try all code i found and i don\'t understand why that doesn\'t work. Thank

]]>
Tue, 7 Dec 2010 12:00:59 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released adico i am interested to see how you implemented the tree in the browser code ("tree view" tab). Could you please post/direct me to the flex sourde code for that? http://www.carrotplant.com/en/blog/cpamf-v011-released adico

i am interested to see how you implemented the tree in the browser code ("tree view" tab). Could you please post/direct me to the flex sourde code for that?

]]>
Thu, 2 Dec 2010 19:48:37 +0000
CpAmf v0.11 released http://www.carrotplant.com/en/blog/cpamf-v011-released slewfoot303 Getting the error: faultCode:AMFPHP_RUNTIME_ERROR faultString:\'You are not authorized to access that location.\' faultDetail:\'/var/www/vhosts/flexapp/htdocs/app/plugins/cpamf/controllers/components/amf_auth.php on line 34\' I see Momo the Monster had the same problem above but there was never a solution posted, anybody have a suggestion on how to fix? http://www.carrotplant.com/en/blog/cpamf-v011-released slewfoot303

Getting the error: faultCode:AMFPHP_RUNTIME_ERROR faultString:\'You are not authorized to access that location.\' faultDetail:\'/var/www/vhosts/flexapp/htdocs/app/plugins/cpamf/controllers/components/amf_auth.php on line 34\' I see Momo the Monster had the same problem above but there was never a solution posted, anybody have a suggestion on how to fix?

]]>
Tue, 30 Nov 2010 23:58:07 +0000