Categories: Miscellaneous

Pligg 2 out.php Not Working When Logged Out

After the announcement of Pligg 2.0, I was very eager to try out the latest version of Pligg CMS. Because there are so many changes, bug fixes. And one of the major changes is the introduction of the Bootstrap theme as the base theme for Pligg CMS. Having said that, now latest version of the Pligg CMS is with a Responsive Design, which is awesome.

I upgraded one of the local site installation to the latest version of the Pligg CMS. And it was working pretty well. It has a new better admin panel. Then I logged out the site after few experiments.

Next time when I tried to browse site, it was working but when I was clicking on out.php link, it was showing “Server Error 500” and I am now stuck at error page.

But after searching on Pligg Support site, I found a solution here. Thanks to new pligg support site.

The problem is that, there is some code which was checking whether session exists or not, if session doesn’t exist then that operation gets blocked throwing “Internal Server Error in out.php” file.

Solution for out.php not working in Latest Version of Pligg CMS – Pligg 2.0.0 RC1

So basically to get rid of out.php not working problem, just follow the steps as mentioned …

  1. Login to your Cpanel.
  2. Go to root of your website and locate “config.php” file.
  3. Copy this file and give it a new name “out_config.php
  4. Edit this new file “out_config.php” and search “include_once(mnmmodules . ‘modules_init.php’);
  5. Then just comment this by putting // at the start of the line, so now it should look like “//include_once(mnmmodules . ‘modules_init.php’);
  6. Now Save and closeout_config.php
  7. Now open “out.php
  8. Search for “include(‘config.php’);
  9. Change this line to “include(‘out_config.php’);
  10. Save and close file.
  11. Its Done.

Now just go back to your website.

Visit any link when you are logged in and just logout. Then again visit same link again, it should be working now.

ProWebGuru

Mostly I write about technology related stuff on https://www.prowebguru.com Recently I have started making videos also. Mostly blog posts & videos are related to technology, programming and learning some new tips and tricks related to windows, wordpress, google app script, technical, programming, javascript, jquery and other coding related stuff. Youtube channel - https://www.youtube.com/user/prowebguru

Recent Posts

GPT 5.4: Powerful AI Breakthrough – 7 Game-Changing Features, Launch Date & Full Guide

GPT 5.4: The Next-Generation AI Model Transforming Reasoning, Coding, and Productivity Artificial Intelligence is evolving…

4 days ago

GPT‑5.3 Instant Explained: Faster, Smarter & Fewer Refusals

GPT-5.3 Instant is OpenAI's latest ChatGPT model update, prioritizing smoother conversations, fewer refusals, and higher…

5 days ago

Free Perplexity Pro for Airtel Customers: Unlock Advanced AI Assistance at No Cost!

Are you tired of scrolling endlessly through Google results trying to find clear, trustworthy answers?…

4 months ago

Unlocking Collaborative Coding with GitHub Copilot Spaces

In recent years, the process of software development has rapidly evolved—developers demand smarter tools and…

4 months ago

ChatGPT Go Now Free in India: Opening Doors to Advanced AI Capabilities

India has emerged as one of the fastest-growing and most significant markets in the global…

4 months ago

AgentKit by OpenAI: Redefining the Future of AI Agent Development

On October 6, 2025, OpenAI unveiled AgentKit, a unified suite of tools designed to help developers and…

5 months ago

This website uses cookies.