Search found 266 matches

by Inferno
Mon Jul 06, 2026 14:17
Forum: Extensions
Topic: phpDivingLog
Replies: 337
Views: 1751409

Re: phpDivingLog


Hi Rob,

Wow, great work! Looks really modern. Just some minor feedback I've noticed:

When clicking a dive in the sidebar, the page does not maintain the main scroll position of the page and always jumps back to the top. No idea if this is fixable, but it would certainly improve the browsing ...
by Inferno
Mon Jul 06, 2026 09:33
Forum: Extensions
Topic: phpDivingLog
Replies: 337
Views: 1751409

Redesigned phpDivingLog — modern UI + lots of fixes (open source)

Hi everyone,

I've been working on a substantial redesign of phpDivingLog (the web publisher for our Diving Log exports) and wanted to share it. It's fully open source and still reads your Diving Log MySQL export read-only — nothing touches your data.

Modernized foundation

Rebuilt on a clean ...
by Inferno
Fri Feb 04, 2022 09:40
Forum: Extensions
Topic: phpDivingLog
Replies: 337
Views: 1751409

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: 337
Views: 1751409

Re: phpDivingLog

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

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: 337
Views: 1751409

Re: phpDivingLog

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

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: 337
Views: 1751409

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: 337
Views: 1751409

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: 337
Views: 1751409

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: 337
Views: 1751409

Re: phpDivingLog

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

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: 337
Views: 1751409

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 ...
by Inferno
Tue May 25, 2021 06:33
Forum: Extensions
Topic: phpDivingLog
Replies: 337
Views: 1751409

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: 337
Views: 1751409

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