Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Editor Button creates wrong link
(1 viewing) (1) Guest
Support forum for users using free edition of JoomDOC. These forums are mainly for mutual help between users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it.
  • Page:
  • 1

TOPIC: Editor Button creates wrong link

Editor Button creates wrong link 11 years, 3 months ago #35211

  • baud
  • OFFLINE
  • Posts: 2
For some reason the editor button creates a wrong link (like the one below) which requires users to login before they can download a certain file. If I manually get rid of the /administrator/ then everything works as expected. But I have no clue why the editor button automatically includes the /administrator/ part. Any ideas?

/administrator/index.php?option=com_joomdoc&task=document.download&path=Curricula/Curr_7_8.pdf
The topic has been locked.

Re: Editor Button creates wrong link 11 years, 3 months ago #35222

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

I tested it and had same problem. This problem appears only if you have set some path to your joomla installation.
For example: localhost/joomla25/joomdoc/

path is: joomla25/joomdoc/
Code can not find administrator at start of that link, so it can not be removed.

How to repair this issue:
administrator/components/com_joomdoc/views/documents/tmpl/modal.php - line 63.

There is:
$prefix = '/administrator/';

Modify it to:
$prefix = JURI::base(true).'/';

Is this helpful for you and it solves your problem too?
ARTIO Support Team
Last Edit: 11 years, 3 months ago by maju.
The topic has been locked.

Re: Editor Button creates wrong link 11 years, 3 months ago #35231

  • baud
  • OFFLINE
  • Posts: 2
apparently the problem is gone. I forgot to remove the jupgrade folder and move all files back to the root of my joomla installation after migrating my site.

But thanks for the quick reply.
The topic has been locked.
  • Page:
  • 1
User Login Empty