*

osclassics

  • **
  • 12 posts
Feedback issue
« on: January 23, 2016, 11:14:41 AM »
I am having an issue with the feedback option of the Backoffice manager plugin.

It seems that it is not possible to add feedback to user profiles that do not have ads.

I also get this error now and then: "User ID was not recognized. You are probably trying to add feedback to unregistered user."

Can you please help me out with this? I would like to give feedback to all users (also the users without any advertisement online).

I have emailed you the test domain where I experience the issue.

Thank you!

*

BabyDunk

  • ****
  • 161 posts
Re: Feedback issue
« Reply #1 on: August 04, 2016, 04:47:10 AM »
Hello osclassics

i am having a similar problem.  when i try and leave feedback from the user_public_profile. The first time, i get nothing. no successful message, no error. but if i try and repeat the process or refresh the page.  i get this error
Quote
User ID was not recognized. You are probably trying to add feedback to unregistered user.
if i leave feedback from a listing page. their is no problem.

did you ever get you problem sorted??

i have checked the debug file but there is nothing but notices lines.
i dont have any errors in my server logs

https://aweegander.com/user/profile/ElectronicSparesNI

i just noticed that form_feedback_add.php does not call the sellers info when leaving feedback from the user_public_profile.php

« Last Edit: August 04, 2016, 05:07:46 AM by BabyDunk »
I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D

*

MB Themes

Re: Feedback issue
« Reply #2 on: August 04, 2016, 09:19:19 AM »
@BabyDunk
Please PM me login to your FTP and allow to leave feedback for unregistered as well.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

BabyDunk

  • ****
  • 161 posts
Re: Feedback issue
« Reply #3 on: August 04, 2016, 01:08:15 PM »
@Frosticek

PM sent :)
I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D

*

MB Themes

Re: Feedback issue
« Reply #4 on: August 04, 2016, 03:22:35 PM »
@BabyDunk
Problem fixed, please validate.

What is required to do (for you it is already done):
Go to file:
oc-content/plugins/backoffice_manager/form/form_feedback_add.php

Find code:
Code: [Select]
if(osc_get_osclass_location() == 'user') { $user_id = Params::getParam('id'); }
Replace with:
Code: [Select]
if(osc_get_osclass_location() == 'user' && ($user_id == '' or $user_id == 0)) { $user_id = Params::getParam('id'); }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

BabyDunk

  • ****
  • 161 posts
Re: Feedback issue
« Reply #5 on: August 04, 2016, 04:27:40 PM »
@Frosticek

Top job everything working as it should :D


Thanks again
Chris
I Am A Noob But I Am Here To Learn.
Please be patient ;) ;D