1
neotdlf
changing to another host
  • 2004/2/19 20:56

  • neotdlf

  • Just popping in

  • Posts: 6

  • Since: 2004/2/19


im changing to another host so i have copied the total site
to the new host. Ive changed mainfile en uploaded the db to the new MySQL server. only think ive changed is the name of the db what ive also changed in mainfile and the home dir in the mainfile. The problem now is that the page isnt showing up. Only a blank page without any information whats wrong with it.

Anyone that can help
page url ishttp://bhdnl.neo.thespotteddog.ca/

2
davidl2
Re: changing to another host
  • 2004/2/19 22:03

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


I would guess that you need to CHMOD the relevent files to make them executable.

Someone a little more intelligent than I can probably explain what needs to be changed :)

3
irmtfan
Re: changing to another host
  • 2004/2/19 22:37

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


sure u connect to database but this blank page is php debug or MySQL debug.

u must turn php debug on & write error to this topic

go to this topic for more info

admin blank

4
neotdlf
Re: changing to another host
  • 2004/2/19 22:47

  • neotdlf

  • Just popping in

  • Posts: 6

  • Since: 2004/2/19


Tnx Allot

ok did that now weve got something. but i dont understand the output what the site gives me now.

5
irmtfan
Re: changing to another host
  • 2004/2/19 23:03

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


u must active php debug from your database
i copy that post:

Quote:
go to your database with phpmyadmin for example then go to xoops_config table & Browse table then Edit Debug_mode row & set conf_value to 1 & Save finally. php debug is on now



6
neotdlf
Re: changing to another host
  • 2004/2/20 4:26

  • neotdlf

  • Just popping in

  • Posts: 6

  • Since: 2004/2/19


Yes sorry about that. I did that immidiatly when you said that but after a few mins i thought that i could fix it.
so i did it again now so you can see the error

7
neotdlf
Re: changing to another host
  • 2004/2/20 19:12

  • neotdlf

  • Just popping in

  • Posts: 6

  • Since: 2004/2/19


so nobody that can help me with this?

8
irmtfan
Re: changing to another host
  • 2004/2/20 22:26

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Quote:
Fatal error: Call to a member function on a non-object in /home/neo/public_html/bhdnl/index.php on line 18


i think this is a problem in Module for your start page.
but im not sure about it any one can explain?

go to your database choose xoops_config table Browse it and then Edit startpage row and set conf_value to --

then your start page is none module & i think solve your problem

9
neotdlf
Re: changing to another host
  • 2004/2/21 1:35

  • neotdlf

  • Just popping in

  • Posts: 6

  • Since: 2004/2/19


INSERT INTO `xoops_config` VALUES (4, 0, 1, 'startpage', '_MD_AM_STARTPAGE', '--', '_MD_AM_STARTPAGEDSC', 'startpage', 'other', 6);

where do i have to change it?

10
m0nty
Re: changing to another host
  • 2004/2/21 14:22

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


use this command in MySQL this will set to no startpage, basically the default none setting..

UPDATE `xoops_config` SET `conf_value` = '' WHERE `conf_id` = '4' LIMIT 1 ;

or u could enter any module startpage by using the module name.. for example >

UPDATE `xoops_config` SET `conf_value` = 'news' WHERE `conf_id` = '4' LIMIT 1 ;

or UPDATE `xoops_config` SET `conf_value` = 'mydownloads' WHERE `conf_id` = '4' LIMIT 1 ;


Login

Who's Online

237 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 237


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits