Memory error

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
juicy76
Posts: 2
Joined: Mon Jul 15, 2013 8:32 pm

Memory error

Post by juicy76 »

Hello,

I'm having some problem with my TE3 script.

This is what we see in te3 error log file: ( I changed my domain name to domain.com for this post... )

[19-Nov-2017 17:15:14 GMT] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in /home/domain.com/te3/admin/classes/line.php on line 89
[19-Nov-2017 17:18:12 Etc/UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 301 bytes) in /home/domain.com/te3/admin/classes/line.php on line 89
[19-Nov-2017 17:18:24 GMT] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 384 bytes) in /home/domain.com/te3/admin/classes/line.php on line 89
[19-Nov-2017 17:19:03 Etc/UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 394 bytes) in /home/domain.com/te3/admin/classes/line.php on line 89
[19-Nov-2017 17:20:36 Etc/UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 363 bytes) in /home/domain.com/te3/admin/classes/line.php on line 89
[19-Nov-2017 17:21:31 Etc/UTC] PHP Notice: Undefined property: netstats::$good_in_perc in /home/domain.com/te3/admin/sites.php on line 759
[19-Nov-2017 17:21:31 Etc/UTC] PHP Notice: Undefined property: netstats::$normal_in_perc in /home/domain.com/te3a/dmin/sites.php on line 759
[19-Nov-2017 17:21:31 Etc/UTC] PHP Notice: Undefined property: netstats::$bad_in_perc in /home/domain.com/te3/admin/sites.php on line 759
[19-Nov-2017 17:21:31 Etc/UTC] PHP Notice: Undefined property: netstats::$good_in_perc in /home/domain.com/te3/admin/sites.php on line 760
[19-Nov-2017 17:21:31 Etc/UTC] PHP Notice: Undefined property: netstats::$normal_in_perc in /home/domain.com/te3/admin/sites.php on line 761

After that, I wrote to my host and they extended memory_limit size to 1024M

and we still get the same problem.

THis is the last msg I got from my support:

I checked all server settings and sure that memory_limit=1024M.
root@DS2309:~ # php -i | grep memory_limit
memory_limit => 1024M => 1024M

But error still present.
[19-Nov-2017 19:06:08 Etc/UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 437 bytes) in /home/domain.com/te3/admin/classes/line.php on line 89
And in this error memory_limit still 512M.
Clarify on script developer maybe this value hardcoded in php code because script files are encoded by ioncube.

Can someone help me solve this problem? Why I'm getting this and what can be done?

Regards

Juicy
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Memory error

Post by texpert »

Hello juicy76,

can you send me TE3 login details i think in.php cannot run cron.php that's why your logs don't get processed and therefore your memory is exhausted, plese PM or ICQ me your login details so i can take a look.


Regards,
Alex
Post Reply