1
luciano
Blanck page after move.... tried it al
  • 2005/6/10 8:24

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


Hi,

Made a copy of my XOOPS dir, moved it to my new server. did an export of my database and imported it into my new one. Changed mainfile.php and got a blank page.

Of course I started reading the FAQ's and some posts on this issue. I think I tried it all.

It must be an mainfile problem but I don't see it. Could it be a physical path thing?

// XOOPS Physical Path
    // Physical path to your main XOOPS directory WITHOUT trailing slash
    
define('XOOPS_ROOT_PATH''var/www/html/poink.be');

    
// XOOPS Virtual Path (URL)
    // Virtual path to your main XOOPS directory WITHOUT trailing slash
    
define('XOOPS_URL''http://xxx.xx.xx.xxx/poink.be');

    
// Database
    // Choose the database to be used
    
define('XOOPS_DB_TYPE''mysql');


Desperate me

2
jdseymour
Re: Blanck page after move.... tried it al

Have you cleared the template_c and cache folders. Sometimes these will still point to the old information in mainfile.php.

3
Herko
Re: Blanck page after move.... tried it al
  • 2005/6/10 8:28

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


have you tried
define('XOOPS_ROOT_PATH', '/var/www/html/poink.be');

Herko

4
luciano
Re: Blanck page after move.... tried it al
  • 2005/6/10 8:30

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


Cleared cache, cleared templates_ and tried /var...

5
jdseymour
Re: Blanck page after move.... tried it al

Is "poink.be" a subdirectory? Or is your XOOPS in the "HTML" folder?

6
luciano
Re: Blanck page after move.... tried it al
  • 2005/6/10 8:38

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


Poink is in the HTML folder. I removed the poink.be: didn't help. I really think that I tried everything.

7
jdseymour
Re: Blanck page after move.... tried it al

Well if poink.be is a folder that your XOOPS install resides it should be listed, if not then it should not and your virtual path would be www.yoursite.com not www.yoursite.com/poink.be.

Also as far as the path, did you obtain that from your host?
Just asking because I have seen some use the example in the faq without actually getting the path from their host.

8
Herko
Re: Blanck page after move.... tried it al
  • 2005/6/10 8:52

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


One thing that works for me is to create a test.php file with nothing more then

<?php
phpinfo();
?>

Call that, and you'll see all the environment information. Under the Apache Environment you'll find an entry called SCRIPT_FILENAME. That's where you can find the full physical path to the script.

Herko

9
luciano
Re: Blanck page after move.... tried it al
  • 2005/6/10 12:19

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


Thanks for the help guys but:

This is what I got from the phpinfo:

SCRIPT_URL /poink.be/testphp.php
SCRIPT_URIhttp://ns1.webclub.com/poink.be/testphp.php
SITE_ROOT /home/virtual/site1/fst
SITE_HTMLROOT /home/virtual/site1/fst/var/www/html

Tried everything, even the full site_htmlroot. I removed /poink.be after the ip... Still no result. Everything remains blank.

Can it be that there is no connection with the database?

10
luciano
Re: Blanck page after move.... tried it al
  • 2005/6/10 12:20

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


page source gives me:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML>

Login

Who's Online

245 user(s) are online (174 user(s) are browsing Support Forums)


Members: 0


Guests: 245


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