- Moderated by:
- Support Team
-
- rank:
-
Helper
- registered:
- March 2005
- Status:
- offline
- last visit:
- 09.05.07
- Posts:
- 227
I have a PN .761 site and have uploaded the PayPalCart 1.0 as a module. Got it initialised, activated etc......
In ADMIN for the paypalcart, I am trying to assign an image for a PAY button, but at the very bottom of my site in the left hand corner, I am getting this:
Code
function modifyconfig in module PayPalCart returned.
ps..... NO image is showing either.....obviously a problem here but I have no idea where the config file is for paypalcart as it is definately NOT inside the paypalcart module at all......
Am i looking in the wrong location and what do i need to do to get this fixed/working ?
Any help guys and gals ??...please :) -
- rank:
-
Professional
- registered:
- September 2003
- Status:
- offline
- last visit:
- 11.04.08
- Posts:
- 3055
Yes, this is a result of PPC not being fully compliant with the updated PN API... For some reason, if no value is returned from a module function the new PN outputs this "status" message (maybe as a dubug feature? I dunno.)
An updated version of PPC will likely be available down the line, for now you can comment out this message by looking in your PN's /index.php file and commenting out the line:
Code
echo 'Function <em>' . pnVarPrepForDisplay($func) . '</em> in module <em>' . pnVarPrepForDisplay($module) .'</em> returned.';
P.S. Can you please retitle this thread so it is of more use to others searching. Thanks ;)
--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods
Cape Cod Travel Info... -
- rank:
-
Professional
- registered:
- September 2003
- Status:
- offline
- last visit:
- 11.04.08
- Posts:
- 3055
The user.php file contains the output of items, etc... though you may also have to go into the admin and adjust the upload so it accepts .swf instead/in addition to JPGs, GIF, etc...
A version of PPC is on the way which uses the pnRender templating for easier output mods, though you'd still ahve to go into admin and allow for swf upload...
--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods
Cape Cod Travel Info...
