[midas] unable to upload image file

Marko Djukic marko at oblo.com
Mon Apr 21 10:02:34 PDT 2003


you have vfs set up properly?

marko


Quoting David Chang <david at thbuo.gov.tw>:

> There are four tables exist in DB:horde
> #
> # Table structure for table `midas_campaigns`
> #
>
> CREATE TABLE midas_campaigns (
>   campaign_id int(11) NOT NULL default '0',
>   client_id int(11) NOT NULL default '0',
>   campaign_name varchar(255) NOT NULL default '',
>   campaign_link varchar(255) NOT NULL default '',
>   campaign_start date default NULL,
>   campaign_end date default NULL,
>   campaign_quantity int(11) NOT NULL default '0',
>   campaign_keywords varchar(255) default NULL,
>   campaign_image varchar(255) NOT NULL default '',
>   campaign_showings int(11) NOT NULL default '0',
>   campaign_clicks int(11) NOT NULL default '0',
>   PRIMARY KEY  (campaign_id)
> ) TYPE=MyISAM;
>
> #
> # Table structure for table `midas_campaigns_seq`
> #
>
> CREATE TABLE midas_campaigns_seq (
>   id int(10) unsigned NOT NULL auto_increment,
>   PRIMARY KEY  (id)
> ) TYPE=MyISAM;
>
>
> #
> # Table structure for table `midas_clients`
> #
>
> CREATE TABLE midas_clients (
>   client_id int(11) NOT NULL default '0',
>   client_name varchar(255) NOT NULL default '',
>   PRIMARY KEY  (client_id)
> ) TYPE=MyISAM;
>
>
> #
> # Table structure for table `midas_clients_seq`
> #
>
> CREATE TABLE midas_clients_seq (
>   id int(10) unsigned NOT NULL auto_increment,
>   PRIMARY KEY  (id)
> ) TYPE=MyISAM;
>
>
>
>
>
>
>
>
>
> ¤Þ¥Î Marko Djukic <marko at oblo.com>:
>
> > Quoting David Chang <david at thbuo.gov.tw>:
> >
> > > Hi Chuck:
> > > It seems the image size problem,if i resize the image small than 15x15
> then
> > > problem was fixed.If that is true there should be a description in "New
> Ad"
> > > for
> > > people.
> >
> > this sounds very weird.... what's your DB table structure?
> >
> > > Another question is how do i see the "Ad" that i have just added.
> >
> > yes docs a bit lacking, this is by far the easiest way, just put this on
> any
> > page:
> > <DEFANGED_script language="Javascript" src="/midas/adjs.php"></script>
> >
> > m.
> >
> > --
> > midas mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: midas-unsubscribe at lists.horde.org
> >
>
>
>
>





More information about the midas mailing list