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 - fatro

Pages: [1]
1
I cant find solved icon too

I use Firefox 2 with "userprofile-language ENGLISH"  :?

2
After hard reading.. I already made it!!

My problem is about "memory_limit" in pnp.ini but I can't config it directly so,

I add some config command after "<?php" in global.php
here they are..

Code: [Select]
ini_set("memory_limit", "50M");
ini_set("max_execution_time", "10000");
ini_set("default_socket_timeout", "100");
ini_set("expect.timeout", "30");

It's working fine  :)

3
so, for a picture size about 2 MB, it take memory more than 8 MB to process..  :?

look like I need more expensive server 8O or
may be I force user to RESIZE their picture b4 posting  :wink:

Thank anyway, Jan :)

4
Can I ask 1 more question?

How much memory do I need for upload those pics?

Thank in advance..

5
Code: [Select]
memory_limit = 8M
post_max_size = 16M

 What's wrong with my 4images... T^T

6
Discussion & Troubleshooting / another "Can't Upload Larger Image" but..
« on: December 15, 2006, 08:21:37 AM »
H! master

First of all, trust me I have read almost all of the posts about "can't upload image" including in FAQ.
But it didn't solve my problem.  :?

I use 4images v1.7.4 with "Auto image resize on upload" mod.

My php is v4.3.11 and my php settings are
Code: [Select]
file_uploads = On
max_execution_time = 30
max_input_time = 180
post_max_size = 16M
upload_max_filesize = 10M

and CP/Admin/Upload Settings are
Code: [Select]
Max. image width = 600px
Max. image heigth = 1000px
Max. image size = 5000KB

Usually, my image is 2048*1536 pixels (or above) and size is around 1M~3M


Here is my problem..

I try to upload via "http://4images.myweb.com/member.php?action=uploadform"
a smaller image was fine but when upload a larger image which is dimension like 1000px*1000px up,
I got a blank screen. I don't know what is wrong between the dimension of image(width,height) or the image size. (KB)

I have also tried a debuger code below in member.php too
Code: [Select]
echo "<pre>";
print_r($HTTP_POST_FILES);

but I still got a blank screen with a large image uploading.

so, I try to turn off "Auto-resize image" and "Auto-create thumbnail" functions. It's work!
but however I still need an "Auto-resize image" for my user, b'coz they can't upload via FTP
and mostly I don't want to manually use "Auto resize" mod in CP for every images by myself.  :(

Anyone know how to fix that up?
Thank in advance..




7
Thank a Lot V@no  :mrgreen:

That why we are trying to encourage people add 4images version they are using into their profile signature, so we dont have to waste our time either ask for it or answer for a wrong version.
I'm newbie here, sorry for that  :oops:

I'm looking forward to change to 1.7.2 but I think with many plugins I have. It'll be very messy :?

8
Thank alot V@no..

There are about 3 lines of
[qcode]ORDER BY ".$config['image_order']." ".$config['image_sort'];[/qcode]
with no
[qcode].", image_id ASC"[/qcode]
behind

so, I replace your code to all 3. It's give me
Quote
DB Error: Bad SQL Query: SELECT image_id, cat_id, image_name, image_media_file, image_thumb_file FROM 4images_images WHERE image_active = 1 AND cat_id = 1 ORDER BY DESC , image_id ASC
You have an error in your SQL syntax near 'DESC , image_id ASC' at line 4

Above the "details.php" page (I use v.1.7.1)

Do you have any idea what is wrong?.. again, thank in advance :roll:

9
hello guys!

I already install this mod, It's worked fine but I found some problem.
It's only sort the thumbnails! when I navigate with "Previous" or "Next" button,
It's still using the default Sort order set at the Admin Panel - Settings Page

What should I do to fix that up??

thanx in advance
fatro

Pages: [1]