Search found 264 matches

by Inferno
Tue Jul 17, 2012 11:12
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 60923

Re: phpDivinglog problem

Absolutely, which log file do you want me to send? You don't have to send the log file, but probably see if there is something in the apache error log when you browse the phpDivinglog Okay, Ill give it a check when I get home tonight and post the results here. parallel to checking why your profile ...
by Inferno
Tue Jul 17, 2012 07:42
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

Language german should now work, when you update from github
by Inferno
Tue Jul 17, 2012 07:15
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

1) Yes there is a german language file available, however not all terms are translated See here: http://diving.lensen.nu/phpDivinglog_rob/includes/language/compare.php?f=german So if you fancy update it: Update this file https://github.com/Infern1/phpDivinglog/blob/master/includes/language/german.i...
by Inferno
Tue Jul 17, 2012 06:35
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

- Tried to look for an off the shelf gallery application, however I didn't find an package which would fit in nicely and without lots of coding. One thing which worked, was setting a user defineable field in divelog which points to a gallery album. However I liked this more. - The browser is downlo...
by Inferno
Mon Jul 16, 2012 21:05
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

Check if files can be written is on Github now
by Inferno
Mon Jul 16, 2012 20:13
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

What would be great: Something like gallery2 or compareable. It would be cool if it is possible to upload the original files, but If you click on the thumb you will only get a smaller image and only if you click inside the image on a button that the full size is shown. Now, if you click on a thumb,...
by Inferno
Mon Jul 16, 2012 19:47
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 60923

Re: phpDivinglog problem

Stew wrote:Absolutely, which log file do you want me to send?
You don't have to send the log file, but probably see if there is something in the apache error log when you browse the phpDivinglog
by Inferno
Mon Jul 16, 2012 16:57
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 60923

Re: phpDivinglog problem

Stew wrote:K, sent my Dive Log dump to you.

What do you mean change in the log file? Not quite sure I understand the question.
Got the log file

I typed it wrong, I meant: is there any chance to see the log file
by Inferno
Mon Jul 16, 2012 16:56
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

please download the latest version from github, new resize class is imported, also make sure you add this to your configuration: $_config['new_resize_class'] = true; Antoher strange problem... First time everything was ok, but then I had to change something and I deleted all images and uploaded the...
by Inferno
Mon Jul 16, 2012 16:54
Forum: Extensions
Topic: phpDivinglog Wordpress plugin
Replies: 1
Views: 7610

phpDivinglog Wordpress plugin

As I want to have it myself, while updating phpDivinglog I'm working on a better integration of phpDivinglog with wordpress. Most of it is already working quite well, you can see the first working version here: http://robhome.lensen.nu/wordpress/?page_id=4 The integration is mostly done with jQuery ...
by Inferno
Sat Jul 14, 2012 19:29
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 60923

Re: phpDivinglog problem

Could you send your database dump? rob at lensen.nu, this is for the depth problem

Is there any change for you to look in the log file?
by Inferno
Fri Jul 13, 2012 16:20
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 60923

Re: phpDivinglog problem

K updated again, and now only 2 php errors left on the statistics page... Notice: Undefined index: Number in /home/content/78/7630278/html/divelog/classes.inc.php on line 5673 Notice: Undefined index: Number in /home/content/78/7630278/html/divelog/classes.inc.php on line 5681 This notice should be...
by Inferno
Fri Jul 13, 2012 16:04
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

ebnerjoh wrote: Changed in Diving Log the Details for Air from "Air(O2=21%)" to "Air". Now this issue is gone.
Strange, do you have o2_default in your config?


/**
* default O2 %
*/
$_config['default_o2'] = 20.9;
$_config['default_maxppo2'] = 1.6;
by Inferno
Fri Jul 13, 2012 15:16
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

ebnerjoh wrote: 1) Elevated Pictures are shown with a wrong format as a thumbnail (cross)
Example: First Picture in the Link:
http://tauchen.familie-ebner.at/index.php/38
Fixed on github, please delete all your current thumb_* files
by Inferno
Fri Jul 13, 2012 11:06
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 878884

Re: phpDivingLog

please download the latest version from github, new resize class is imported, also make sure you add this to your configuration:

$_config['new_resize_class'] = true;