-
Please nevermind this, its already solved.
2008-01-06 11:20:13 UTC in SourceForge.net
-
I need a redirect to link the current home page of my project (Anima Gallery - http://simphp.sourceforge-net) to link to the new location (http://anima.mgfca.com) but i dont know how to do it without the shell. Can you assist me please?.
2008-01-05 18:46:57 UTC in SourceForge.net
-
Im sorry, i didnt know it was down, just noticed here: https://sourceforge.net/docs/A04.
2007-02-17 15:25:21 UTC in SourceForge.net
-
I cant connect to Shell using WINSCP or any other client, it always gives "Connection Refused" error, i just would like to be able to set a simple redirect on my sourceforge page (simphp.sourceforge.net)
2007-02-17 15:22:24 UTC in SourceForge.net
-
Well, what can i say, guess we already tried everything, iam really out of possible solutions for it.
The only thing left is direct debugging under the system where error occours, if you want i can try to debug it if you can set me an ftp account to the gallery root.
2007-01-14 23:58:41 UTC in Anima Gallery
-
Try to use this file "info.php" to check the memory available for php executions.
GD library thumbnail creation is limited by php's memory so if the limit is set to "1M" GD cant handle images bigger than 1MB.
If info.php gives you 1M as result you can try to add the following line to simphp .htaccess file:
php_value memory_limit "8M"
File Added: info.php.
2007-01-14 17:38:35 UTC in Anima Gallery
-
I suggest that you make a simple test:
Edit settings.inc.php and set $img_per_page (version 2.328) to 1, then browse the album pages to see if it works.
2007-01-13 01:28:23 UTC in Anima Gallery
-
index.php:
Replace this:
$sfv_checksum = strtoupper(dechex(crc32(file_get_contents($filename))));
with this:
$sfv_checksum = strtoupper(dechex(crc32($filename)));
If this doesnt work it might be server's memory not enough to handle big images.
2007-01-10 16:40:53 UTC in Anima Gallery
-
index.php: Replace "set_time_limit(15);" with "set_time_limit(30);"
If this doesnt solve problem report the complete error message.
2007-01-10 00:11:31 UTC in Anima Gallery
-
nekoendy registered the Anima Gallery project.
2007-01-04 08:06:14 UTC in Anima Gallery