Links in Accordian return a 404

Permalink Browser Info Environment
I have multiple accordians on a single page. All of the links return a 404 error:
http://paccoastsupply.com/our-companies...
I tried what was recommended under Support topic: File links in the editor not working, but the fix didn't work for me, although I'm not a developer and I'm not sure they were even installed in the right place:
public function add()
{
$this->requireAsset('redactor');
$this->requireAsset('core/file-manager');
$this->requireAsset('core/lightbox');
}

public function edit()
{
$this->requireAsset('redactor');
$db = Loader::db();
$items = $db->GetAll('SELECT * from btVividSimpleAccordionItem WHERE bID = ? ORDER BY sortOrder', array($this->bID));
$this->set('items', $items);
$this->requireAsset('core/file-manager');
$this->requireAsset('core/lightbox');
}

public function view()
{
$db = Loader::db();
$items = $db->GetAll('SELECT * from btVividSimpleAccordionItem WHERE bID = ? ORDER BY sortOrder', array($this->bID));
$this->set('items', $items);
$this->requireAsset('css', 'font-awesome');
switch($this->semantic){
case "h2":
$openTag = "<h2 class='panel-title'>";
$closeTag = "</h2>";
break;
case "h3":
$openTag = "<h3 class='panel-title'>";
$closeTag = "</h3>";
break;
case "h4":
$openTag = "<h4 class='panel-title'>";
$closeTag = "</h4>";
break;
case "paragraph":
$openTag = "<p class='panel-title'>";
$closeTag = "</p>";
break;
case "span":
$openTag = "<span class='panel-title'>";
$closeTag = "</span>";
break;
}
$this->set("openTag",$openTag);
$this->set("closeTag",$closeTag);
$this->requireAsset('core/file-manager');
$this->requireAsset('core/lightbox');
}

Thank you.

Type: Discussion
Status: New
suzannemc
View Replies:

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.8
Version Installed - 5.7.5.8
Database Version - 20160412000000

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.