Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Andrei Bovkun

Pages: [1]
1
SOS SOS SOS

I updated to new version (1.50 Final) but have got the same problem.  :evil:  :!:  :?:

My hosting provider use SAFE_MODE. May be in this problem?
[/code]

2
Quote from: Nicky

1. GIF pic's are not supported in GD 2 (only ImageMagick)


Ok. I see.

Quote from: Nicky

2. maybe is your JPEG pic corrupt . (IS NOT: i just tested it on my server)


No, no. File is not corrupt.
You can see it http://www.bovkun.com/coolpix/data/media/1/9.jpg
The same error I've got with another pictures.

SOS!

3
I checked. All right...  :(
Where is wrong permitions? I can't find it.


Code: [Select]

/admin                     ¦drwxr-xr-x
¦/images                    ¦drwxr-xr-x
¦*ALL FILES        ¦-rwxr-xr-x
/data                      ¦drwxrwxrwx
¦/database                  ¦drwxrwxrwx
¦/media                     ¦drwxrwxrwx
¦/thumbnails                ¦drwxrwxrwx
¦/tmp_media                 ¦drwxrwxrwx
¦/tmp_thumbnails            ¦drwxrwxrwx
/includes                  ¦drwxr-xr-x
¦*ALL FILES                  ¦-rwxr-xr-x
/lang                      ¦drwxr-xr-x
¦/deutsch                   ¦drwxr-xr-x
¦/english                   ¦drwxr-xr-x
¦*index.html                ¦-rwxr-xr-x
/templates                 ¦drwxrwxrwx
¦/default                   ¦drwxrwxrwx
¦¦/icons                     ¦drwxr-xr-x
¦¦/images                    ¦drwxr-xr-x
¦¦/media                     ¦drwxrwxrwx
¦¦¦ALL FILES               ¦-rw-rw-rw-
¦¦ ALL FILES               ¦-rw-rw-rw-
*ALL FILES            ¦-rwxr-xr-x


Next example:
Code: [Select]
Create thumbnail for: 313.gif (313.gif) ....  

ERROR

Warning: ImageCreateFromGif: No GIF read support in this PHP build in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 74


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 79


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 79


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 79


ERROR

Warning: ImageGif: No GIF create support in this PHP build in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 81


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 83

   Error creating thumbnail!



May be the problem in English templates?
And I've got same trouble with "Auto-Image-Resizer"


Code: [Select]
Convert image file: 9.jpg (640x480) ....  

ERROR

Warning: imagecreatefromjpeg: './../data/media/1/9.jpg.bak' is not a valid JPEG file in /home/bovkun/public_html/coolpix/admin/resizer.php on line 66


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/resizer.php on line 71


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/resizer.php on line 71


ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/resizer.php on line 71

   Image file converted!


More, this ruine pictures!...

I know somethin is wrong, but what and where :?:

4
Hello!
At first, sorry for my English.

I use 4images (Version: 1.5 Beta). See http://www.bovkun.com/coolpix
I think all is good, but ...  :(   When I'm trying Auto-Thumbnailer (.. > Check thumbnails > Create thumbnails) it returns error message:

Code: [Select]
Create thumbnail for: test_1 (9.jpg) ....  

ERROR

Warning: imagecreatefromjpeg: './../data/media/1/9.jpg' is not a valid JPEG file in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 74

ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 79

ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 79

ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 79

ERROR

Warning: imagejpeg: unable to open './../data/thumbnails/1/9.jpg' for writing in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 81

ERROR

Warning: Supplied argument is not a valid Image resource in /home/bovkun/public_html/coolpix/admin/thumbnailer.php on line 83

   Error creating thumbnail!



CD is installed. All permissions is right.

What can I do :?:  
PEOPLE, HELP ME PLEASE


See info() on http://www.iname.com.ua/~gsa/  
In adition I can give (to Admin Site) FTP access to my "4images" directory.


--------

By the way, in /docs/Installation.txt I find some misstake.
Compare this:

line 56
Code: [Select]
    chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media


and

line 75
Code: [Select]
    chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media


That is not big problem, but as for me...  :?  My English is not so good, and German language is BIG PROBLEM.  :(

Pages: [1]