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