Koozali.org: home of the SME Server

Phreebooks install (accounting/ERP package)

Offline Charles2008

  • *
  • 174
  • +0/-0
Re: Phreebooks install (accounting/ERP package)
« Reply #60 on: January 07, 2013, 09:36:52 PM »
I have consulted with the Phreedom forum and as a result have reinstalled Phreedom. I still however have a (shorter)  list of the same problems.
- can't save added dashboard boxes
- can't 'print' reports to html, .pdf,
- no additional data field is created in the Sales Order when  'drop ship'  is selected.
- cannot create a stock item - I can fill in the first page, but it won't progress to the details page
- In the General Journal entry the input boxes are missing

Now, as things stand, I have created and edited a 'custom-template' and introduced a /tmp directory into the ibay html directory e.g. bookkeeping/html/tmp. I have modified ownership and permissions.
These are the relevant lines from /etc/httpd/conf/httpd.conf :

Code: [Select]
#------------------------------------------------------------
# bookkeeping ibay directories (accounting)
#------------------------------------------------------------

<Directory /home/e-smith/files/ibays/bookkeeping/html>
    Options None
    Options +Indexes
    Options +Includes
    AllowOverride None
    order deny,allow
    deny from all
    allow from 127.0.0.1 192.168.0.0/255.255.255.0
</Directory>

Code: [Select]
<Directory /home/e-smith/files/ibays/bookkeeping/html>
    AddType application/x-httpd-php .php .php3 .phtml
    AddType application/x-httpd-php-source .phps
    php_admin_value open_basedir /home/e-smith/files/ibays/bookkeeping/html/:/tmp            <-------------------
    php_admin_value upload_tmp_dir /home/e-smith/files/ibays/bookkeeping/tmp                   <-------------------
</Directory>

Before I spend more hours trying to straighten out my install, it would be nice to be sure that I am no longer suffering from the open_basedir - /tmp related issue.

Is it possible to tell from the two (arrow indicated) lines in my httpd.conf file if I now have the correct configuration for my bookkeeping/html/tmp directory?
All advice much appreciated.
Charles

Offline Charles2008

  • *
  • 174
  • +0/-0
Re: Phreebooks install (accounting/ERP package)
« Reply #61 on: January 09, 2013, 10:03:19 PM »
Good news - after having reinstalled Phreedom a couple of times from my original Phreedom.zip file, I have deleted the ibay, recreated it, and reinstalled Phreedom from a fresh download. It now works as I would have expected. Somehow in the process of getting the contents of the zip file into the final ibay directory, something got corrupted.

I really like the control one gets over an ibay install. It is very reassuring.

Thank you to RequestedDeletion, Mary, johnp and Stefano for being so patient and helpful. I certainly got my lesson in the 'PHPBaseDir restriction'.
Charles