| View previous topic :: View next topic |
| Author |
Message |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
Posted: Thu Nov 05, 2020 1:28 am Post subject: AVICC Maintenance |
|
|
AVICC will be down for a bit (hopefully not long) while it gets updated to support PHP 7 (it uses MySQL, which has been removed and replaced with MySQLi apparently, requiring the code to be updated
If you have a Bid Request etc, email it or PM it till AVICC is back to normal
Thanks! _________________ New for 2025! The CPU Shack has a co-processor!
Visit The CPU Shack of microprocessor history and information. |
|
| Back to top |
|
 |
vmr_

Joined: 01 Sep 2018 Posts: 530 Location: Ireland
|
Posted: Fri Nov 06, 2020 5:10 pm Post subject: |
|
|
| Thanks 👍 |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
Posted: Tue Nov 10, 2020 12:12 pm Post subject: |
|
|
An update on this:
SQL migration is mostly complete (MySQL to MySQLi)
PHP 7.4 is also very strict on NULL/Blank values so having to update a lot of code for that too _________________ New for 2025! The CPU Shack has a co-processor!
Visit The CPU Shack of microprocessor history and information. |
|
| Back to top |
|
 |
cvandijk
Joined: 21 Jul 2016 Posts: 3589 Location: Netherlands
|
Posted: Tue Nov 10, 2020 12:16 pm Post subject: |
|
|
| CPUShack wrote: | An update on this:
SQL migration is mostly complete (MySQL to MySQLi)
PHP 7.4 is also very strict on NULL/Blank values so having to update a lot of code for that too |
Welcome to a more modern world.
I needed to support some PHP applications on my previous job, always hated those implicit conversions. |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
Posted: Tue Nov 10, 2020 12:29 pm Post subject: |
|
|
| cvandijk wrote: | | CPUShack wrote: | An update on this:
SQL migration is mostly complete (MySQL to MySQLi)
PHP 7.4 is also very strict on NULL/Blank values so having to update a lot of code for that too |
Welcome to a more modern world.
I needed to support some PHP applications on my previous job, always hated those implicit conversions. |
haha yah it needs to be done for sure (and it make the code more readable)
AVICC was originally built over a decade ago, kinda crazy. _________________ New for 2025! The CPU Shack has a co-processor!
Visit The CPU Shack of microprocessor history and information. |
|
| Back to top |
|
 |
vmr_

Joined: 01 Sep 2018 Posts: 530 Location: Ireland
|
Posted: Tue Nov 10, 2020 12:32 pm Post subject: |
|
|
| 10 years? Good ROI then 👍😁 |
|
| Back to top |
|
 |
Mixeur

Joined: 06 Jan 2005 Posts: 4038 Location: Sochaux, France
|
Posted: Tue Nov 10, 2020 2:23 pm Post subject: |
|
|
Most of my site was made more than 16 years ago, on PHP4 and I learnt PHP in sametime than I coded it... When changing provider I had to change many things just to fullfill PHP5 requirements, which is the minimum allowed by the provider.
I already know that switching to PHP7 will be a nightmare, not only because of MySQLi but also because of the ereg_replace deletion which I use a lot !
I hope you will make the change quicker for AVICC than I would for my my site... _________________ Register on x86-guide.net to manage and share your collection on-line !
Need to find a x86 ? Go to http://www.x86-guide.net ! Over 12000 chips listed ! |
|
| Back to top |
|
 |
debs3759

Joined: 18 Jan 2006 Posts: 9477 Location: Northampton, Divided Kingdom
|
Posted: Tue Nov 10, 2020 2:39 pm Post subject: |
|
|
If I create another website, it'll probably be coded in HTML 3 or 4, so it can be accessed on retro computers. And because I feel too old to delve into PHP and mySQL  _________________ My graphics card database can be found at http://www.gpuzoo.com.
I can resist anything except temptation.
Debs |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
Posted: Tue Nov 10, 2020 3:20 pm Post subject: |
|
|
| Mixeur wrote: | Most of my site was made more than 16 years ago, on PHP4 and I learnt PHP in sametime than I coded it... When changing provider I had to change many things just to fullfill PHP5 requirements, which is the minimum allowed by the provider.
I already know that switching to PHP7 will be a nightmare, not only because of MySQLi but also because of the ereg_replace deletion which I use a lot !
I hope you will make the change quicker for AVICC than I would for my my site... |
haha yah, my host removed PHP5 without notice (they did say it was going to happen sometime this year lol) so I didn't have a great chance to plan for it, thus AVICC going down without a ton of notice for everyone. _________________ New for 2025! The CPU Shack has a co-processor!
Visit The CPU Shack of microprocessor history and information. |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
|
| Back to top |
|
 |
CHips

Joined: 01 May 2016 Posts: 834 Location: Switzerland
|
Posted: Wed Nov 11, 2020 8:46 pm Post subject: |
|
|
A few warnings appear in Bid Assist
Warning: Use of undefined constant add - assumed 'add' (this will throw an Error in a future version of PHP
...
Looks like the code will need another update for Php 8 :p ! _________________ Stelo.xyz Museum (CPU Collection and more) |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
Posted: Thu Nov 12, 2020 3:18 am Post subject: |
|
|
| CHips wrote: | A few warnings appear in Bid Assist
Warning: Use of undefined constant add - assumed 'add' (this will throw an Error in a future version of PHP
...
Looks like the code will need another update for Php 8 :p ! |
LOLOL yah
fixed _________________ New for 2025! The CPU Shack has a co-processor!
Visit The CPU Shack of microprocessor history and information. |
|
| Back to top |
|
 |
cvandijk
Joined: 21 Jul 2016 Posts: 3589 Location: Netherlands
|
Posted: Wed Dec 23, 2020 4:58 pm Post subject: |
|
|
| Anything wrong with your DNS or something? Is seems that no DNS can resolve the IP address. |
|
| Back to top |
|
 |
Neon

Joined: 04 Feb 2008 Posts: 1512 Location: Dallas, Texas, USA
|
Posted: Wed Dec 23, 2020 10:19 pm Post subject: |
|
|
I have trouble accessing the site using Google Public DNS, but OpenDNS is working.
208.67.222.222 and 208.67.220.220 |
|
| Back to top |
|
 |
CPUShack

Joined: 16 Jun 2003 Posts: 34259 Location: State of Jefferson, USA
|
|
| Back to top |
|
 |
|