Category Archives

April 2017
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

Updated code for PHP 7.0

It did turn out that mysql_connect and several other functions were deprecated between PHP 5.6 and PHP 7.0. I’ve gone through my scripts and updated them to use the new APIs that are supported by PHP 7.0 and reset the default back to PHP 7.0. Things seem to be working okay so far, and supposedly […]

Product List back up, for now.

After trying several new PHP plugins I still didn’t have any luck in getting the Product List and the Recent Releases list working. I had tracked things down to the point that it would hang up with it hit the $connection = mysql_connect($host,$user,$password) or die (“couldn’t connect to server”); portion of the script. Eventually I […]

Product List down

The trusty Plug-in that allows execution of Php code in my pages has failed, and in fact, took down the entire site for a few days. It’s been disabled, but that means that the Product List and several other features won’t work until I have time to find a replacement, since it doesn’t seem to […]