Hey,
I'm having memory allocation issues using php mail function. The error is this: [Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18446744072552855720 bytes) in /home/username/public_html/mail.php on line 2]
I've setup an example script on my domain to show the error in action: http://jpmdesigns.x10host.com/mail.php
The script contains the below code only:
<?php
?>
The actual script that I'm working on and initially received the error with is here: http://test.jai-designs.com/boxtar/register.php
This only started to happen about 13 hours ago - It has been working perfectly fine for at least a month before that and I tested it quite extensively yesterday (on a couple of machines) and it was sending out mails to several addresses no problem.
Is this an issue with Free Hosting Limits or should I perhaps be posting this issue on a PHP forum elsewhere? (it does seem like a really high memory request for sending an email - the amount does vary but it always tends to be just under 1GB!)
Thanks,
Jpm.
*Edit* - added the actual error message (forgot about that!)
I'm having memory allocation issues using php mail function. The error is this: [Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18446744072552855720 bytes) in /home/username/public_html/mail.php on line 2]
I've setup an example script on my domain to show the error in action: http://jpmdesigns.x10host.com/mail.php
The script contains the below code only:
<?php
?>
The actual script that I'm working on and initially received the error with is here: http://test.jai-designs.com/boxtar/register.php
This only started to happen about 13 hours ago - It has been working perfectly fine for at least a month before that and I tested it quite extensively yesterday (on a couple of machines) and it was sending out mails to several addresses no problem.
Is this an issue with Free Hosting Limits or should I perhaps be posting this issue on a PHP forum elsewhere? (it does seem like a really high memory request for sending an email - the amount does vary but it always tends to be just under 1GB!)
Thanks,
Jpm.
*Edit* - added the actual error message (forgot about that!)
Last edited: