Hi Keith, Couple of things to check: alloc_config.php should have the database credentials, if you manually try those credentials from the webserver, eg mysql -u blah -p dbname can the webserver connect to the db? this error: Fatal error: Call to a member function query() on null in /home/psaito01/public_html/shared/lib/db.inc.php on line 147 Looks like it's around this line: https://github.com/alexlance/alloc/blob/42d9be421bb31d0d967d8cc0ecbc178907105787/shared/lib/db.inc.php#L150 Which kind of...
Hi Keith, Couple of things to check: alloc_config.php should have the database credentials, if you manually try those credentials from the webserver, eg mysql -u blah -p dbname can the webserver connect to the db? this error: Fatal error: Call to a member function query() on null in /home/psaito01/public_html/shared/lib/db.inc.php on line 147 Looks like it's around this line: https://github.com/alexlance/alloc/blob/42d9be421bb31d0d967d8cc0ecbc178907105787/shared/lib/db.inc.php#L150 Which kind of...
Hi, the project is fairly mature at the moment. Not much movement from a development...
Ah cheers, good stuff. Thank you!
Hi Wally, no worries. Is there a reminder table? Does your backup/dump file have...
The procedures/functions that are a part of the alloc database didn't get backed...
Hi Anshul, Here's a thread for that issue in project-open, maybe it is a similar...
Can you confirm with me that you understood every step that I outlined in my previous...