Changes

From Amahi Wiki
Jump to: navigation, search
323 bytes added ,  03:37, 18 June 2017
__TOC__
 
Occasionally Amahi [https://www.amahi.org/apps applications] fail to install properly. This is often noted by error messages in the application install log (/var/log/amahi-app-install.log).
rm -rf owncloud3
</ul></ul>
* Finally check the HDA database ''hda_production'' (''webapps'' table). The safest way is to use a web application such as [https://www.amahi.org/apps/adminer Adminer] or [https://www.amahi.org/apps/phpmyadmin phpMyAdmin].
** Look to see if there is an entry for each app that failed to install correctly.
** Remove the row(s) that exist for the app (i.e. id 4, 5, 6, and 7)
+----+------------+
5 rows in set (0.00 sec)</pre></blockquote>
 
The safest way is to use a web application such as [https://www.amahi.org/apps/adminer Adminer] or [https://www.amahi.org/apps/phpmyadmin phpMyAdmin]. TO do it via command line, execute the command below for each ''id' that needs to be deleted from the database:
echo "delete from webapps where id=2" | mysql -uroot -p hda_production
 
::'''WARNING:''' Please see [[Database Root Password]] for the appropriate login password.
Once these steps are complete, it should be safe to try and install the application. Monitor the '''/var/log/amahi-app-installer.log''' file for progress and errors via command line:
If the app continues to fail, recommend you seek professional assistance by [[Submit Bug Report|submitting a bug report]].
 
 
Back to the [[Troubleshooting]].
12,424

edits