I have a used the Computed Field extensively in developing two websites which I use internally for my business, both hosted by LAMP servers on my own network. One is an MRP system which tracks our manufacturing process, the other is a Document Control system which handles all of our engineering documentation (to aerospace standards). The former is a D6 site, the latter is a D7 site.
So I have some curiosity... Does anyone else use the Computed Field as a means of prototyping code before deploying it into a module? Does this workflow even make sense?
The reason I ask is that, although I am a reasonably accomplished programmer (from back in the day), I have never yet actually sat down and taken the time to go through all the steps to implement a module. I'm in a hurry, and probably lazy... And I have a business to run, so I've never had time to actually lay things out like I should.
The upshot: I have the basic functionality of a reasonably complete ERP system running, albeit on two separate sites. So how might I enlist the help of the world's collection of far more capable coders than myself to actually make this into a deployable product: BackdERP ?
Okay, we'll probably have to come up with a better name.
Recent comments
Thanks! The site was on PHP 7.0. With assistance from my hosting provider, I updated to PHP 7.4 and now I have access to the site again. No database re-import required.
Locked out of site after updating modules
Thank you very much. I will follow your advice.
Locked out of site after updating modules
The best you can do is test and report. If you find a contrib that doesn't work in php 8.3, create an issue in its queue so it gets fixed. In my experience, I've found that 7.4 is safest...
Locked out of site after updating modules
Hi argiepiano, Some contrib will not work in php 7.2 or lower, and some will not on PHP 8.1 or higher. Is there a way to find out which is the optimal PHP version for a...
Locked out of site after updating modules
This sounds like a combination of a buggy module and the "wrong" version of PHP. The fact that you are being redirected to the maintenance page may be an indication that your site was put on...
Locked out of site after updating modules