79256782

Date: 2024-12-06 03:50:00
Score: 1.5
Natty:
Report link

Even though this is a nearly 2-year-old question, for anyone who comes across this issue, the following is the remedy;

Remove the '.' in front of './db' of the following lines;

if(!is_dir(__DIR__.**'/db'**))
mkdir(__DIR__.**'/db'**);
if(!defined('db_file')) define('db_file',__DIR__.**'/db/plan_db.db'**);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28652603