Page 1 of 1

Phocadownload don't upload files

Posted: 06 Apr 2011, 00:41
by maskedbeast
Hi everyone, i've installed in my Joomla the last version of com_phocadownload_v1.3.8.zip, but there was a problem related to the database and so i had to create all the required tables manually as seen below in phpmyadmin.
After that all worked fine, or so i thought... cause while i was trying to upload a file i had a surprise:

browser file button did not worked at all... :cry: :cry:
That's the printscreen
http://img708.imageshack.us/i/60790176.png
I followed all the instructions carefully. I don't know what to do. HELP PLZ!!!!!

PS: i've discovered that this problem there isn't for INTERNET EXPLORER but for all the other browser like Firefox and Chrome!!!! :x :x :x

Is this problem solvable? THANKS A LOT!!!!!
"
DROP TABLE IF EXISTS `joom_phocadownload_categories`;
CREATE TABLE `joom_phocadownload_categories` (
`id` int(11) NOT NULL auto_increment,
`parent_id` int(11) NOT NULL default 0,
`section` int(11) NOT NULL default 0,
`title` varchar(255) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`image` varchar(255) NOT NULL default '',
`image_position` varchar(30) NOT NULL default '',
`description` text,
`published` tinyint(1) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`editor` varchar(50) default NULL,
`ordering` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`uploaduserid` text,
`accessuserid` text,
`deleteuserid` text,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`count` int(11) NOT NULL default '0',
`params` text,
`metakey` text,
`metadesc` text,
PRIMARY KEY (`id`),
KEY `cat_idx` (`section`,`published`,`access`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`)
) TYPE=MyISAM CHARACTER SET `utf8`;

[... continues ...]
"

Re: Phocadownload don't upload files

Posted: 07 Apr 2011, 13:26
by circularcorners
I think you need to enable the "flash uploader" on joomla global configuration, and again in phocadownload settings.
Also, I had to downgrade from flash 10 to 9 for it to work.

Re: Phocadownload don't upload files

Posted: 08 Apr 2011, 00:04
by Jan
Hi, yes, the flash upload has some problems in case the flash plugin in PC is 10 or later, this is why the flash upload will be changed to plupload for 1.6

Jan

Re: Phocadownload don't upload files

Posted: 08 Apr 2011, 11:46
by pavelnap
after attempting to download a file -> Metodika IV.1.2..pdf
The file type is not allowed - file cannot be uploaded

After rename "Metodika IV.1.2.pdf" download OK

the problem is probably in the two dots before the extension PDF
test it in the file name is just what the last period?

Joomla 1.6 / phocadownload Version 2.0.0 RC2
I'm not English speaking

Re: Phocadownload don't upload files

Posted: 09 Apr 2011, 00:49
by Jan
Hi, yes, seems like the method to recognize the extensions is confused by such file.

The file should have e.g. such name:

Metodika-IV-1-2.pdf

Spaces, two dots, diacritics, etc. are in fact not correctly names for files as such names can have problems on different operating systems.

Jan