[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] InTheQ Qstore Raq4



We are trying to move our InTheQ carts from a Raq2 to a Raq4 with no
success.

First we telnet to root web on the raq2  using SU access.
Then zip the files up with,
tar cpvzf /home/sites/home/users/admin/filename.tar.gz .

This places the tar file in the admin dir and makes it simple to ftp as well
as captures all the root files.

Then telnet to the new server and into the new root web location also using
SU access.
Then we ftp to the old server and use command:
get filename.tar.gz

Exit out of ftp and do the below list of commands,

tar xpvzf filename.tar.gz
rm filename.gz
chown -R someuser:siteXXX *
chgrp siteXXX .


Once we call the /Qstore/Qadmin  up in a browser we are getting error:

"Software error:
Cannot open file ../Qfiles/Qstore.dat: File exists "



If we go directly to the store the htm files work fine of course but when
you try to add an item to the cart this error occurs.

"Software error:
Cannot open file ../Qfiles/Qproduct.dat: File exists "


Not sure where to go from here, we have tried several options with the same
results.  To me the error is strangey because it says "Cannot open file"
yet the file does exist and appears to have the correct permisssions as the
original file.

Anyone else go through this already or any ideas will be appreciated.  We
have a test cart we are using until we resolve the problem (Big Problem - 10
carts 1500 items)  so we are willing to try any sensible solution.
Thanks
Dave Wilson