ERROR V3.4

hellfirereturn3252

New Member
YetiShare User
Nov 21, 2013
7
0
0
Hello

I get an error that I did not have with v3.3.
Who can help me please?

2013-12-04 19:38:32 - *** ERROR *** Array
(
[Error Msg] => Allowed memory size of 1073741824 bytes exhausted (tried to allocate 850283839 bytes)
[File] => /var/www/clients/client1/web1/web/includes/class.file.php
[Line Number] => 238
[Error Type] => E_ERROR
)
ps: sorry for my bad english. I speak french.
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

Can you send me temp access and I'll take a look for you? I'll need FTP, script admin and a url which is failing. Please send it using the contact form above and I'll take a look asap.

In addition, does it happen with every file or only large files?

Regards,
Adam.
 

hellfirereturn3252

New Member
YetiShare User
Nov 21, 2013
7
0
0
only with files larger than 5mega.
I get this error when I upload files larger than 5mega :
"ERROR: There was a server problem when attempting the upload, please try again later"

I send you temp access
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Ah it's on the upload. That's interesting, the chunked uploads kicks in for files larger than 5MB. Although your error message relates to downloading.

I'll take a look directly on your server for you...
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
I've had a look. The error was this:

Temp storage folder for chunked uploads is not writable: /var/www/clients/client1/web1/web/files/_tmp/

Even though you already had this as 755 it actually needed to be 777 on your server. I've updated it and uploads are working fine now.
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
No problem, you weren't to know. It's useful for me as I can add something in the code to better report it on screen. :)