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

Pages: 1 2 [3] 4 5 6 7 ... 21
31
 :D The Next 1 seems to be cooler than the previous 1  :wink:

32
 8O Guys,, Does this works fine with 1.7.7  :roll:

33
Discussion & Troubleshooting / Re: Category view / Category bit
« on: May 21, 2010, 09:17:18 AM »
hmm.. you can install the mod gallery quicklist which wuold solve ur probs at least for about 60%  :D

34
most of the members install these mods , but they never respond  :mrgreen:

36
This is not related to mod itself , but i tested it cuz of you,, it works fine !

37
Chit Chat / [ Vista ] 4image's Latest Cool Theme ( Coming Soon )
« on: May 13, 2010, 04:38:30 PM »
Hey Guys  :D
Dear Programmers, Administrators, Members, Guests , And Families of thierz :P
I Open This Thread to announce something which is going to make some people happy  :D and some people errrr  :twisted:

Im  on my way creating my 1st 4image theme  :wink: as im a newbie to css and php, it may not look that much great like other templates in this forum,, but its nice you know  :mrgreen:

So What i need to know is this ? will you guys use my theme if i release it  :mrgreen:   :mrgreen:  :mrgreen:  :mrgreen:

38
Mods & Plugins (Requests & Discussions) / Re: [Plugin] Admin Links
« on: May 13, 2010, 04:32:16 PM »
Kinda Cool .. Tnx !

39
Requests for paid modifications / Jobbörse / Re: blank login
« on: May 13, 2010, 04:28:15 PM »
Can you be more specific >? tnx !

40
Chit Chat / Re: Realty Romance
« on: May 13, 2010, 04:26:40 PM »
Yoh  :D Welcome to the forum man  :wink: Site looks good.... Have Fun Fella !

41
Mods & Plugins (Requests & Discussions) / Re: more random images?
« on: May 11, 2010, 06:52:29 PM »
Thanks ,, i tried it,, it ddnt work ,, ill try it again  :wink:

42
Mods & Plugins (Requests & Discussions) / Re: more random images?
« on: May 11, 2010, 07:33:13 AM »
can i show this on Details.php ?   :roll:

43
Discussion & Troubleshooting / Re: Thumnail error
« on: May 10, 2010, 02:46:39 PM »
hmm,, are u on a shared server ? or in a free server  :?: its a host error ;(

This error indicates that there is not enough memory allowed per script.
Usually this occur when processing images (resizing, creating thumbnails)

Your only solutions are:

1) create thumbnails manually and upload them with the image (or add them later) (same applied to image resizing)
2) try use ImageMagic or NetPBM instead of GD (for information about executable paths contact your host's administrator)
3) ask your server's administrator increase memory limit (good luck on this one)
4) find another host.

Source - V@NO

Some Extra Solution

This little Addon worked for me. Maybe it can help you.

put these lines in global.php and /includes/image_utils.php direct after <?php


Code: [Select]
ini_set("memory_limit", "150M");
ini_set("max_execution_time", "10000");
ini_set("default_socket_timeout", "100");
ini_set("expect.timeout", "360");
ini_set("upload_max_filesize", "134217728");
ini_set("post_max_size", "134217728");

and edit ur ..htaccess and put the following code to it

Code: [Select]
<FilesMatch "\.(php|html?)$">
php_value upload_max_filesize 500M
php_value post_max_size 500M
</FilesMatch>

sometimes it may work. this is what i did when i got this error, 1nce when i was on a shared host .. this worked pretty well ;)
Have A Nice Day !

44
yep.. thier was 1,, let me check it and tell you  :wink:

45
Thanks V@NO  :wink: .. it helped me alot   :) You Rock  :D

Pages: 1 2 [3] 4 5 6 7 ... 21