[ Video Sharing CMS v4 ] Vibe 4 fresh install - moderator blank white page

Started by smalkiel,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

smalkielTopic starter

Hello
I just installed fresh installation of Vibe 4
the front-end is up BUT I can not access my moderator page


the vibe installed on sub domain: http://portal.blender5.com/moderator/
any idea ?
  •  

x5000x

Change error_reporting(0) to error_reporting(E_ALL) in index.php and post error showing.
  •  

smalkielTopic starter

hi,
changed , but still noting print on the page - still white.

this is how my index.php looks like:
<?php  error_reporting(E_ALL);
//Vital file include
require_once("../load.php");
ob_start();
// physical path of admin
if( !defined( 'ADM' ) )
	define( 'ADM', ABSPATH.'/'.ADMINCP);
define( 'in_admin', 'true' );
require_once( ADM.'/adm-functions.php' );
require_once( ADM.'/adm-hooks.php' );
$php_version = phpversion() . " (" . php_sapi_name() . ")";
$php_flavour = substr($php_version,0,3);
if($php_flavour < 5.3) {
echo "<h2>Error: Your php version is $php_flavour </h2><h3>Switch/upgrade your php to at least php 5.3</h3>";
}
if($php_flavour == 5.3) {
include_once( ADM.'/main53.php' );
}
if($php_flavour == 5.4) {
include_once( ADM.'/main54.php' );
}
if($php_flavour == 5.5) {
include_once( ADM.'/main55.php' );
}
ob_end_flush();
//That's all folks!
?>
  •  

PHPVibe A.

Hi,

first, what's your php version? Do you have ioncube loaders 4.4 or newer installed?
Tried the requirements tester? http://www.phpvibe.com/support-information/

smalkielTopic starter

I am using PHP 5.6.2
regarding ioncube  - I am not sure I have it - it is not must. right ?
  •  

PHPVibe A.


PHPVibe A.

5.6?

Oups, change this:

if($php_flavour == 5.5) {


to

if($php_flavour > 5.4) {

Will

I don't know what I did wrong this time but I can't access my moderator page. At first it was coming up blank and now it's showing 404 oops page not found when I go to http://www.fxvidz.net/moderator/. I feel like I must have overwritten or deleted something by mistake using my ftp. The rest of the site works fine though, just cant access moderator page.
  •  

Will

  •  

PHPVibe A.

Check that the /moderator folder is actually on server, and it's not renamed.
Check that you have ioncube loaders 4.4+

This are the only 2 things that could happen.

elitepromo

Hey Alexander.. any updates on the Php Image only Script? haven't heard anything on it for a few months now
  •  

PHPVibe A.

Quote from: elitepromo on
Hey Alexander.. any updates on the Php Image only Script? haven't heard anything on it for a few months now

Hi! I have no clue when, I've asked 'next door' but they are 'all hands in' on a new project for some company, and it's large.

elitepromo

Oh ok.. it seems like PHP Images is just an Idea for now. Can more attention be paid to the image section of PHP Vibe? as in mutiple uploads etc.
  •  

PHPVibe A.

Right now I'm so far away on what I have to build for PHPVibe, due to lack of coders I need to do mostly myself everything, Mario helps from time to time, but for now the sales are in a bad period, and can't afford to move a coder to this project exclusively...so probably in the future.

Will

  •  

Similar topics (7)