Re: autolinks modules horribly broken
"Eric Barr" <[email protected]> Fri, 6 Sep 2002 01:11:07 -0500
| Newsgroups | gmane.comp.web.envolution.devel |
|---|---|
| Message-ID | <001701c2556c$304b37e0$6601a8c0@apathy> |
Autolinks has been fixed.. attached are the corrected files. 1) Copy pntables.php into your main html directory. this now has the autolinks calls in it. 2) Overwrite the pnadmin.php and pnadminapi.php files in the Autolinks module folder with the ones in the attached zip file. Hope this helps out, ApathyBoy ----- Original Message ----- From: "Eric Barr" <[email protected]> To: <[email protected]> Sent: Thursday, September 05, 2002 11:45 PM Subject: Re: [envdev] autolinks modules horribly broken > 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 > > > > > _______________________________________________ > Envdev mailing list > [email protected] > http://www.madhatt.info/mailman/listinfo/envdev_madhatt.info >
autolinks.zip
(application/x-zip-compressed, 11.9 KB) - not displayed