spambotEmailProtector error
2 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: April 19, 2012 (RSS)
By ht1080z - April 17, 2012
Hi,
I have a link on one of my page:
that trigger to download a dynamically created zip file, everything works ok until the zip file is "too big" (100mb), then i got:
[17-Apr-2012 19:06:16] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 110684390 bytes) in /home/eye360/public_html/bcm/plugins/spambotEmailProtector/spambotEmailProtector.php on line 33
after i disabled the spambotEmailProtector, the download link is working with the same file.
the setting for the spambotEmailProtector are:
Why the plugin check this specified download link and how can i disable it for the link only and not globally to fix the issue?
Thank you in advance,
Karls
I have a link on one of my page:
<a href="zip_download.php?files=<?php echo $record['num']; ?>" class="sepV_a" title="Download"><img src="img/ico/download_gray.png" alt="" /></a>
that trigger to download a dynamically created zip file, everything works ok until the zip file is "too big" (100mb), then i got:
[17-Apr-2012 19:06:16] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 110684390 bytes) in /home/eye360/public_html/bcm/plugins/spambotEmailProtector/spambotEmailProtector.php on line 33
after i disabled the spambotEmailProtector, the download link is working with the same file.
the setting for the spambotEmailProtector are:
$GLOBALS['SEP_ENCODING_METHODS']['decEntity'] = true;
$GLOBALS['SEP_ENCODING_METHODS']['hexEntity'] = true;
$GLOBALS['SEP_ENCODING_METHODS']['urlEncoding'] = true;
$GLOBALS['SEP_ENCODING_METHODS']['jsUnicode'] = true;
$GLOBALS['SEP_ENCODING_METHODS']['bdo'] = true;
$GLOBALS['SEP_ENCODING_METHODS']['comments'] = true;
$GLOBALS['SEP_ENCODING_METHODS']['tags'] = false;
$GLOBALS['SEP_ENCODING_METHODS']['jsLocation'] = true;
Why the plugin check this specified download link and how can i disable it for the link only and not globally to fix the issue?
Thank you in advance,
Karls
Re: [ht1080z] spambotEmailProtector error
By Jason - April 19, 2012
Hi Karls,
Does this error occur on the page that has the link, or on zip_download.php?
If you could send in a [url http://www.interactivetools.com/support]2nd Level Support Request[/url] we can look into a work around for this problem. In the request, please be sure to give us an example link that demonstrates the problem.
thanks,
Does this error occur on the page that has the link, or on zip_download.php?
If you could send in a [url http://www.interactivetools.com/support]2nd Level Support Request[/url] we can look into a work around for this problem. In the request, please be sure to give us an example link that demonstrates the problem.
thanks,
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/