Search found 264 matches

by Inferno
Fri Feb 04, 2022 09:40
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

The error is quite clear:
Either Mysql/MariaDb is not running
Or you have the incorrect username and password
by Inferno
Thu Feb 03, 2022 17:52
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

by Inferno
Thu Feb 03, 2022 16:19
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

So you don't have mysqli or mysql PHP extension then how to connect to Mysql
by Inferno
Wed Feb 02, 2022 10:00
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

by Inferno
Tue Feb 01, 2022 13:26
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

So found the problem, you're missing the mysqli extension of PHP. I found out that phpDiveling doesn't support the new native MYSQLnd driver of PHP

So easy fix: install mysqli

Or wait till I fix phpDivinglog to support MysqlND
by Inferno
Sun Jan 30, 2022 09:46
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

So can you try to open test.php this giving you the output. Specially interested if you can find the the MySQL part
by Inferno
Fri Jan 28, 2022 06:22
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

Can you share the output of phpinfo() ?

Like mentioned here: https://www.dpscomputing.com/blog/2021/ ... directory/

How did you define your mysql server name in config.inc.php

More info : https://unix.stackexchange.com/a/619187
by Inferno
Mon Jan 17, 2022 07:58
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

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.....
by Inferno
Sun Jan 16, 2022 22:20
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

I will check
by Inferno
Sun Aug 22, 2021 09:54
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

Another small update
v3.2.1

https://github.com/Infern1/phpDivinglog/releases

Problems mentioned on github.
by Inferno
Fri Aug 20, 2021 13:53
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

So I made a lot of fixes to phpDivinglog. Release is here: https://github.com/Infern1/phpDivinglog/archive/refs/tags/v3.2.zip 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 lightg...
by Inferno
Tue May 25, 2021 06:33
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

might be related to this issue:

https://github.com/Infern1/phpDivinglog/issues/6

Will have a look
by Inferno
Tue Jul 25, 2017 20:17
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

ebnerjoh wrote: Sun Jul 23, 2017 15:50 Solved:

I downsized the pictures to 800x600 with max 100kb size, now it is working.

Br,
JOhannes
have to look into the resizing process and maybe add some checks. Thanks for the notice, added to github as issue

https://github.com/Infern1/phpDivinglog/issues/3
by Inferno
Wed Jul 05, 2017 14:27
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

I would say:

Download via github, place it in a new folder enter your sql data in a copy config.inc.php.example (rename to config.inc.php) and you should be ready to go.

If it works remove the old folder
by Inferno
Wed Jul 05, 2017 12:34
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 877649

Re: phpDivingLog

phpDivinglog got a big update after some years phpDivingLog v3.1 - * Update jqplot latest version * Removed jpgraph * Review a lot of PHP warnings and updated code accordingly * Set default view to table, grid view is broken in newer versions of PHP * Replaced mysql_* functions by mysqli_* * Changed...