[PHP] Cobalt RaQ XTR(slightly OT)

2001-04-03 Thread Phil Driscoll

I have a number of php4/mysql sites running from various NT boxes. I have
the opportunity to move a lot of stuff across from one of the NT boxes onto
a new Cobalt RaQ XTR. This job will have to be done in a hurry. If anyone
can prewarn me of any problems, or better still, tell me it will all run
like a dream, I'd be most grateful.

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Cobalt RaQ XTR(slightly OT)

2001-04-03 Thread Steve Werby

"Phil Driscoll" [EMAIL PROTECTED] wrote:
 I have a number of php4/mysql sites running from various NT boxes. I have
 the opportunity to move a lot of stuff across from one of the NT boxes
onto
 a new Cobalt RaQ XTR. This job will have to be done in a hurry. If anyone
 can prewarn me of any problems, or better still, tell me it will all run
 like a dream, I'd be most grateful.

I administer a few RaQs and have done a lot of work for clients with RaQs
(no XTRs yet).  You may have to go through the web files and make sure paths
are correct and you'll need to chown and chmod the files to the proper
values.  Of course you'll need to recreate entries in the MySQL 'mysql'
database.  If you're migrating any of the sites to a newer version of PHP or
from a much older version you may have some compatibility problems with some
functions and may need to go through some code.  And if the new and old
versions are configured differently (like having differences in whether
magic quotes is on/off and short PHP tags are on/off) you may have to make
some code changes.  Otherwise it should be a pretty smooth transition.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]