BigAirCommunityBroadband / FETID

RANCID FETID (Front End To Insert Devices)
GNU General Public License v2.0
10 stars 2 forks source link

error message #8

Open solarissparc opened 9 years ago

solarissparc commented 9 years ago

When i hit the web page I get the following error message. Any input would be appreciated.

Oops, well this is embarrassing! An error has occurred: Please quote Event ID if calling helpdesk.

Thanks

solarissparc commented 9 years ago

I enabled debugging and I am seeing the following:

Strict Standards: Only variables should be passed by reference in /var/www/fetid/phplib/prepend.php on line 35

Oops, well this is embarrassing! An error has occurred: Please quote Event ID if calling helpdesk.

bevhost commented 9 years ago

Please comment out the line 35 of prepend.php or disable Strict in your php.ini Strict does get disabled a few lines further down, but this error is happening before that,

solarissparc commented 9 years ago

I disabled strict via:

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT However, I am still getting error message:

"

Oops, well this is embarrassing!   An error has occurred:  Please quote Event ID if calling helpdesk."

— Sent from Mailbox

On Mon, Oct 27, 2014 at 7:21 PM, David Beveridge notifications@github.com wrote:

Please comment out the line 35 of prepend.php or disable Strict in your php.ini

Strict does get disabled a few lines further down, but this error is happening before that,

Reply to this email directly or view it on GitHub: https://github.com/BigAirCommunityBroadband/FETID/issues/8#issuecomment-60686898

solarissparc commented 9 years ago

Also note I commented out the line in question and was still unable to load the interface.

— Sent from Mailbox

On Mon, Oct 27, 2014 at 8:12 PM, Collin Boyce solarissparc@gmail.com wrote:

I disabled strict via: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT However, I am still getting error message: " Oops, well this is embarrassing!   An error has occurred:  Please quote Event ID if calling helpdesk." — Sent from Mailbox On Mon, Oct 27, 2014 at 7:21 PM, David Beveridge notifications@github.com wrote:

Please comment out the line 35 of prepend.php or disable Strict in your php.ini

Strict does get disabled a few lines further down, but this error is happening before that,

Reply to this email directly or view it on GitHub: https://github.com/BigAirCommunityBroadband/FETID/issues/8#issuecomment-60686898

bevhost commented 9 years ago

You might have a problem with database connectivity. see http://stackoverflow.com/questions/1575807/cannot-connect-to-mysql-4-1-using-old-authentication

also try the command line utility check_db_access.php

I have updated prepend.php in FETID repo for better error reporting, and I found an issue in PHPLIB repo for db_pdo.inc. This one is why the error backtrace was not displayed.