Forums | Mahara Community

Support /
uploadmanager.php problem


icx rix's profile picture
Posts: 2

11 March 2014, 11:10

I succesfully installed Mahara via Softaculous amd frontend works. But, if I try to login as administrator I got error:

Fatal error: require_once() [function.require]: Failed opening required 'uploadmanager.php' (include_path='/home/mixwebin/public_html/profesori/profesori/lib/:/home/mixwebin/public_html/profesori/profesori/lib/pear/:.:/usr/lib/php:/usr/local/lib/php') in /home/mixwebin/public_html/profesori/profesori/import/file/lib.php on line 14

I noticed that folder lib misses file:

uploadmanager.php

Then, I upload it manualy, but soon, it dissapears ! No matter how many times I repeat it. I can upload any other file and it`s OK. Only uploadmanager.php dissapears.

I`m using shared hosting with cPanel and its file manager.

icx rix's profile picture
Posts: 2

13 March 2014, 23:17

My hosting provider helped me with this. Server treats this code as malicious and automaticly delete it. 2 lines are problematic:

 

$returncodes[59] = 'Can\'t get information about current user from /etc/passwd.';
$returncodes[60] = 'Can\'t get information about user \'clamav\' (default name) from /etc/passwd.';

 

After deleting this lines, everything is ok.

2 results