11
jdseymour
Re: Need to move database

Change your virtual path to:

'http//:xxxxxxxxxx.xxx/~xxxxxxx'

Surely.

12
gecko
Re: Need to move database
  • 2006/1/26 1:55

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


Jd can you edit that so the real path is not there


thanks

13
gecko
Re: Need to move database
  • 2006/1/26 2:01

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


thanks and no it didn't work

will post when i hear from webhost they are checking it out now

14
gecko
Re: Need to move database
  • 2006/1/26 2:15

  • gecko

  • Not too shy to talk

  • Posts: 152

  • Since: 2004/10/11


OK

Turns out i am stupid

define('XOOPS_URL', 'http//:mydomain.com/patsy');

the url was invalid due to the "http//: " bit being miss typed.

that should have been
define('XOOPS_URL', 'http://mydomain.com/patsy');

Im now off to shoot my other foot

15
jdseymour
Re: Need to move database

Well I did not catch it either.