Adventure Game Studio

Associated Sites => Reality-on-the-Norm => Topic started by: Peder 🚀 on Fri 19/01/2018 23:50:22

Title: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: Peder 🚀 on Fri 19/01/2018 23:50:22
Hey guys, we just did a server upgrade today also pushing the PHP version to 7.0, however the mysql_ extension is removed in this version.
This is causing the website not to load, you'll have to upgrade the code to use http://php.net/manual/en/book.mysqli.php or http://php.net/manual/en/ref.pdo-mysql.php

I'd be willing to help out if needed.


- Peder
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: Cassiebsg on Sat 20/01/2018 21:51:58
I noticed the upgrade in progress... Which site is not loading? The forum seems to load fine now and the Site for the DB seems to load fine too...
is there another site I'm not aware of?
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: Peder 🚀 on Sun 21/01/2018 02:00:40
The RON site Cassiebsg ;)
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: Cassiebsg on Sun 21/01/2018 02:35:11
Ah sorry... I never actually look where the topic is located... (roll)
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: Renegade Implementor on Tue 23/01/2018 05:44:09
The RoN site is back up.  If there are any errors or dead links, please let me know.
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: arj0n on Wed 24/01/2018 13:01:42
Nice job, team!

Quote from: Renegade Implementor on Tue 23/01/2018 05:44:09
If there are any errors or dead links, please let me know.

Here's a couple of 404's:

Page: http://www.realityonthenorm.info/about.php
Section: Below the Question 'There seems to be a lot of characters, just how many are there?',
link 'Cast Line-up of RON'
issue: leads to a 404 Not Found
link URL: http://www.realityonthenorm.info/images/misc/20141206-roncast.png

Page: http://www.realityonthenorm.info/character.php?id=70
link: 'Download character files'
issue: leads to a 404 Not Found
link URL: http://www.realityonthenorm.info/downloads/characters/omni_kitten.zip

Page: http://www.realityonthenorm.info/game.php?id=101
link: 'The original version can be downloaded HERE.'
issue: leads to a 404 Not Found
link URL: http://www.realityonthenorm.info/downloads/games/rondos/r-ron-dos.zip

Page: http://www.realityonthenorm.info/news.php?month=5&year=2004
Section: 'Demos, news and happiness'
link 'Check HERE for a demo of "Retaliation" by EGAMEACE.'
issue: leads to a 404 Not Found
link URL: http://www.realityonthenorm.info/downloads/demos/RonRetaliationDemo.Zip

Page: http://www.realityonthenorm.info/resources.php
Section: Banner/Header text
Link: 'If you ever need anything else for your game head over to the forums where there are people who can lend a hand.'
issue: leads to a 404 Not Found
link URL: http://www.realityonthenorm.info/forums/
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: bumblearse on Fri 26/01/2018 01:34:49
Thanks for the note - we can check that out. :-)
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: Renegade Implementor on Fri 26/01/2018 04:42:11
Quote from: arj0n on Wed 24/01/2018 13:01:42
Nice job, team!

Here's a couple of 404's:

Page: http://www.realityonthenorm.info/about.php
Section: Below the Question 'There seems to be a lot of characters, just how many are there?',
link 'Cast Line-up of RON'
issue: leads to a 404 Not Found

Fixed!

Quote
Page: http://www.realityonthenorm.info/character.php?id=70
link: 'Download character files'
issue: leads to a 404 Not Found

Fixed!

Quote
Page: http://www.realityonthenorm.info/game.php?id=101
link: 'The original version can be downloaded HERE.'
issue: leads to a 404 Not Found

Fixed!

Quote
Page: http://www.realityonthenorm.info/news.php?month=5&year=2004
Section: 'Demos, news and happiness'
link 'Check HERE for a demo of "Retaliation" by EGAMEACE.'
issue: leads to a 404 Not Found

That news entry was from 2004 and the demo became the final release & is downloadable from the games section (page 6).

Quote
Page: http://www.realityonthenorm.info/resources.php
Section: Banner/Header text
Link: 'If you ever need anything else for your game head over to the forums where there are people who can lend a hand.'
issue: leads to a 404 Not Found

edit: fixed
Title: Re: Server upgraded & now using PHP 7.0, mysql_ extension deprecated..
Post by: arj0n on Mon 05/02/2018 19:05:48
Cools!