cotonti.com : PFS Upload Problem (-1 filesize) https://www.cotonti.com Last topic posts Cotonti en Sun, 01 Feb 2026 16:55:36 -0000 urlkiller Thu, 12 Mar 2009 09:15:33 -0000 dervan Thu, 12 Mar 2009 05:18:30 -0000 biro Thu, 12 Mar 2009 01:15:09 -0000 urlkiller Wed, 11 Mar 2009 18:54:39 -0000 dervan
		$val_a[] = isset($opt_a[$opt]) ? $val * $opt_a[$opt] : (int)$val;
with code
		$val = isset($opt_a[$opt]) ? $val * $opt_a[$opt] : (int)$val;
		if ($val > 0)
		{
			$val_a[] = $val;
		}
[/][/]]]>
Wed, 11 Mar 2009 18:27:46 -0000
urlkiller
r614 isnt public, is it?
just asking because i wanted to do a remake for cotonti of my usergal plug...
i would need the pfs upload ...]]>
Wed, 11 Mar 2009 18:22:34 -0000
dervan
this bug is fixed in r614 ( Ticket #240 )]]>
Wed, 11 Mar 2009 18:20:33 -0000
urlkiller
the problem is that the filesize isnt setup correctly.
it always enters -1 as filesize at the group editing field: admin.php?m=users&n=edit]]>
Wed, 11 Mar 2009 16:40:57 -0000