11
Yurdal
Re: I transferred my site to another server and I have a blank page
  • 2019/5/15 14:58

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Quote:
Do you have custom template ? rename it and try the xoops default theme.


Try the default theme first as i mentioned before

12
Afflospark
Re: I transferred my site to another server and I have a blank page
  • 2019/5/16 8:31

  • Afflospark

  • Just popping in

  • Posts: 5

  • Since: 2019/2/2 9


No issues!
Try to troubleshoot by finding the problem.
As you see an only blank page, do the checklist one by one.
1. check the PHP version of your older server and newer one.
for that, create a new PHP file and write
<?php
phpinfo();
?>

execute the code on both servers and you will have a lot of info about both.

2. Check the config file and verify the database connection is established properly.
for that create a new PHP file and use simple database connection test code.
<?php
function OpenCon()
{
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "1234";
$db = "example";
$conn = new mysqli($dbhost, $dbuser, $dbpass,$db) or die("Connect failed: %s\n". $conn -> error);

return $conn;
}

function CloseCon($conn)
{
$conn -> close();
}
?>

I hope this will help you.
PS: don't forget to use CloudFlare to prevent server level attacks on your website (https://www.experthoot.com/protect-site-from-ddos/ )
Thanks

13
Mamba
Re: I transferred my site to another server and I have a blank page
  • 2019/5/16 9:22

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Tocai, you didn't transfer the Website properly, because when I go to:
https://www.melitonline.org
it redirects tohttps://www.melitonline.net

What you should do is to first make thehttps://www.melitonline.org working, and then redirect thehttps://www.melitonline.net to it.

You should follow the steps from this tutorial:
https://xoops.gitbook.io/xoops-2-5-9-install-upgrade/
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

228 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

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

Latest GitHub Commits