/var/softaculous/ninja4
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env5180644editdlrm
.htaccess62400644editdlrm
clone.php66330644editdlrm
edit.php43350644editdlrm
edit.xml4470644editdlrm
extend.php92180644editdlrm
fileindex.php4180644editdlrm
import.php48050644editdlrm
info.xml46580644editdlrm
install.js9210644editdlrm
install.php77680644editdlrm
install.xml10160644editdlrm
md535220644editdlrm
notes.txt12460644editdlrm
remove.php21260644editdlrm
update_pass.php5410644editdlrm
upgrade.php47080644editdlrm
upgrade.xml3020644editdlrm
version.txt60644editdlrm
Edit: /var/softaculous/ninja4/notes.txt (1246B)
1. Set the debug to false in .env 2. Do not use same upgrade method when there is change in database. Ask vendor for upgrade utility.(from version 1.5.1 vendor provides script's upgrade utility) 3. We have changed the password function so please check login before launching the next version 4. Set the APP_ENV to production in .env 5. /public should be there in APP_URL in .env 6. Do not edit compiled.php for \r \n because dreamviewer is unable to edit the file properly 7. Add the following line to the .htaccess file in the root folder : RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public 8. PHP REQUIREMENT LINK : https://docs.invoiceninja.com/install.html (Vendor has asked us to keep PHP requirement 7.1 and he will update requirement on his website) and also check /vendor/composer/platform_check.php/ (also check extension list from this file in every version i.e $missingExtensions array and add to our info.xml, if any extension from the array is not present in our info.xml) 9. Release date : https://github.com/invoiceninja/invoiceninja/releases 10. We exclude logo image path while upgrade i.e public/images/invoiceninja-logo.png since user's custom logo was getting overwritten post upgrade.