Quote:
Originally Posted by stitch
What database version are you using?
Can you run the create table process manually with this
Code:
CREATE TABLE `media_config` (
`locationid` smallint(5) unsigned NOT NULL auto_increment,
`fileurl` varchar(200) NOT NULL default '',
`realfilepath` varchar(250) default '',
`realstreamfilepath` varchar(250) default '',
`streamurl` varchar(200) NOT NULL default '',
`permitfilesize` int(11) default '30720',
`fileextension` varchar(200) default '',
`maxwidth` int(11) default '0',
`maxheight` int(11) default '0',
`userspecific` int(11) default '0',
`filewritemode` int(11) default '0',
`cleanupfilename` int(11) default '0',
PRIMARY KEY (`locationid`)
)
|
Yes i can and i have done this but still the same error when i try to install the plug-in
Use PHP Version 4.3.2 dbase