Thanks for your reply. Since I have more time now to do an upgrade to 1.4.10 - that’s what I’ll do and won’t worry if the older version works with PHP7.
So, I’m getting ready to do the upgrade and I see this in the index.php file:
Please set your preferred URL for IP_URL like this:
* define('IP_URL', 'https://my-invoices.com/');
* If you want to use a sub-domain, add it to the URL like this:
* define('IP_URL', 'https://my-domain.com/invoices/');
* for local environments withour any domains you may use this:
* define('IP_URL', 'http://localhost/invoices/');
Wondering if this instruction needs to be re-worded or something. Or, I’m just confused.
Where is says “sub-domain” I think this should maybe should say subfolder or subdirectory?
This is my understanding of these terms:
Sub-domain (subdomain) = http://subdomain.domain.com
Subdirectory (subfolder) = http://domain.com/subdirectory
(I understand that the subdomain files actually reside in a subdirectory of the same name)
So, I hope this doesn’t just sound like semantics. But, it does make a difference in what I will put in the IP_URL
For a subdirectory I would put: http://mydoman.com/billing/
For a subdomain I would put: http://billing.mydomain.com/
That seems like a significant difference.
My installation is in a subdomain at: billing.mydomain.com
So, how should I proceed?
Thanks for your awesome application and support
-Wayne