Topic: Birthday Module
cosmocrator

Pizzaman
Pizzaman
Posts: 17

Posted:
Feb 17, 2006

Hi Friends:

I was wondering if any one can help me.

I can not make the PnUserpoints Work Again, in this test site: www.educart.com.mx/site works perfect, but it was on PN750gold.

Now I am ding some adjustments to this site, I install PN760 by fantastico engine, I try to start this site again, and the birthday points never works.

Did I have to change anything?

A clue for me would be to see where to download the new compatible files, the new birthday or aniversarie module and the PnUserpoints Block.

Thanks in advance for your oppinions.

Cosmo.
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Feb 18, 2006

From what I can see here : http://www.educart.com.mx/site/index.php?module=pncUserPoints&detail=1

pncUP and birthday mod seems to work fine except for the missing language file in the pnlang folder.

As for the rest, without more information or link (pncUP works on 76x as it is pnAPI)... can't say much.


Chestnut ! Cool
Site Admin
cosmocrator

Pizzaman
Pizzaman
Posts: 17

Posted:
Feb 18, 2006

So sorry, I forgot the link:
educart.com.mx/test

Thanks again.
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Feb 19, 2006

As there is no apparent error, this might be setting problem. Try to use a start date or to override the date setting and make sure that the items you added are within the right interval.

Otherwise, it would be counted.

Trying different setup...

As for your first post, there is nothing new to download as there is nothing to do to make things compatible. It's already compatible.

Best test is to use the settings to make them always count from the start. icon_wink


Chestnut ! Cool
Site Admin
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Feb 19, 2006

Ewkay... thanks for your little mp, the problem is the updownload plugin having problems to find the table definition.

see the pnplugins/updownload.php file and look for this :

Code
  1. pnModDBInfoLoad('UpDownload');
  2. list($dbconn) = pnDBGetConn();
  3. $pntable = pnDBGetTables();


This is only a guess as it didn't work elsewhere... but anyway. Move the first line to the end of the 3lines part like this :
Code
  1. list($dbconn) = pnDBGetConn();
  2. $pntable = pnDBGetTables();
  3. pnModDBInfoLoad('UpDownload');


There is absolutly no guarantee.
The other barbaric way to fix this would be to use the real names of the table and fields for the upd mod instead if using the pntable variable...

But that will be for another day. icon_wink

Chestnut ! Cool
Site Admin
cosmocrator

Pizzaman
Pizzaman
Posts: 17

Posted:
Feb 20, 2006

I will work on this,

Thank you