Page 1 of 1

Add Company, Upload Company as .csv file

Posted: 21 Nov 2018, 14:04
by mustafa
HI,

I hosted the OPen Cats on our Cloud HOST VPS. Installation, Login and Features are well working.
But when I add company details using 'Add Company', it takes the data and commits., immediately the Screen turns BLUE with Modules Menu.,
Whats the problem, Please help.
Mustafa

Re: Add Company, Upload Company as .csv file

Posted: 21 Nov 2018, 16:16
by RussH
Hi Mustafa,

you appear to have this issue;
https://github.com/opencats/OpenCATS/issues/375

I assume you've installed the docker version. You can install the full version instead - or run composer on your existing install.

my basic shell script for this (as root)
Code: Select all
cd /var/www/html/opencats/
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
sudo php composer.phar install
sudo -u www-data composer update
sudo -u www-data composer install