Re: autolinks modules horribly broken
"Eric Barr" <[email protected]> Thu, 5 Sep 2002 23:45:08 -0500
| Newsgroups | gmane.comp.web.envolution.devel |
|---|---|
| Message-ID | <000e01c25560$2da4c670$6601a8c0@apathy> |
I believe i have found the problem and am fixing it right now. Will post the fixed file(s) as soon as i'm done!! ApathyBoy ----- Original Message ----- From: "royce holden" <[email protected]> To: <[email protected]> Sent: Thursday, September 05, 2002 10:21 PM Subject: Re: [envdev] autolinks modules horribly broken > I say keep it...for now. Create an update download for those who need this > specific functionality. > > Scott Kindley (ckindley-/Nmu/[email protected]) wrote*: > > > >The auto links module is horribly broken. The tables for it are not > >installed at install time: > > > >The table that needs to be added is: > > > >CREATE TABLE envo_autolinks ( > > pn_lid int(11) NOT NULL auto_increment, > > pn_keyword varchar(100) NOT NULL default '', > > pn_title varchar(100) NOT NULL default '', > > pn_url varchar(200) NOT NULL default '', > > pn_comment varchar(200) NOT NULL default '', > > PRIMARY KEY (pn_lid), > > UNIQUE KEY keyword (pn_keyword) > >) TYPE=MyISAM; > > > >There is also at leats one missing define in the modules admin language > >file: > > > >_AUTOLINKSLINKCREATEFAILED. Failed to create the autolink > > > >define('_AUTOLINKSLINKCREATEFAILED', 'Failed to create the autolink'); > > > >However after adding the table and fixing this simple define adding an > >autolink returns a blank screen > >(index.php?module=Autolinks&type=admin&func=view) > > > >I checked the Database and the entry was made. But in the Admin > >Panel/modules/list you click on News to activate the autolinks...except > >the option to activate autolinks in no longer there!!!!!!!!!!!!! > > > >So we either need to fix this module or delete it from the package. > > > >Any thoughts on this?? > > > >Zoom > > > > > > > > > >_______________________________________________ > >Envdev mailing list > >[email protected] > >http://www.madhatt.info/mailman/listinfo/envdev_madhatt.info > > > > > > > -- > Royce - Webmaster > Project3e.com > ^^^^^^^^^^^^^^^^^^^^ > > > > _______________________________________________ > Envdev mailing list > [email protected] > http://www.madhatt.info/mailman/listinfo/envdev_madhatt.info >