phpDivingLog

3rd party extensions (phpDivingLog, dive computer downloader,...)
Post Reply
ebnerjoh
Posts: 27
Joined: Fri Jul 06, 2012 17:59

Re: phpDivingLog

Post by ebnerjoh »

Maybe I should use the new config file instead overwriting it with the old one next time...

:idea:
Inferno
Posts: 264
Joined: Thu Apr 19, 2007 20:36
Location: The Netherlands
Contact:

Re: phpDivingLog

Post by Inferno »

ebnerjoh wrote:Maybe I should use the new config file instead overwriting it with the old one next time...

:idea:
yes but I need to split the config files, in essential info, like mysql info and url.
FlyinV
Posts: 7
Joined: Wed Oct 31, 2012 16:28

Re: phpDivingLog

Post by FlyinV »

Yes a note to say nice work on the phpDivingLog!
lloyd_borrett
Posts: 228
Joined: Sun Jun 11, 2006 09:24
Location: Frankston South, Victoria, Australia
Contact:

Re: phpDivingLog

Post by lloyd_borrett »

G'day,

I've just updated to the latest version from the GitHub repository. On my development setup it seems to be working fine. But on my hosted live environment I'm having all sorts of issues. See http://www.borrett.id.au/divelog3/index.php

First there are those error messages.

Then the dive profiles don't display. See http://www.borrett.id.au/divelog3/index.php?id=376

Also the Dive Statistics pie chart doesn't display. See http://www.borrett.id.au/divelog3/dives ... ?view=list

The live environment reports as being:
Apache version: 2.2.23
PHP version: 5.3.19
MySQL version: 5.0.96-community
Operating system: linux
Perl version: 5.8.8

Any help would be much appreciated.

Best regards, Lloyd Borrett.
Inferno
Posts: 264
Joined: Thu Apr 19, 2007 20:36
Location: The Netherlands
Contact:

Re: phpDivingLog

Post by Inferno »

Will have a look
lloyd_borrett
Posts: 228
Joined: Sun Jun 11, 2006 09:24
Location: Frankston South, Victoria, Australia
Contact:

Re: phpDivingLog

Post by lloyd_borrett »

G'day,

I managed to turn off the warnings using a custom php.ini file and now the graphs are showing up okay.

Best regards, Lloyd Borrett.
Inferno
Posts: 264
Joined: Thu Apr 19, 2007 20:36
Location: The Netherlands
Contact:

Re: phpDivingLog

Post by Inferno »

lloyd_borrett wrote:G'day,

I managed to turn off the warnings using a custom php.ini file and now the graphs are showing up okay.

Best regards, Lloyd Borrett.
Are you sure you have the latest git code?

See here: https://github.com/Infern1/phpDivinglog ... rapper.php
Horst
Posts: 22
Joined: Sun Jul 29, 2007 17:42
Location: Schwanewede / Niedersachsen

Re: phpDivingLog

Post by Horst »

Hello Inferno,

first, sorry for my english. I'm also have no more Dive Profile Grafik. I think i have the latest Version. I'm use Diving Log 5.0.8 Beta. Have you any Idea?
Greetings

Horst
Inferno
Posts: 264
Joined: Thu Apr 19, 2007 20:36
Location: The Netherlands
Contact:

Re: phpDivingLog

Post by Inferno »

Horst wrote:Hello Inferno,

first, sorry for my english. I'm also have no more Dive Profile Grafik. I think i have the latest Version. I'm use Diving Log 5.0.8 Beta. Have you any Idea?
Switch to German:

Haben Sie die letzte version von Github heruntergeladen?
https://github.com/Infern1/phpDivinglog ... master.zip

Und wo kann ich die installation sehen?
Horst
Posts: 22
Joined: Sun Jul 29, 2007 17:42
Location: Schwanewede / Niedersachsen

Re: phpDivingLog

Post by Horst »

Ich denke das ich die letzte Version habe, werde aber zur Sicherheit die im Link angegebene morgen probieren.
Den Link zu meiner Webseite kann ich gegebenenfalls per PM senden.
Greetings

Horst
dueb1978
Posts: 3
Joined: Sat Sep 01, 2012 22:30

Re: phpDivingLog

Post by dueb1978 »

Inferno wrote:
Horst wrote:Hello Inferno,

first, sorry for my english. I'm also have no more Dive Profile Grafik. I think i have the latest Version. I'm use Diving Log 5.0.8 Beta. Have you any Idea?
Switch to German:

Haben Sie die letzte version von Github heruntergeladen?
https://github.com/Infern1/phpDivinglog ... master.zip

Und wo kann ich die installation sehen?
Hallo Rob!
Ich habe das selbe Problem wie Horst, die Grafik für das Tauchprofil wird nicht angezeigt. Ich habe die neuste Installation auf zwei unterschiedliche Server installiert mit dem selben Ergebnis (siehe http://www.duerrenberger.de/phpdivinglog).
Ich denke, ich habe das Problem gefunden, weiß allerdings nicht wie ich es lösen kann. Aus irgendeinem Grund wird bei mir die Zeile auskommentiert, die mir den Graph anzeigen soll (<!--<img src...):

Code: Select all

<!-- pane 5 -->
  <div id="tabs-5">
  <table class="details" cellspacing="0" cellpadding="0" width="100%">
    
        <tr>
      <td colspan="4" class="spacing">&nbsp;</td>
    </tr>
    <tr>
      <td colspan="4">
        <p class="centeredImage">
           <!--<img src="/phpdivinglog/drawprofile.php/214" alt="Dive Profile for Dive # 214" title="Dive Profile for Dive # 214"> -->
             <div id="chart1" style="margin-top:20px; margin-left:20px; width:550px; height:400px;"></div> 
        </p>
Bin für jeden Hinweis dankbar!

Gruss
Bruno
Didi
Posts: 85
Joined: Tue Dec 28, 2010 23:38
Location: am und im Attersee ;)
Contact:

Re: phpDivingLog

Post by Didi »

Hab hier das gleiche Problem - wohl mit dem Unterschied, daß es bei mir schon funktioniert hat. Seither hab ich nichts daran herumgeändert und plötzlich ist das Profil weg.
Stay wet...
Didi


Do you remember the time when SEX was fun and DIVING dangerous?
Horst
Posts: 22
Joined: Sun Jul 29, 2007 17:42
Location: Schwanewede / Niedersachsen

Re: phpDivingLog

Post by Horst »

Didi wrote:Hab hier das gleiche Problem - wohl mit dem Unterschied, daß es bei mir schon funktioniert hat. Seither hab ich nichts daran herumgeändert und plötzlich ist das Profil weg.

Naja, bei mir lief es auch schon :wink: und ich habe auch nichts geändert.
Greetings

Horst
dueb1978
Posts: 3
Joined: Sat Sep 01, 2012 22:30

Re: phpDivingLog

Post by dueb1978 »

Didi wrote:Hab hier das gleiche Problem - wohl mit dem Unterschied, daß es bei mir schon funktioniert hat. Seither hab ich nichts daran herumgeändert und plötzlich ist das Profil weg.
Interessant... aber ging mir ähnlich. Ich hätte schwören können, dass bis vor ein paar Monaten noch alles funktioniert hätte, und plötzlich ohne etwas zu ändern der Graph nicht mehr angezeigt wurde.
Didi
Posts: 85
Joined: Tue Dec 28, 2010 23:38
Location: am und im Attersee ;)
Contact:

[Lösung] phpDivingLog

Post by Didi »

Nachdem ich also nicht der einzige mit diesem Problem bin/war (in der Statistik wurde das Diagramm ebenfalls nicht mehr angezeigt) kam mir das ganze spanisch vor und darum habe ich mich mal nach einer Lösung umgesehen - und auch gefunden 8)

phpDivingLog verwendet auch Fremdcode, unter anderem von jqPlot und JpGraph.

Habe mir von dort also die aktuellen Versionen geholt
und die gleichnamigen Dateien in den Verzeichnissen
  • /includes/jqplot
  • /includes/jpgraph
ersetzt. Anschließend die beiden Verzeichnisse per FTP auf den Server geladen und - tadaa - es funktioniert wieder :mrgreen:

Hoffe, euch ist mit diesem Lösungsweg ebenfalls geholfen.

Achja, ich schätze mal, daß euer Provider von PHP4 auf PHP5 umgestellt hat (bei mir war es ein Serverumzug) und dadurch haben wohl die alten Codes nicht mehr funktioniert.
Stay wet...
Didi


Do you remember the time when SEX was fun and DIVING dangerous?
Post Reply