cotonti.com : PFS Upload Problem (-1 filesize) https://www.cotonti.com Neueste Themenbeiträge Cotonti en Sat, 02 May 2026 23:51:20 -0000 urlkiller Do, 12 Mär 2009 09:15:33 -0000 dervan Do, 12 Mär 2009 05:18:30 -0000 biro Do, 12 Mär 2009 01:15:09 -0000 urlkiller Mi, 11 Mär 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;
		}
[/][/]]]>
Mi, 11 Mär 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 ...]]>
Mi, 11 Mär 2009 18:22:34 -0000
dervan
this bug is fixed in r614 ( Ticket #240 )]]>
Mi, 11 Mär 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]]>
Mi, 11 Mär 2009 16:40:57 -0000