General discussion of OpenCATS

Moderators: RussH, cptr13

Forum rules: Just remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep comments directed to the topic at hand.
By dcoker
#2281
RELEASE: OpenCATS-Master as of May 10, 2016

SUMMARY: Without a "temp" directory in the opencats root, the migration import functionality available within "Settings"-->"Administration"-->"Data Import" will not work.

ISSUE: The latest "OpenCATS-Master" (as of May 10, 2016) does not contain a "temp" directory, thus causing data migration to fail.

MY SETUP:
Operating System: Linux OpenCATS 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) i686
Operating System Type: CATS thinks your operating system is UNIX.
PHP Version: 5.6.20-0+deb8u1
Database Version: MySQL 5.5.49-0+deb8u1
Installation Directory: /var/www/html/opencats

SOLUTION/FIX:
Create the directory, apply the appropriate ownership and permissions as described in the installation guide, and it'll then work fine:

As a superuser...
>mkdir /var/www/html/opencats/temp
>chown www-data:www-data /var/www/html/opencats/temp
>chown -R www-data:www-data /var/www/html/opencats/temp

The above assumes a working knowledge of *nix, sudo, etc.

Cheers,

Dave
User avatar
By RussH
#2285
Dave, if you'd like to raise this as an issue on github we'll make sure its created.

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