Allowed memory size of (number1) bytes exausted when tried to allocate (number2) bytes on (file)
And "number1" is smaller than "number2", that´s because icy don´t has been configured for a smaller Php allowed memory usage, that is cofigurated in most servers. For solving that:
OPEN "board_root"/.htaccess
FIND
REPLACE WITH
Important: the 32 can be any other number, but it has to be a multiple of 8.
If you need to set the register_globals configuration off (without modifying the php.ini):
OPEN "board_root"/.htaccess
FIND
REPLACE WITH
If you want to set the icy board error pages:
OPEN "board_root"/.htaccess
FIND
#ErrorDocument 400 http://127.0.0.1/errors.php?code=400
#ErrorDocument 401 http://127.0.0.1/errors.php?code=401
#ErrorDocument 403 http://127.0.0.1/errors.php?code=403
#ErrorDocument 404 http://127.0.0.1/errors.php?code=404
#ErrorDocument 500 http://127.0.0.1/errors.php?code=500
#ErrorDocument 401 http://127.0.0.1/errors.php?code=401
#ErrorDocument 403 http://127.0.0.1/errors.php?code=403
#ErrorDocument 404 http://127.0.0.1/errors.php?code=404
#ErrorDocument 500 http://127.0.0.1/errors.php?code=500
REPLACE WITH
ErrorDocument 400 http://127.0.0.1/errors.php?code=400
ErrorDocument 401 http://127.0.0.1/errors.php?code=401
ErrorDocument 403 http://127.0.0.1/errors.php?code=403
ErrorDocument 404 http://127.0.0.1/errors.php?code=404
ErrorDocument 500 http://127.0.0.1/errors.php?code=500
ErrorDocument 401 http://127.0.0.1/errors.php?code=401
ErrorDocument 403 http://127.0.0.1/errors.php?code=403
ErrorDocument 404 http://127.0.0.1/errors.php?code=404
ErrorDocument 500 http://127.0.0.1/errors.php?code=500
Note: You have to put your website instead of "http://127.0.0.1"
To disable the rewrite engine (it doesn´t mind what is set in the ACP):
OPEN
FIND
REPLACE WITH
To sure that you won´t have any error in the domain/subdomain adress:
OPEN "board_root"/.htaccess
FIND
#Make sure the whole site goes to www.mysite.com instead of mysite.com. This is good for the search engines
#Edit and uncomment the below lines for your own site.
#Make sure to replace icyphoenix.com with your site address.
#RewriteCond %{HTTP_HOST} ^icyphoenix.com
#RewriteRule (.*) http://www.icyphoenix.com/> #RewriteRule (.*) http://www.icyphoenix.com/$1 [R=301,L]< [R=301,L]
#Edit and uncomment the below lines for your own site.
#Make sure to replace icyphoenix.com with your site address.
#RewriteCond %{HTTP_HOST} ^icyphoenix.com
#RewriteRule (.*) http://www.icyphoenix.com/> #RewriteRule (.*) http://www.icyphoenix.com/$1 [R=301,L]< [R=301,L]
REPLACE WITH
#Make sure the whole site goes to www.mysite.com instead of mysite.com. This is good for the search engines
#Edit and uncomment the below lines for your own site.
#Make sure to replace icyphoenix.com with your site address.
RewriteCond %{HTTP_HOST} ^icyphoenix.com
RewriteRule (.*) http://www.icyphoenix.com/> RewriteRule (.*) http://www.icyphoenix.com/$1 [R=301,L]< [R=301,L]
#Edit and uncomment the below lines for your own site.
#Make sure to replace icyphoenix.com with your site address.
RewriteCond %{HTTP_HOST} ^icyphoenix.com
RewriteRule (.*) http://www.icyphoenix.com/> RewriteRule (.*) http://www.icyphoenix.com/$1 [R=301,L]< [R=301,L]
Note: This time you have to put your Url on the first without the "www." if you have a domain or with the www. if you haven´t one, and in the second in the inverse way.
MG, have you thought about, in the file .htaccess, add something to block the characters below?