*

mixradu

  • ****
  • 171 posts
ERROR FOUND
« on: June 04, 2016, 08:15:45 PM »
I found an error,
in Dashboard when you the flag they send you to the page im-thread-flag/2 (ERROR 404)


Marked as best answer by mixradu on June 10, 2016, 01:07:59 AM
*

MB Themes

Re: ERROR FOUND
« Reply #1 on: June 05, 2016, 10:00:18 AM »
@mixradu
Thanks for reporting, it is bug in plugin.

Please go to file:
oc-content/plugins/instant_messenger/index.php

Find these codes:
Code: [Select]
im-thread-page/([0-9]+)/
im-thread-flag/([0-9]+)/
im-thread-notify/([0-9]+)/

Replace with:
Code: [Select]
im-thread-page/([0-9]+)
im-thread-flag/([0-9]+)
im-thread-notify/([0-9]+)

Also there is one more bug.
In same file find line:
Code: [Select]
osc_add_route('im-thread-notify', 'im-thread-notify/([0-9]+)', 'im-thread-flag/{thread-notify-id}', osc_plugin_folder(__FILE__).'user/threads.php', true);

and replace with:
Code: [Select]
osc_add_route('im-thread-notify', 'im-thread-notify/([0-9]+)', 'im-thread-notify/{thread-notify-id}', osc_plugin_folder(__FILE__).'user/threads.php', true);
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots