View Single Post
Old March 19th, 2005, 10:41 AM   #18 (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 registration

Quote:
Originally Posted by omegatron
Using phpmyadmnin what usergroup inserts are under the classifieds usergroup table?
I still haven't solved the problem, but I wanted to point out some additional testing and discoveries I've found in the postnuke.php file, particularly in the authenticate function:

I'm not sure what is causing this but I found that in the pn_session_info table
pn_uid field was empty which was causing the following query on or around line 242 to return nothing of value:
Code:
Content visible to verified customers only.
After I filled in the necessary value in the pn_uid field, the above query ran fine however the code on or around line 250 did not seem to work in assigning the record values to the variables:
Code:
Content visible to verified customers only.
when I assigned the result from mysql_fetch_row() to a variable, then assigned the variable content to the list function, both values where parsed out.
Code:
Content visible to verified customers only.
On or around like 282, look for the following code:
Code:
Content visible to verified customers only.
I'm not sure where you are getting $usergroups from. It does not appear to be a global variable. When I commented this line out, everything else in this code seemed to work ok, and although I stopped getting the "... not a valid adminstrator..." message, all I get now is a blank screen.

Hopefully something that I've mentioned here will help. If there is anything else I can do or look up, please let me know.

Thank you for your assistance in this!
Jim

Last edited by jim6763nva; March 19th, 2005 at 10:45 AM.
jim6763nva is offline   Reply With Quote