Author Topic: Trouble with upload Documents  (Read 1832 times)

Toberius

  • Newbie
  • *
  • Posts: 2
    • View Profile
Trouble with upload Documents
« on: October 18, 2012, 12:56:03 pm »
I install fengoffice_2.2.0rc.zip.

Add change at php.ini file:
max_execution_time = 600
post_max_size = 30M
upload_max_filesize = 30M
memory_limit=64

When I wanted to upload document saw this error: Missing lang.js information: Error 500: Internal server error.

MySQL log type this:
[Fri Oct 19 00:20:45 2012] [error] [client xxxxxxx] PHP Fatal error:  Call to undefined function hash_file() in application/models/project_files/ProjectFile.class.php on line 353, referer:




jirib

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Trouble with upload Documents
« Reply #1 on: October 19, 2012, 08:33:02 am »
No idea but can PHP write to upload directory? Check its permission so PHP (if standalone process or webserver when using mod_php) can write there.