- Posts: 57
- Thank you received: 0
OS Property support center
SOLVED !!! backend reports managing issue
- Enzo Artale
- Topic Author
- Offline
- Senior Member
-
Less
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
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.
- Maurice
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 1
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
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.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
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
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
-
Less
More
- Posts: 57
- Thank you received: 0
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
administrator > components > com_osproperty > classes > report.html.php
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.