Re: ajaxCFC Access Denied

2009-06-19 Thread David Torres
Hello Brad, I don’t think SQL injection could happen here because any thing entered will be save on the value field, just like this note that I am typing here. But I will check for any malicious SQL to clear them out. Also this is for an intranet site and not for the world. I did forget to

Re: ajaxCFC Access Denied

2009-06-18 Thread David Torres
Sorry for that! Hey, I don't know why I didn't see about the mapping thing, that the dots means the level of the folder. Still funny, but I was able to make some pages to work after deleting and uploading the ajax.cfc from the root to the components folder. Still a mistery, but it's working

RE: ajaxCFC Access Denied

2009-06-18 Thread brad
have just make life really easy for some SQLi hackers. :) ~Brad Original Message Subject: Re: ajaxCFC Access Denied From: David Torres djt...@yahoo.com Date: Thu, June 18, 2009 3:35 pm To: cf-talk cf-talk@houseoffusion.com Locally this work, but at the server it gives me

Re: ajaxCFC Access Denied

2009-06-18 Thread David Torres
Hello Brad, To your questions: The server uses MySQL. I wish I can use SQL Server. Here is the PROC. DELIMITER $$ DROP PROCEDURE IF EXISTS `afmcorporate`.`sp_updateBasePKG` $$ CREATE definer=`afmcorpora...@`%` PROCEDURE `sp_updateBasePKG`( IN in_table VARCHAR(128),

RE: ajaxCFC Access Denied

2009-06-18 Thread brad
-when-you-felt-safe-SQL-Injection-and-MySQL http://www.codersrevolution.com/index.cfm/2008/8/17/Disabling-MySQLs-Backslash-Escaping-Per-Data-Source ~Brad Original Message Subject: Re: ajaxCFC Access Denied From: David Torres djt...@yahoo.com Date: Thu, June 18, 2009 5:03 pm To: cf

Re: ajaxCFC Access Denied

2009-06-17 Thread David Torres
I had created some new CFCs for this enhancement. Do you know if this new CFCs need to be some how register in order to work on the server? By the way this is not my production server. It is host by hostmysite. Thanks, David What Charlie pointed out was simply a syntax issue separate from

RE: ajaxCFC Access Denied

2009-06-17 Thread brad
Original Message Subject: Re: ajaxCFC Access Denied From: David Torres djt...@yahoo.com Date: Wed, June 17, 2009 9:51 am To: cf-talk cf-talk@houseoffusion.com I had created some new CFCs for this enhancement. Do you know if this new CFCs need to be some how register in order to work

Re: ajaxCFC Access Denied

2009-06-17 Thread David Torres
OK, something weird is happing here. I did not reply to your question earlier because things seemed to start working. I made some changes to some of my logic in one my CFC and CFC file, and now that page is giving me the same error again. To answer your questions: Are you using shared hosting?

RE: ajaxCFC Access Denied

2009-06-17 Thread brad
should see the error. Good Look. ~Brad Original Message Subject: Re: ajaxCFC Access Denied From: David Torres djt...@yahoo.com Date: Wed, June 17, 2009 4:15 pm To: cf-talk cf-talk@houseoffusion.com OK, something weird is happing here. I did not reply to your question earlier

Re: ajaxCFC Access Denied

2009-06-16 Thread David Torres
Please disregard this duplicate message. I was having an error posting this message many times. David Hello, I have worked on a web app on my computer using AjaxCFC. All is working as desired and now is time to move it to production. When I started going over my changes in

Re: ajaxCFC Access Denied

2009-06-16 Thread Charlie Griefer
On Tue, Jun 16, 2009 at 3:11 PM, David Torres djt...@yahoo.com wrote: Hello, I have worked on a web app on my computer using AjaxCFC. All is working as desired and now is time to move it to production. When I started going over my changes in production, I have the following error:

Re: ajaxCFC Access Denied

2009-06-16 Thread David Torres
Thank you for replying, I made the change: cffunction name=setPermUser returntype=any hint=Set User Permission access=remote Still the same error. David The access=remote should be in the cffunction tag, not the cfcomponent tag? -- I have failed as much as I have succeeded. But I

RE: ajaxCFC Access Denied

2009-06-16 Thread brad
is the base object that all components inherit from. Here is a knowledge base article on the subject: http://kb2.adobe.com/cps/172/tn_17279.html ~Brad Original Message Subject: Re: ajaxCFC Access Denied From: David Torres djt...@yahoo.com Date: Tue, June 16, 2009 5:21 pm To: cf

Re: ajaxCFC Access Denied

2009-06-16 Thread David Torres
Hi Brad, My app have five tabs, all my tabs are running OK except when it needs to make an ajax call. My application.cfc was instantiating my new components, but I took that section out of there because ajaxcfc don't like that e.g: cfset application.site_user = createObject(component,