View Single Post
Old March 18th, 2005, 04:09 PM   #7 (permalink)
jim6763nva
Junior Member
Verified Customer
 
Join Date: Mar 2005
Location: Virginia USA
Posts: 27
Send a message via ICQ to jim6763nva Send a message via AIM to jim6763nva Send a message via Yahoo to jim6763nva
trying to integrate PPClassifieds with PostNuke .075 user integration

I did a little digging and it appears to me that my Admin account in PostNuke is not being authenticated correctly in the authenticate function in postnuke.php. It looks like it's querying against the pp_usergroups table. I checked that table, and there's nothing in there. Also if you look at the following code in postnuke.php:
Code:
Content visible to verified customers only.
Shouldn't the part that reads:
Code:
Content visible to verified customers only.
and...
Code:
Content visible to verified customers only.
be:
Code:
Content visible to verified customers only.
and...
Code:
Content visible to verified customers only.
instead?

Ideas?

Last edited by jim6763nva; March 18th, 2005 at 04:14 PM. Reason: reformatted code section
jim6763nva is offline   Reply With Quote