Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] [New Plugin] PPC Banner

Quote Reply
Re: [Andy] [New Plugin] PPC Banner In reply to
You have errors in your template extraction code.

Chmod your template directory to 644 and try to install the plugin. You'll get an error like:

Can't locate method "error" via package PHP_PPC_Banner at Install.pm line yada yada

You need to change all occurances of:

$file->write or return PHP_PPC_Banner->error( ... );

to

$file->write or return Plugins::PHP_PPC_Banner->error( ... );

You might want to add an option in the installer to allow the user to confirm whether or not to overwrite templates otherwise it will get annoying if you customize the plugin templates and the installer overwrites them if you ever install it again..

Last edited by:

Paul: Jun 3, 2002, 8:34 AM
Subject Author Views Date
Thread; hot thread [New Plugin] PPC Banner Andy 14818 May 31, 2002, 10:16 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14469 May 31, 2002, 10:49 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14578 May 31, 2002, 11:18 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14583 May 31, 2002, 11:29 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14420 Jun 1, 2002, 7:26 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14462 Jun 1, 2002, 8:15 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14577 Jun 1, 2002, 8:17 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14414 Jun 1, 2002, 8:26 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14416 Jun 1, 2002, 8:36 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14492 Jun 1, 2002, 8:46 AM
Post; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14421 Jun 1, 2002, 8:53 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14436 Jun 3, 2002, 3:54 AM
Post; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14323 Jun 3, 2002, 8:29 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Paul 14413 Jun 3, 2002, 8:33 AM
Thread; hot thread Re: [Paul] [New Plugin] PPC Banner
Andy 14310 Jun 3, 2002, 8:35 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Andy 14338 Jun 3, 2002, 9:57 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Andy 14399 Jun 4, 2002, 5:25 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14265 Jun 8, 2002, 9:05 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14397 Jun 8, 2002, 9:10 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14282 Jun 8, 2002, 9:14 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14657 Jun 8, 2002, 9:29 AM
Thread; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14308 Jun 8, 2002, 9:35 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Andy 14483 Jun 8, 2002, 9:38 AM
Post; hot thread Re: [Andy] [New Plugin] PPC Banner
Ian 14254 Jun 8, 2002, 9:43 AM
Thread; hot thread Re: [Ian] [New Plugin] PPC Banner
Alex 14354 Jun 8, 2002, 10:40 AM
Thread; hot thread Re: [Alex] [New Plugin] PPC Banner
Ian 2360 Jun 8, 2002, 10:44 AM
Post; hot thread Re: [Ian] [New Plugin] PPC Banner
Alex 2293 Jun 8, 2002, 10:50 AM