Sentora Support Forums
File Manager Module Error - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41)
+---- Thread: File Manager Module Error (/showthread.php?tid=4181)

Pages: 1 2


File Manager Module Error - thehosterx - 11-05-2017

Hi i was trying to install file manager module and i got this error :

Code:
zppy repo add dossierbox.cu.cc/filebox/zpp PHP Fatal error:  Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in /etc/sentora/panel/bin/zppy on line 108 Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in /etc/sentora/panel/bin/zppy on line 108

Can someone please tell me the reason because my server got enough space.


RE: File Manager Module Error - TGates - 11-05-2017

Which file manager module and from which repository? What post did you get the info from?


RE: File Manager Module Error - thehosterx - 11-05-2017

(11-05-2017, 06:51 AM)TGates Wrote: Which file manager module and from which repository? What post did you get the info from?

This module : http://forums.sentora.org/showthread.php?tid=889


RE: File Manager Module Error - TGates - 11-05-2017

Have you tried this one: http://forums.sentora.org/showthread.php?tid=2076

Net2FTP is very out dated and no longer supported.


RE: File Manager Module Error - thehosterx - 11-05-2017

(11-05-2017, 11:44 AM)TGates Wrote: Have you tried this one: http://forums.sentora.org/showthread.php?tid=2076

Net2FTP is very out dated and no longer supported.

Same  Undecided

Code:
root@cpanel:~# zppy repo add repo.alio.dk PHP Fatal error:  Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in /etc/sentora/panel/bin/zppy on line 108 Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in /etc/sentora/panel/bin/zppy on line 108



RE: File Manager Module Error - TGates - 11-06-2017

Maybe this could help:

From StackOverflow - kael: Wrote:I see my problem is a little bit different from yours, but I'll post this answer in case it helps someone else. I was using
Code:
MB
as shorthand instead of
Code:
M
when defining my memory_limit, and php was silently ignoring it. I changed it to an integer (in bytes) and the problem was solved.
My php.ini changed as follows:
Code:
memory_limit = 512MB
to
Code:
memory_limit = 536870912
. This fixed my problem. Hope it helps with someone else's! You can read up on php's shorthand here.
Good luck!
Edit
As Yaodong points out, you can just as easily use the correct shorthand, "M", instead of using byte values. I changed mine to byte values for debugging purposes and then didn't bother to change it back.


From: https://stackoverflow.com/questions/16175153/allowed-memory-size-of-262144-bytes-exhausted-tried-to-allocate-24576-bytes


RE: File Manager Module Error - thehosterx - 11-07-2017

(11-06-2017, 07:12 PM)TGates Wrote: Maybe this could help:



From: https://stackoverflow.com/questions/16175153/allowed-memory-size-of-262144-bytes-exhausted-tried-to-allocate-24576-bytes

Same


RE: File Manager Module Error - TGates - 11-07-2017

Have you customized your install in any way? Update php? What is the memory limit when you view phpinfo()?


RE: File Manager Module Error - thehosterx - 11-07-2017

(11-07-2017, 02:41 AM)TGates Wrote: Have you customized your install in any way? Update php? What is the memory limit when you view phpinfo()?

http://prntscr.com/h6zuci (Tried with MB,M and without any symbol after the numbers however same)


RE: File Manager Module Error - TGates - 11-07-2017

(11-07-2017, 04:14 AM)thehosterx Wrote: http://prntscr.com/h6zuci (Tried with MB,M and without any symbol after the numbers however same)

That does not answer my questions...
Quote:Have you customized your install in any way? Update php? What is the memory limit when you view phpinfo()?