Just to make sure that we are talking about the same thing: After editing a contact's note, I hit 'save' to attach it, but it gets never attached it just endless says: "Upload status uploading..."
Yesterday I've tried to get it running on a virtual machine, using a fresh installed and fully upgraded centos5.3-x86-64. Having the rpmforge repository enabled, I've installed epesiBIM this way:
yum -y install httpd php mysql mysql-server php-mysql php-gd php-xml
edit php.ini and change the following line from default 16 MB to something higher - 32MB or more if possible:
memory_limit = 32MB
/sbin/chkconfig httpd on
/sbin/chkconfig mysqld on
/sbin/service httpd start
/sbin/service mysqld start
svn co https://epesi.svn.sourceforge.net/svnroot/epesi/trunk contacts
chown -R apache:apache contacts
mysqladmin -u root password 'new-password'
mysql -u root -p
mysql> create user 'epesi'@'localhost' identified by 'password';
mysql> grant lock tables, delete, update, select, drop, alter, insert, create on epesi.* to 'epesi'@'localhost' identified by 'password';
mysql> quit
Start the setup via firefox:
http://server/contacts