I also tried editing this line of code in the config file to http, https, and localhost and the URL DNS name , but that didnt seem to work either.
Code: Select all
$_config['web_root'] = 'http://mouse.myds.me/';
Code: Select all
$_config['web_root'] = 'http://mouse.myds.me/';
Below is the line of code that is referenced in the error message. Below that is my config file that I believe the file mentioned above is referencing for info."Warning: mysqli_connect(): (HY000/2002): No such file or directory in /volume1/web/includes/misc.inc.php on line 195 Warning: mysqli_set_charset() expects parameter 1 to be mysqli, bool given in /volume1/web/includes/misc.inc.php on line 197 Warning: mysqli_error() expects parameter 1 to be mysqli, null given in /volume1/web/includes/misc.inc.php on line 198 Error loading character set utf8:"
Looking forward to trying it outDieterKoblenz wrote: ↑Sun Aug 15, 2021 09:23 Hi everyone, I just created by own instance of phpDivingLog. Worked almost out of the box (I had to force a lower php version). Still working out some kinks with certifications not showing up.
Code: Select all
phpDivingLog v3.2 - 2021-08-20 - Rob Lensen
* Update Smarty latest version
* Review a lot of PHP warnings and updated code accordingly
* Removed multiuser
* Changed to lightgallery from HighslideJS
Strange the function is__writeable should be located in misc.inc.php can you check?Mouse51180 wrote: ↑Sun Jan 16, 2022 22:01 Im seeing the following error after updating to the new version...
Fatal error: Uncaught Error: Call to undefined function is__writeable() in /volume1/web/settings.php:160 Stack trace: #0 /volume1/web/config.inc.php(282): require_once() #1 /volume1/web/index.php(21): require_once('/volume1/web/co...') #2 {main} thrown in /volume1/web/settings.php on line 160
Code: Select all
Warning: mysqli_connect(): (HY000/2002): No such file or directory in /volume1/web/includes/misc.inc.php on line 189
Warning: mysqli_set_charset() expects parameter 1 to be mysqli, bool given in /volume1/web/includes/misc.inc.php on line 191
Warning: mysqli_error() expects parameter 1 to be mysqli, null given in /volume1/web/includes/misc.inc.php on line 192
Error loading character set utf8: