2051
Mamba
Re: Setup 2.5.10 server to test modules
  • 2019/5/18 5:23

  • Mamba

  • Moderator

  • Posts: 11377

  • Since: 2004/4/23


I'm looking into it, but I don't have much time currently.
After next week I should have some more time...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2052
Yurdal
Re: Setup 2.5.10 server to test modules
  • 2019/5/17 13:56

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


*BUMP*



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

  • Mamba

  • Moderator

  • Posts: 11377

  • Since: 2004/4/23


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

What you should do is to first make the https://www.melitonline.org working, and then redirect the https://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



2054
Mamba
Re: NewBB Version 5 New Theme
  • 2019/5/16 9:15

  • Mamba

  • Moderator

  • Posts: 11377

  • Since: 2004/4/23


Awesome job! Thank you for sharing!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2055
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
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.
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



2056
heyula
Re: NewBB Version 5 New Theme
  • 2019/5/15 19:35

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Subject has golden download address

Download:
https://erenyumak.com/modules/themes/item.php?itemid=17



2057
Yurdal
Re: NewBB Version 5 New Theme
  • 2019/5/15 19:26

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Eren I'm sure this will be the default newbb theme for xoops, its really beautiful
Can you also share the theme ?



2058
heyula
NewBB Version 5 New Theme
  • 2019/5/15 16:53

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Hello to everyone;

I've designed a new theme for the NewBB module.

Bootsrap version 4.3

Display Pictures

Resized Image

Resized Image

Resized Image

Resized Image


Demo:
https://demo.erenyumak.com/

Download:
https://erenyumak.com/modules/themes/item.php?itemid=17



2059
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



2060
tocai
Re: I transferred my site to another server and I have a blank page
  • 2019/5/14 21:01

  • tocai

  • Just popping in

  • Posts: 32

  • Since: 2010/4/19


[Tue May 14 22:57:04 2019] [error] [client 93.47.219.137] File does not exist: /web/htdocs/www.melitonline.org/home/html/themes/melitonline_responsive/images/cover.jpg, referer: http://www.melitonline.org/html/themes/melitonline_responsive/style.css

[Tue May 14 22:57:00 2019] [error] [client 93.47.219.137] File does not exist: /web/htdocs/www.melitonline.org/home/html/themes/melitonline_responsive/images/cover.jpg, referer: http://www.melitonline.org/html/themes/melitonline_responsive/style.css

[Tue May 14 21:06:24 2019] [error] [client 125.209.235.176] File does not exist: /web/htdocs/www.melitonline.org/home/robots.txt




TopTop
« 1 ... 203 204 205 (206) 207 208 209 ... 29425 »



Login

Who's Online

201 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 201


more...

Donat-O-Meter

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

Latest GitHub Commits