This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

File Manager Module Error
#6
RE: File Manager Module Error
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/1617...4576-bytes
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Messages In This Thread
File Manager Module Error - by thehosterx - 11-05-2017, 05:14 AM
RE: File Manager Module Error - by TGates - 11-05-2017, 06:51 AM
RE: File Manager Module Error - by thehosterx - 11-05-2017, 07:15 AM
RE: File Manager Module Error - by TGates - 11-05-2017, 11:44 AM
RE: File Manager Module Error - by thehosterx - 11-05-2017, 12:42 PM
RE: File Manager Module Error - by TGates - 11-06-2017, 07:12 PM
RE: File Manager Module Error - by thehosterx - 11-07-2017, 01:14 AM
RE: File Manager Module Error - by TGates - 11-07-2017, 02:41 AM
RE: File Manager Module Error - by thehosterx - 11-07-2017, 04:14 AM
RE: File Manager Module Error - by TGates - 11-07-2017, 04:33 AM
RE: File Manager Module Error - by thehosterx - 11-07-2017, 04:46 AM
RE: File Manager Module Error - by TGates - 11-07-2017, 06:01 AM
RE: File Manager Module Error - by Me.B - 11-07-2017, 08:11 AM
RE: File Manager Module Error - by thehosterx - 11-07-2017, 08:39 AM
RE: File Manager Module Error - by thehosterx - 11-18-2017, 04:36 AM
RE: File Manager Module Error - by TGates - 11-19-2017, 02:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[Request] BoxBilling api module. cyber1995 4 12 ,053 10-23-2021, 05:29 AM
Last Post: sparkrack
Module Repo Beta Chris L 3 6 ,194 08-13-2021, 02:32 AM
Last Post: Chris L
Cloud module repo spoonman 0 2 ,225 02-28-2021, 01:34 AM
Last Post: spoonman

Forum Jump:


Users browsing this thread: 1 Guest(s)