mos33

Member

Last active 5 years ago

  1. 5 years ago
    Mon Sep 23 06:09:02 2019
    mos33 started the conversation SQL errors .

    Hello, after updating freepbx, observed the admin page is not showing any users!
    as well, running the pl script is giving sql error:

    ──────────────────────────────────────────────────┐
    │ literal │
    └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    string (143) “256, SQL Error: SELECT modulename FROM fop2.modules WHERE enabled=1
    Table ‘fop2.modules’ doesn’t exist (/var/www/html/fop2/admin/dblib.php, 108”
    ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    Called from …/functions.php:2592 [fop2manager_error()]

    ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    │ literal │
    └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    string (145) “256, SQL Error: SELECT value FROM fop2.admin WHERE variable=‘version’
    Table ‘fop2.admin’ doesn’t exist (/var/www/html/fop2/admin/dblib.php, 108”
    ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    Called from …/functions.php:2592 [fop2manager_error()]
    Updating buttons for context GENERAL

    ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    │ literal │
    └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    string (109) “256, SQL Error: DESC fop2.trunks
    Table ‘fop2.trunks’ doesn’t exist (/var/www/html/fop2/admin/dblib.php, 108”
    ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    Called from …/functions.php:2592 [fop2manager_error()]

    ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    │ literal │
    └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    string (597) “256, SQL Error: SELECT t.variable, t.value, d.value state FROM globals t JOIN (SELECT x.variable, x.value FROM globals x WHERE x.variable LIKE ‘OUTDISABLE_%’) d ON substring(t.variable,5) = substring(d.variable,12) WHERE t.variable LIKE ‘OUT_%’ UNION ALL SELECT v.variable, v.value, concat(substring(v.value,1,0),‘off’) state FROM globals v WHERE v.variable LIKE ‘OUT_%’ AND concat(‘OUTDISABLE_’,substring(v.variable,5)) NOT IN ( SELECT variable from globals WHERE variable LIKE ‘OUTDISABLE_%’ ) ORDER BY variable
    Table ‘fop2.globals’ doesn’t exist (/var/www/html/fop2/admin/dblib.php, 108”
    ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    Called from …/functions.php:2592 [fop2manager_error()]

    ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    │ literal │
    └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    string (109) “256, SQL Error: DESC fop2.trunks
    Table ‘fop2.trunks’ doesn’t exist (/var/www/html/fop2/admin/dblib.php, 108”
    ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    Called from …/functions.php:2592 [fop2manager_error()]

    ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    │ literal │
    └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    string (597) “256, SQL Error: SELECT t.variable, t.value, d.value state FROM globals t JOIN (SELECT x.variable, x.value FROM globals x WHERE x.variable LIKE ‘OUTDISABLE_%’) d ON substring(t.variable,5) = substring(d.variable,12) WHERE t.variable LIKE ‘OUT_%’ UNION ALL SELECT v.variable, v.value, concat(substring(v.value,1,0),‘off’) state FROM globals v WHERE v.variable LIKE ‘OUT_%’ AND concat(‘OUTDISABLE_’,substring(v.variable,5)) NOT IN ( SELECT variable from globals WHERE variable LIKE ‘OUTDISABLE_%’ ) ORDER BY variable
    Table ‘fop2.globals’ doesn’t exist (/var/www/html/fop2/admin/dblib.php, 108”
    ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    Called from …/functions.php:2592 [fop2manager_error()]

    Finished!

  2. Mon Sep 23 05:56:31 2019

    I have the same issue, admin portal is not showing the users. please advise

  3. Tue Feb 12 09:06:19 2019
    mos33 joined the forum.