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 :
#------------------------------------------------------------
# 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>
<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