Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
#3925
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
#3928
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

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me