Elxis CMS Forum

Support => General => Topic started by: jpipkin on March 23, 2007, 17:50:03

Title: A couple small bugs
Post by: jpipkin on March 23, 2007, 17:50:03
Hello,

I ran across a small issue (running 2006.4) which a search here turned up nothing about (and there seems to be no way to register in the bts), so I thought I'd point it out.

the file administrator/components/com_contact/admin.contact.html.php erroneously has the following on line 115:

Code: [Select]
$row->cat_link  = 'index2.php?option=com_categories&section=com_contacts&task=editA&hidemainmenu=1&id='. $row->catid;

As there is no *_contacts table in the DB, this results in modifications to categories being not savable (possibly other issues, didn't test any further).

To fix, one can simply run the following from the main Elxis directory:
Code: [Select]
gsed -i s/com_contacts/com_contact_details/g administrator/components/com_contact/admin.contact.html.php

(on Linux you will likely have to use "sed" instead of "gsed")

Also, the link to the Flyspray documentation is incorrect, and should point to the following URL:

http://www.flyspray.org/manual:toc

Thanks a bunch.
Jacob
Title: Re: A couple small bugs
Post by: datahell on March 23, 2007, 20:09:04
Fixed! Thank you very much for this report.

Where did you saw the link to the Flyspay documentation?
Title: Re: A couple small bugs
Post by: jpipkin on March 24, 2007, 04:27:09
Glad to assist.

The link to the Flyspray documentation is on the following page:

https://www.elxis.org/index.php?option=com_content&task=view&id=44&Itemid=90

home->development->bug tracking system