Phocadownload don't upload files
Posted: 06 Apr 2011, 00:41
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...
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!!!!
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 ...]
"
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...
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!!!!
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 ...]
"