Blank page on front end after login / Studio showing fine

I am not sure what happened. I was trying to create a new discussion, and I couldn't save a new post or upload a header picture. I refreshed the page and got a blank screen. If I type in URL /Studio, it works fine and shows all the modules.

Just the front end is a blank page.

If I am not logged in, the front end is showing correctly.

una.staffelmedien.net

The community is private, so all is hidden until you are registered and confirmed.

  • 1070
  • More
Replies (6)
    • Hello @haris !

      The white page means some PHP errors on the page. So you need to add the following line to the end of your UNA inc/header.inc.php file:

      ini_set('display_errors', 1);

      Then refresh your "white page" and provide us the error code (s).

      • Hi Leonid,

        thank you for the tip. This is the error code:

        Fatal error: Declaration of BxForumCmts::onPostAfter($iId) must be compatible with BxDolCmts::onPostAfter($iCmtId, $aDp = []) in /home/httpd/vhosts/staffelmedien.net/una.staffelmedien.net/modules/boonex/forum/classes/BxForumCmts.php on line 61

        • Similar errors appear when the UNA core and module aren't compatible. You need to upgrade your Forum via Studio->Apps Market->Update area.

          • Hi Leonid

            I have tried that but something is messed up with the module. It shows that there is update. If I update, it disappear for a moment but it comes back again and shows update button again.

            I tried to deactivate the modul and delete it. I got notification about deleting all the data, I confirm and nothing happens. Icon is dimmed now, but still shows in launcher and has small "X" in the corner.

            Also in the App Store, under downloaded, it still shows and "Installed" .... /sigh

            • > If I update, it disappear for a moment but it comes back again and shows update button again.

              Yes, it's correct - you need to keep to press the UPdate button untill the modules list there will be empty.

              If you still has the problem there, PM me with your UNA studio and unacms.com access.

              • Thank you for the advice. I gave up already on that installation. I made a fresh installation, I did all the updates before I installed any additional mods. Now it is working fine.

                I am still in testing phase and trying to figure out how everything is working. Right now, I still struggle with to Style anything, with just css. I still did not find a way to add css for site level, or just to module level...

                Login or Join to comment.