Blank Page after upgrade from 6.12.65-25 to 6.13.66-1

Tonight I upgraded a few system from 6.12.65x to 6.12.66-1 they all worked fine. Even this one. However all the systems lost voicemail settings somehow while fixing this one I lost the admin page it’s just blank.

There are no errors in httpd error log

These are errors in freepbx_debug

2015-Mar-21 00:19:01 /var/www/html/admin/libraries/utility.functions.php:226
[WARNING]: trim() expects parameter 1 to be string, object given

2015-Mar-21 00:19:01 /var/www/html/admin/libraries/utility.functions.php:226
[WARNING]: trim() expects parameter 1 to be string, array given

2015-Mar-21 00:19:01 /var/www/html/admin/libraries/utility.functions.php:232
[NOTICE]: Undefined index: DIE_FREEPBX_VERBOSE

These are errors in freepbx.log

[2015-Mar-21 01:17:24] [WARNING] (libraries/modulefunctions.legacy.php:7) - Depreciated Function module_getinfo detected in /var/www/html/admin/modules/bria/functions.inc/userman_hooks.php on line 15

I’ve tried tricks i’ve used in the past for blank pages but none seem to work. Please help this is a production system. The test system didn’t end with this issue.

I’ve also noticed that fwconsole commands don’t appear to be working from the command line.

Why would you upgrade. This is highly alpha!!!

yeah it was pretty stupid can i downgrade to 6.12.65-25

At the very least can I fix it w/out starting over?

If you are comfortable with linux cli then I suggest you find the location of fwconsole and replace the contents with this:

https://raw.githubusercontent.com/FreePBX/framework/release/13.0/amp_conf/bin/fwconsole

I replaced /usr/sbin/fwconsole with the above and there was no change.

rm -Rf /var/www/html/admin/modules/pinsetspro
1 Like

That got me back into the Admin page… Gotta do some other fixes that I broke with trying to fix this, but that looks like it was the issue.