@MissyMaster Any luck finding one for this price tag? I know there are a few free ones out there that are being worked on, like LoreKeeper, and Haunt Framework.
Less than $100 is very cheap for all of the work that would need to go into a product like that (with such a niche market).
@pastosaurio It looks like their servers don't have the packages that you need to run it. You may be able to add Smarty templating engine in, but I'm not 100% sure.
@pastosaurio I would start by trying the following, in index.php add:
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Then start seeing what it says, if anything.
@pastosaurio On your cPanel, or wherever you are publishing it to, are you able to retrieve the error logs to see what it is erroring on?
My first guess is the version of PHP, but that is without much information.
About the same here - a few weeks ago my city was deemed a "hot bed" but I haven't heard much of that lately (thankfully). Apparently Ontario is talking about opening up offices starting July 1st. I hope we don't go back that early. I see everyone daily on zoom calls, so don't feel the need. ...
You have to be careful with a query like that. You should be validating that it is more than just set otherwise you could potentially get yourself into SQL injection territories. Adding in an "intval" could help with that just to 100% make the string an integer before being placed in your code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.