Changes between Initial Version and Version 12 of Ticket #11125


Ignore:
Timestamp:
May 29, 2013, 2:55:22 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11125 – Description

    initial v12  
    11Hello I've installed everything but I got the error:
     2{{{
    23Warning: HTML preview using DocRenderer failed (OSError: [Errno 13] Permission denied)
     4}}}
    35
    46I tried:
     7{{{
     8#!sh
    59chown -R apache:apache /usr/local/bin/ooextract.py
    610chmod -R g+w /usr/local/bin/ooextract.py
     11}}}
    712
    813but no success
    914
    1015soffice is running:
     16{{{
    11174 S     0 24990     1  2  80   0 - 168206 poll_s pts/0   00:00:00 soffice.bin
     18}}}
    1219
    1320from the path:
     21{{{
     22#!sh
    1423SOFFICE_PATH="/opt/libreoffice4.0/program/soffice.bin"
     24}}}