Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
$error_msg = error_get_last();
$error_msg = $error_msg["message"];
mflorell wrote:Looks like you're using PHP 5.3.3, which was released 12 years ago. I don't think we have any clients running a version that old that we can test on, but it looks like if you just comment out line 48152 in admin.php it might work. If not, I would strongly suggest upgrading PHP on your system since that version has several serious security issues that have been fixed in more recent versions of PHP.
williamconley wrote:Since you're on VMware ... you should know that you can install a Fresh New ViciBox on a new VPS (test the ability to dial through your carriers in autodial mode so you KNOW this server works). Screen shot the admin->system settings and admin->servers (select this server). We've even been known to dump the tables for those two records so we can put them back after bringing in the DB rather than making manual changes. Or just Make a backup of the DB. Just in case.
Then copy the DB from your old server to your new server and upgrade the DB to the latest db schema (with instructions in /usr/src/astguiclient/trunk/UPGRADE). Note that I prefer to delete all the lines that have already been run. EG: If the DB Schema in the old system is 2552, delete all the .sql commands before the one that changes the DB schema to 2552. Every other line in the upgrade file is an "upgrade db schema" line, so they are easy to find/follow/delete. So when you upgrade, you only upgrade from the previous schema to the end of the last upgrade file.
At that point you'll likely need to make a few changes to admin->system settings and admin->servers (select your server) from your screen shots, but you'll end up with a brand new server that does not have issues with deprecated functions and NO danger to the original server at all.
copy the DB from your old server to your new server
Users browsing this forum: Google [Bot] and 71 guests