my site is down - throwing a "Fatal error" - server xo3

Status
Not open for further replies.

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
a PHP script that has had NO issues from Oct 30, 2014 - started throwing this error today
[ Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18446744071878668619 bytes) in... ]

this test PHP script
PHP:
<?php
error_reporting(E_ALL);

$to = "(Email address in my account)";
$subject = "Propagation Checker";
$txt = "DNS lookup to check a domain";
$headers = "From: " . $to . "\r\n";

if (mail($to,$subject,$txt,$headers))
  {
    print "Sent<br>\n";
  }
  else
    {
      print "Error<br>\n";
    }
?>
throws this error:
[ Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18446744071878668595 bytes) in... ]
 

jpmdesi2

New Member
Messages
10
Reaction score
0
Points
1
I hope this gets some attention soon otherwise I'll need to switch web host provider.
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
now my server [ xo3 ] is down...

my ChromeOS browser throws:
This webpage is not available


ERR_CONNECTION_REFUSED
 

jpmdesi2

New Member
Messages
10
Reaction score
0
Points
1
There's defo still a fatal error occurring when trying to send mail; However, I do receive a 403 forbidden error when trying to access your link, bdistler.
 

discussh

New Member
Messages
29
Reaction score
3
Points
3
But i wasn't trying to send an email lool ? I was trying to send a private message on forums :/
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Looks like that link provided is still having the same memory allocation error.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

This issue has now been resolved. Thank you to everyone who reported this. :)

Thank you,
 
Status
Not open for further replies.
Top