Upload Error (any size file)

robertdcbrown3292

New Member
YetiShare User
Dec 3, 2013
7
0
0
Just finished a clean install, most likely a permissions issue, but I am not sure.
Error Log Below

Thank you in advance!

edit - I'm using 3.4 BTW :D

===========================================================
2013-12-04 20:21:20 - *** ERROR *** Array
(
[Error Msg] => Call to undefined function array_replace_recursive()
[File] => /home/cramit/cramit.net/includes/class.uploader.php
[Line Number] => 41
[Error Type] => E_ERROR
)
 

Attachments

robertdcbrown3292

New Member
YetiShare User
Dec 3, 2013
7
0
0
I saw this in another thread
Temp storage folder for chunked uploads is not writable: /var/www/clients/client1/web1/web/files/_tmp/
However, I don't have root access to my server (shared hosting for now)
Can I set the tmp variable to a new directory?
for example
/home/[username]/cramit.net/temp
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Just look for this via FTP:

/home/[username]/cramit.net/files/_tmp/

Assuming /home/[username]/cramit.net/ is the root of your site.
 

robertdcbrown3292

New Member
YetiShare User
Dec 3, 2013
7
0
0
That directory is created and (777), I am still having same issue.
Took a look through class.uploader.php and all variables seem correct.

Thanks for the quick replies!
 

adam

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

Can you forward me access via FTP + the script admin and I'll take a look? You can send it via the contact link at the top of this page.

Thanks,
Adam.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I've just sent you an email. For anyone else, this was due to a core PHP function used in the script which isn't available pre PHP 5.3. I've added a replacement to the code which should fix it.