OS Property support center

SOLVED !!! backend reports managing issue

  • Enzo Artale
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 1 month ago - 10 years 1 month ago #60223 by Enzo Artale
SOLVED !!! backend reports managing issue was created by Enzo Artale
Hi Dam
By clicking on property name or backend property url (first screenshot) I'm redirected to the site homepage with " www.case-vacanza.info/administrator/OS_INVALID_DATA " url (second screenshot). Backend property url seems to work only by copying and pasting it directly in the url browser bar (third image). Waiting for your suggestions, thanks.
Enzo
Attachments:
Last edit: 10 years 1 month ago by Mr. Dam.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #60229 by Maurice
Replied by Maurice on topic backend reports managing issue
Hi,

I can confirm this.

For example: If the topic is "incorrect photo" the Back-End URL is linked to /administrator/OS_INCORRECT_PHOTO, although the back-end link is correct if copy and pasted

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #60230 by Mr. Dam
Replied by Mr. Dam on topic backend reports managing issue
Hi,
To solve this issue, please follow these steps
1. Open file: components > com_osproperty > classes > report.html.php
2. Find
<strong>
<?php
echo JText::_('OS_BACKEND_URL').":";
?>
</strong>
<a href="<?php echo $row->report_reason;?>" target="_blank">
<?php echo $row->backend_url;?>
</a>

and replace by

<strong>
<?php
echo JText::_('OS_BACKEND_URL').":";
?>
</strong>
<a href="<?php echo $row->backend_url;?>" target="_blank">
<?php echo $row->backend_url;?>
</a>

Good luck
Dam

Please Log in or Create an account to join the conversation.

  • Enzo Artale
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 1 month ago #60261 by Enzo Artale
Replied by Enzo Artale on topic SOLVED !!! backend reports managing issue
Solved, thanks Dam. By the way, for other users with the same issue, the complete file path is:
administrator > components > com_osproperty > classes > report.html.php

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan