access denied issue

all,

I am having a major issue on my site. Members who are trying to access other members' profiles are getting an "access denied" message. it is not for all of the members but most of them.

I have checked the privacy level and this is set up correctly with "Members".

only the admin user can access the profiles of all the other members.

the only reason I could see is that I have received the following SQL error message as well:

Query:

DELETE FROM `modzzz_notify_notify_settings` WHERE `MemberID` = '167'

Mysql error: Table 'squiders_dolphin.modzzz_notify_notify_settings' doesn't exist

Found error in the file '/home/squiders/public_html/modules/modzzz/notify/classes/BxNotifyDb.php' at line 615.
Called 'query' function with erroneous argument #0.

 

Would this table missing have an impact on my site? thank you in advance for your help

 

 

Quote · 8 May 2012

I have the "notify" module.  Line 615 should read:

 $this->query("DELETE FROM `" . $this->_sPrefix . "notification_settings` WHERE `MemberID` = '$iProfileId'");  

 
According to your error message, if I understand correctly, your version reads:
 
 $this->query("DELETE FROM `" . $this->_sPrefix . "notify_settings` WHERE `MemberID` = '$iProfileId'");  
 
 
Please check file modules/modzzz/notify/classes/BxNotifyDb.php line 615 to make sure the coding is correct.
http://pkforum.dolphinhelp.com
Quote · 8 May 2012

 

all,

I am having a major issue on my site. Members who are trying to access other members' profiles are getting an "access denied" message. it is not for all of the members but most of them.

I have checked the privacy level and this is set up correctly with "Members".

where did you check it,, maybe some members have set the profile to private

only the admin user can access the profiles of all the other members.

the only reason I could see is that I have received the following SQL error message as well:

Query:

DELETE FROM `modzzz_notify_notify_settings` WHERE `MemberID` = '167'

Mysql error: Table 'squiders_dolphin.modzzz_notify_notify_settings' doesn't exist

Found error in the file '/home/squiders/public_html/modules/modzzz/notify/classes/BxNotifyDb.php' at line 615.
Called 'query' function with erroneous argument #0.

 

Would this table missing have an impact on my site? thank you in advance for your help

 

 

 

Quote · 8 May 2012

You made reference to my Ultimate Notifier mod in this post but I do not have any record of purchase from you. Please PM me and clarify how you came by the mod.

all,

I am having a major issue on my site. Members who are trying to access other members' profiles are getting an "access denied" message. it is not for all of the members but most of them.

I have checked the privacy level and this is set up correctly with "Members".

only the admin user can access the profiles of all the other members.

the only reason I could see is that I have received the following SQL error message as well:

Query:

DELETE FROM `modzzz_notify_notify_settings` WHERE `MemberID` = '167'

Mysql error: Table 'squiders_dolphin.modzzz_notify_notify_settings' doesn't exist

Found error in the file '/home/squiders/public_html/modules/modzzz/notify/classes/BxNotifyDb.php' at line 615.
Called 'query' function with erroneous argument #0.

 

Would this table missing have an impact on my site? thank you in advance for your help

 

 

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 8 May 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.