• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] 500 Internal Server Error

Started by qadribrothers,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

qadribrothersTopic starter

Hello,
Plz Help, i m facing 500 Internal Server Error when i try to login or create new account its shows 500 Internal Server Error.
thank-u
  •  

Wnux

  •  

wired2web

I just got phpvibe today - and got 500 error after logging into admin and clicking global settings- just get internal server error everytime I try to go to moderator to login. Please advise, there is nothing as disappointing as getting a brand new toy, only to finf it's broken.

Help please!
  •  

yafe3

  •  

wired2web

Hello, thank you for replying.
I have dedicated server that runs other php/MySQL scripts with out issue.
  •  

Marius P.

Hi, haven't bumped into this.
But please provide details, we need to know what's triggering it server side, error_log copy would be a good start).


Also, as a guess of mine, can you comment out/remove the fullcache in index.php


/* Cache it for visitors */
if (!isset($killcache)) {
$a = (empty($a)) ? preg_replace("/[^a-z0-9]+/","-",strtolower($_SERVER['REQUEST_URI'])) : "index.php";
if(!isset($_SESSION['user_id']) && !isset($_GET['action']) && (strpos($a,'register') == false) && (strpos($a,'login') == false) && (strpos($a,'moderator') == false) && (strpos($a,'setup') == false)) {
$cInc = str_replace( '\\', '/',  dirname( __FILE__ ) );
require_once( $cInc.'/lib/fullcache.php' );
$token = (isset($_SESSION['phpvibe-language'])) ? $a.$_SESSION['phpvibe-language'] : $a;
FullCache::Encode($token);
FullCache::Live();
}
}
/* End cache */





Let me know.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)