Page 2 of 2

Re: Multiple File Upload problem

Posted: Mon 2. Nov 2009, 19:26
by markus s

Re: Multiple File Upload problem

Posted: Wed 26. May 2010, 14:51
by eralf
You wrote back in 2009:
Oliver Georgi wrote:it will be updated very soon to ensure compatibility again. MooTools 1.2+ is needed and that is why I have to check the whole javascript in backend. It will be switched to newest version of FancyUpload.
But i use phpWCMS version 1.4.5 and i have stil this problem.
Do you know when this problem is solved??

Greetings

Re: Multiple File Upload problem

Posted: Wed 26. May 2010, 15:05
by update
Which 1.4.5 is it? Try to use r402

Re: Multiple File Upload problem

Posted: Mon 16. Aug 2010, 11:11
by eralf
claus wrote:Which 1.4.5 is it? Try to use r402
Is this problem solved in r402?
Is FancyUpload already used in this version?

We have about 45 site's running on PHP WCMS.
How can i see whitch version WCMS is used on a site?
In older versions we can not turn on the [$phpwcms['version_check']

Re: Multiple File Upload problem

Posted: Mon 16. Aug 2010, 13:22
by flip-flop
Is FancyUpload already used in this version?
Yes

Which version:

Newer installations: Firefox -> Response Header output
Old and new Installation: include/inc_lib/default.php

e.g. around line 90

Code: Select all

$phpwcms["release"] = '1.2.8';
$phpwcms["release_date"] = '2006/08/01';
The file changelog.txt ends up with V1.3.5 and ther google code begin with http://code.google.com/p/phpwcms/source/detail?r=2

Knut