I am trying to get ozticket to load attachments with tickets and so far I have been unable to, this is what I have done to install osticket, I may need some info on how to get attachments working
I downloaded the latest osticket from
http://osticketcommunity.ath.cx/files/builds/osticket_community/ostcv-latest.tar.gzhttp://www.osticketcommunity.ath.cx/This is How I installed osticket
Created an ibay ticket
chown -R
www.www /home/e-smith/files/ibays/ticket/html
unpack the files into osticket ibay
Chmod config.php 777
chmod 777 /home/e-smith/files/ibays/ticket/html/config.php
Create a database in MySQL
mysql -e "create database osticketdb"
mysql -e "grant all privileges on osticketdb.* to osticket@localhost identified by 'pickapassword'"
mysql -e "flush privileges"
http://mydomain.com/ticket/setup.phpand follow the setup procedures
chmod 644 /home/e-smith/files/ibays/ticket/html/config.php
chmod 755 /home/e-smith/files/ibays/ticket/html/
chmod 755 /home/e-smith/files/ibays/ticket/html/automail.pl
all php files 644
chmod 644 /home/e-smith/files/ibays/ticket/html/*.php
I would like to create an uploads dir for attachments, these are the commands I have tested so far
/sbin/e-smith/db accounts setprop sugar PHPBaseDir /home/e-smith/files/ibays/ticket/:/uploads
/sbin/e-smith/signal-event ibay-modify ticket
expand-template /etc/httpd/conf/httpd.conf
/etc/rc.d/init.d/httpd-admin restart
none of these have worked, is there anything else I could try
Thanks, Russell