bdw429s
09/28/2022, 3:08 PMSimone
09/28/2022, 3:08 PMTEMann
09/28/2022, 8:53 PMsatauros
09/29/2022, 12:20 PMVictor B Vieira
09/30/2022, 1:00 AMfoundeo
Tim
09/30/2022, 3:00 PMcfsetting requesttimeout
from within a function in a cfc, will it apply that setting to the cfm that called it?Jim Frankowski
09/30/2022, 4:34 PMMarc Funaro
09/30/2022, 6:18 PMpublic Boolean function setMemento( required Struct updates )
{
var setter = "";
var value = "";
for(var key in updates)
{
setter = "set#Key#";
value = updates[key];
invoke( this, setter, value );
}
return true;
}
It's not throwing any errors, but it's also not updating the values.Jim Partin
09/30/2022, 10:20 PMAndreas
10/01/2022, 4:08 PMgsr
10/02/2022, 3:16 PMcom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select concat(''<a href=index.html?action=newreg&id='',id,''>'') as id ,`name`,a' at line 1 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:389) at com.mysql.jdbc.Util.getInstance(Util.java:372) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835)
Evil Ware
10/03/2022, 12:31 PMSlackbot
10/03/2022, 6:56 PMAlan
10/05/2022, 11:10 AMVARIABLES.foo
and var foo
within a function (which I think is the equivalent of LOCAL.foo
?) and within that function I assign foo a value using foo = 'test'
would I be correct in thinking it'd use the local variable ?salted
10/06/2022, 1:12 AMScott Steinbeck
10/07/2022, 7:30 PMjohnbarrett
10/07/2022, 9:41 PMNate Smith
10/07/2022, 11:31 PMgsr
10/08/2022, 6:41 PM<cfif ((e-1 % 2) + 1) mod 0>
</div>
</cfif>
Angad Yadav
10/10/2022, 5:11 AMsatauros
10/10/2022, 10:10 AMJames Balaguer
10/11/2022, 3:53 PMcfdbinfo()
? I’m running it with Columns
but not seeing it.Brian
10/12/2022, 2:50 PMdavla
10/12/2022, 4:10 PMerror: invalid_grant
error_description: Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe. Check your iat and exp values in the JWT claim.
I have checked the time on the server and it is set correctly in UTC.Daniel Mejia
10/12/2022, 7:41 PMjakobward
10/13/2022, 4:30 PMBrad Harding
10/13/2022, 5:21 PMBrad Harding
10/13/2022, 5:21 PMBrad Harding
10/13/2022, 5:22 PM