<div dir="ltr">Hello Alex,<div><br></div><div>I think I was able to replicate your problem. Did you switch the plugin name from lcnaf to lcnaf-new?</div><div><br></div><div>The name of the controller needs to be the same of the directory, kind of. Here is more information on that</div><div><a href="http://stackoverflow.com/questions/20162628/same-controller-name-in-two-different-directories">http://stackoverflow.com/questions/20162628/same-controller-name-in-two-different-directories</a><br></div><div><br></div><div><br></div><div>I would leave the name as lcnaf and continue to add your changes. If you REALLY want to change the plugin name I would</div><div><br></div><div>1. change the plugin name using an underscore lcnaf_new</div><div>2. go to fronted/controllers change that file name to lcnaf_new_controller and change LcnafController to LcnafNewController </div><div>3. you'll probably have to change the frontend/routes files from lcnaf to lcnaf_new</div><div>4. change the config.yml also </div><div>5. and then anywhere where it is using the lcnaf controller change it to lcnaf_new probably in frontend/views/index ( this will probably be the most tedious, I changed a couple to test your problem and it worked for the most part but it's possible I missed some)</div><div><br></div><div><br></div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div style="font-size:12.8px">Carlos Lemus</div><div style="font-size:12.8px"><font size="1">Application Programmer, Special Collections Technical Services</font></div><div style="font-size:12.8px"><font size="1">University Libraries, University of Nevada, Las Vegas</font></div></div></div></div></div></div></div></div>
</div></div>