(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.ka = {})); }(this, function (exports) { 'use strict'; var fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { l10ns: {} }; var Georgian = { weekdays: { shorthand: ["კვ", "ორ", "სა", "ოთ", "ხუ", "პა", "შა"], longhand: [ "კვირა", "ორშაბათი", "სამშაბათი", "ოთხშაბათი", "ხუთშაბათი", "პარასკევი", "შაბათი", ] }, months: { shorthand: [ "იან", "თებ", "მარ", "აპრ", "მაი", "ივნ", "ივლ", "აგვ", "სექ", "ოქტ", "ნოე", "დეკ", ], longhand: [ "იანვარი", "თებერვალი", "მარტი", "აპრილი", "მაისი", "ივნისი", "ივლისი", "აგვისტო", "სექტემბერი", "ოქტომბერი", "ნოემბერი", "დეკემბერი", ] }, firstDayOfWeek: 1, ordinal: function () { return ""; }, rangeSeparator: " — ", weekAbbreviation: "კვ.", scrollTitle: "დასქროლეთ გასადიდებლად", toggleTitle: "დააკლიკეთ გადართვისთვის", amPM: ["AM", "PM"], yearAriaLabel: "წელი", time_24hr: true }; fp.l10ns.ka = Georgian; var ka = fp.l10ns; exports.Georgian = Georgian; exports.default = ka; Object.defineProperty(exports, '__esModule', { value: true }); }));

Operation Tips

Operation on the UI is similar to operating system's standard file manager. However, Drag and Drop is not possible with mobile browsers.

/* CSS for adverts */ .updraft_notice_container { height: auto; overflow: hidden; } .updraft_review_notice_container { padding: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; } .updraft_advert_button_container { margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .updraft_advert_button_container .dashicons { margin-left: 10px; } .updraft_advert_content_left { float: none; width: 80px; padding-top: 9px; margin-right: 9px; } .updraft_advert_content_left_extra { float: none; width: 100px; padding-right: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .updraft_advert_content_left img { min-height: 72px; min-width: 72px; } .updraft_advert_content_right { float: none; width: auto; overflow: hidden; font-size: 16px; } .updraft_advert_content_right p { font-size: 16px!important; } .updraft_advert_bottom { margin: 10px 0; padding: 10px; font-size: 140%; background-color: white; border-color: #E6DB55; border: 1px solid; border-radius: 4px; } .updraft-advert-dismiss { float: right; font-size: 13px; font-weight: normal; } h3.updraft_advert_heading { margin-top: 5px !important; margin-bottom: 5px !important; } h4.updraft_advert_heading { margin-top: 2px !important; margin-bottom: 3px !important; } .updraft_center_content { text-align: center; margin-bottom: 5px; } .updraft_notice_link { padding-left: 5px; } .updraft_text_center { text-align: center; } @media screen and (min-width: 560px) { .updraft_advert_content_left, .updraft_advert_content_left_extra { float: left; } } Error 500 on index.php - Pandora FMS Community

Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

  • Error 500 on index.php

    Posted by thiagolima on March 5, 2015 at 23:34

    Hi,

    I have updated my Pandora FMS Server to the 5.2 version (Pandora FMS v5.1SP2 – Build PC150304) and I can’t login properly anymore. When I try to login, the screen become blank. If I refresh the page, it opens properly.

    I have seen on the developer tools that the login is resulting on a 500 error on index.html during the POST, but I can’t get enough information even setting the apache log to debug or turning the display_errors option on in the php.ini file.

    Does anyone get the same problem? Can someone please help me?

    Regards,
    Thiago Lima

    thiagolima replied 11 years, 6 months ago 2 Members · 3 Replies
  • 3 Replies
  • antonio

    Member
    March 6, 2015 at 20:08
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi Thiago,

    Have you updated both the pandora console and the pandora server?

    Regards,
    Antonio.

  • thiagolima

    Member
    March 8, 2015 at 06:39
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi antonio.s,

    Thank you for your reply. Actually the package pandorafms-server was on the version 5.1-SP2 but the packages pandorafms-console and pandorafms-agent-unix wasn’t.

    I have updated both of them to the version 5.1-SP2 but yet still the problem persists.

    I can’t understand why it’s happening since I can get the page completely loaded with a simple refresh after the failure…

    Regards,
    Thiago Lima

  • thiagolima

    Member
    March 14, 2015 at 02:40
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi all,

    After further investigation, I could see that there’s an option inside the index.php file named develop_bypass which is 0 by default. After changing it for 1 I could be able to see errors messages on the browser (Learned lesson!);

    So, after the login, the error message “Call to undefined function issset() in pandora_console/include/functions_update_manager.php on lin  238” was shown on the screen. Looking at the specified line of the mentioned file, I could see that the function was really mistyped as issset instead of isset.

    After that, the login could be made normally!

    Looking for this line on GIT, I could see that this is already solved but isn’t available yet (at least on my last update to version #150313).

    Here’s the link on GIT showing the fix: https://github.com/pandorafms/pandorafms/commit/a7f086c675f0b224b0c46b4138b0d826377fb0e1

    Thank you all for your help. Regards,
    Thiago Lima

Log in to reply.