NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ygator
Feb 10, 2013Aspirant
AddOn not working and cannot be removed
ReadyNAS Duo V2 I followed the instructions for creating an addon from http://www.readynas.com/?p=346. I was able to install the addon. However, when trying to run it by clicking on save a spin...
ygator
Feb 14, 2013Aspirant
The errors I posted above are bugs in the following files:
For the image errors
/frontview/dashboard/index.html
/frontview/dashboard/dashboard.html
/frontview/dashboard/wizard.html
For the install errors
/frontview/dashboard/legacy/addons/installed/installed.html
/opt/installed/installed.html
Okay I have found some problems in the SDK located http://www.readynas.com/download/addons/addons_sdk.tgz that was causing it not to work.
addons_sdk\template\ADDON.xml
-----------------------------------------
<get_url>/addons/%ADDON%_HANDLER.pl</get_url>
<set_url>/addons/%ADDON%_HANDLER.pl</set_url>
should be changed to
<get_url>%ADDON%_HANDLER.pl</get_url>
<set_url>%ADDON%_HANDLER.pl</set_url>
addons_sdk\addon.config
-------------------------------
RESTART_APACHE="n"
should be changed to
RESTART_APACHE="y"
There is one more issue where it does not save the runtime seconds into /etc/default/services file.
I will look into that tomorrow.
For the image errors
/frontview/dashboard/index.html
/frontview/dashboard/dashboard.html
/frontview/dashboard/wizard.html
For the install errors
/frontview/dashboard/legacy/addons/installed/installed.html
/opt/installed/installed.html
Okay I have found some problems in the SDK located http://www.readynas.com/download/addons/addons_sdk.tgz that was causing it not to work.
addons_sdk\template\ADDON.xml
-----------------------------------------
<get_url>/addons/%ADDON%_HANDLER.pl</get_url>
<set_url>/addons/%ADDON%_HANDLER.pl</set_url>
should be changed to
<get_url>%ADDON%_HANDLER.pl</get_url>
<set_url>%ADDON%_HANDLER.pl</set_url>
addons_sdk\addon.config
-------------------------------
RESTART_APACHE="n"
should be changed to
RESTART_APACHE="y"
There is one more issue where it does not save the runtime seconds into /etc/default/services file.
I will look into that tomorrow.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!