Author Topic: Problem after update to 1.7.4  (Read 3862 times)

winhex

  • Freshman
  • *
  • Posts: 12
    • View Profile
Problem after update to 1.7.4
« on: May 30, 2011, 04:43:35 am »
Hi all, I update FengOffice from 1.7.3 to 1.7.4 version, and i have few problems:
1. after logging in Feng I always get the message:
Quote
"New version: New version of Feng Office is available. More details."
2. No one can save documents. When you save a document the user receives an error:
Quote
Error: An error occurred while saving the document
:(
Help me please to resolve this problems.


mmccarn

  • Freshman
  • *
  • Posts: 33
    • View Profile
Re: Problem after update to 1.7.4
« Reply #1 on: May 30, 2011, 09:06:48 am »
Try the debugging suggestions in the wiki, and see if there's anything useful in the log file.

winhex

  • Freshman
  • *
  • Posts: 12
    • View Profile
Re: Problem after update to 1.7.4
« Reply #2 on: May 31, 2011, 03:34:13 am »
Thank, mmccarn
I enable debugging and receive next error in log:

Code: [Select]
Session "default" started at 2011-05-31T06:21:15+0000
#1 ERROR: Error: fopen(/var/www/virtual/fo.dst.by/tmp/1592801210) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in '/var/www/virtual/fo.dst.by/application/controllers/FilesController.class.php' on line 723 (error code: 2)
#2 ERROR: Error: fputs(): supplied argument is not a valid stream resource in '/var/www/virtual/fo.dst.by/application/controllers/FilesController.class.php' on line 724 (error code: 2)
#3 ERROR: Error: fclose(): supplied argument is not a valid stream resource in '/var/www/virtual/fo.dst.by/application/controllers/FilesController.class.php' on line 725 (error code: 2)
#4 ERROR: Error: unlink(/var/www/virtual/fo.dst.by/tmp/1592801210) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in '/var/www/virtual/fo.dst.by/application/controllers/FilesController.class.php' on line 748 (error code: 2)
Time since start: 0.19774985313416 seconds
Who has ideas?
« Last Edit: June 01, 2011, 03:32:25 am by winhex »

winhex

  • Freshman
  • *
  • Posts: 12
    • View Profile
Re: Problem after update to 1.7.4
« Reply #3 on: June 02, 2011, 03:38:24 am »
bump
 ???

mmccarn

  • Freshman
  • *
  • Posts: 33
    • View Profile
Re: Problem after update to 1.7.4
« Reply #4 on: June 02, 2011, 09:23:03 am »
Check your system's permissions for /var/www/virtual/fo.dst.by/tmp/:

- The account used to run the web server process needs read/write access to /var/www/virtual/fo.dst.by/tmp/

and/or

- the PHP "open_basedir" variable needs to include /var/www/virtual/fo.dst.by/tmp/


moorezilla

  • Freshman
  • *
  • Posts: 26
    • View Profile
    • Email
Re: Problem after update to 1.7.4
« Reply #5 on: June 02, 2011, 09:37:10 am »
Looks like it might be a file/directory permissions problem or an upload problem (in that perhaps not all files for the upgrade uploaded or overwrote the existing files). You could try chmod'ing it open a little more or uploading the files again.