Search found 264 matches

by Inferno
Fri Jul 13, 2012 08:24
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

Please try even smaller images, since this could be a limitation of your php installation, have to look in detail My setting in php.ini memory_limit = 456M My memory_limit is 512M (running my own server at home) and I am wondering about the error message Allowed memory size of 33554432 bytes ... I ...
by Inferno
Fri Jul 13, 2012 06:56
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

I push a change to github for the thumb generation. I saw your files where around 5Mb, so the hardcoded limit was 1,73Mb so what I did: - Made max file size changeable via the config see max $_config['max_resize_size'], if this setting is too high it may not work on some servers - If there are file...
by Inferno
Fri Jul 13, 2012 06:35
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 61705

Re: phpDivinglog problem

These warnings are from a library, and I installed the latest version. So probably need to fix them myself I tried to look at the max depth, however I cannot find the error you mention. Did you really update? Since at this line: Deprecated: Assigning the return value of new by reference is deprecate...
by Inferno
Thu Jul 12, 2012 19:57
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

I push a change to github for the thumb generation. I saw your files where around 5Mb, so the hardcoded limit was 1,73Mb so what I did: - Made max file size changeable via the config see max $_config['max_resize_size'], if this setting is too high it may not work on some servers - If there are files...
by Inferno
Wed Jul 11, 2012 20:59
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

resize worked here, if

- $_config['enable_resize'] = true;
and I went to Dive Gallery, then the resize process starts
by Inferno
Wed Jul 11, 2012 20:52
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

After doing some more changes, I was able to fix the images problem: 1) update to latest version 2) changed config.inc.php from mysqli to mysql Now I have only still an issue, that the thumbs are not shown/generated... I will check the next hours on that. But nevertheless I have 2 additional questi...
by Inferno
Wed Jul 11, 2012 09:47
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

Fixes are in github now!

Going to next page on the divegallery is functional yet, will fix that as well.
by Inferno
Tue Jul 10, 2012 18:51
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

I solved Issue 1 and 3 by disabling the "display_errors" in php.ini. The warnings are now gone and the Profile is shown. Nevertheless I still have issues with the images. *) I uploaded the images with WinSCP to images/pictures/ and the Map of the Divelocation to images/maps/ *) In Diving ...
by Inferno
Tue Jul 10, 2012 09:15
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

Hello! I installed phpdivinlog v3 on my gentoo with apache 2.2.22-r1 php 5.3.13 I have several issues: 1) PHP Warnings: Deprecated: Assigning the return value of new by reference is deprecated in /var/www/localhost/htdocs/phpdivinglog/includes/pear/Pager_Wrapper.php on line 295 Deprecated: Assignin...
by Inferno
Tue Jul 10, 2012 09:13
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 61705

Re: phpDivinglog problem

I fixed the warnings, so if you update from the latest version at github, these warnings should be gone

https://github.com/Infern1/phpDivinglog
by Inferno
Tue Jul 10, 2012 06:42
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 961121

Re: phpDivingLog

1) The version of php 5.3 should not be a problem, maybe 5.4 is, however I run 5.3 as well

2)

3) have to look more in detail to it
by Inferno
Sat Jul 07, 2012 18:53
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 61705

Re: phpDivinglog problem

These errors should be fixed, however in the mean time:

add this to your .htaccess file

php_flag display_errors off
by Inferno
Fri Jul 06, 2012 11:13
Forum: Extensions
Topic: phpDivinglog problem
Replies: 36
Views: 61705

Re: phpDivinglog problem

First you should try the latest version from GIT

And then come back:

https://github.com/Infern1/phpDivinglog

The wordpress plugin is also still a wish from me the further develop, however I cannot find the time for it...
by Inferno
Mon Jul 25, 2011 11:43
Forum: Extensions
Topic: phpDivingLog 3.0 Development
Replies: 46
Views: 115824

Re: phpDivingLog 3.0 Development

G'day Rob, JpGraph v1.22 and v2.3.3 ( http://jpgraph.net/ ) v1.27 and v3.5 now available Upgraded yesterday to Jpgraph 3.5 See the result here: http://rob.lensen.nu/divelog_git/index.php/142 Had to do some changes to the graph code, thing which I don't get to work is setting the grid in front. This...
by Inferno
Sun Jul 24, 2011 00:06
Forum: Extensions
Topic: phpDivingLog 3.0 Development
Replies: 46
Views: 115824

Re: phpDivingLog 3.0 Development

lloyd_borrett wrote:Now have it working with the 'additions' I'd already added to my old v1.9a.

Still can't work out how to fix the problem with that image on the dive statistics page.
Can you send/post the part which is not clear/not working