[SOLVED] Blank screen during registration

14 years 1 month ago #125400 by rugbydreams
[SOLVED] Blank screen during registration was created by rugbydreams
Getting a blank screen when i try register and got this while running debug...



Can anyone help?

Post edited by: krileon, at: 2010/02/28 22:36

Please Log in to join the conversation.

14 years 1 month ago #125405 by beat
Sure:

Nothing to do with CBSubs.

Your cb.video.php plugin seems to require the 1.0-legacy plugin to be on, according to its error message.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

14 years 1 month ago #125407 by rugbydreams
Replied by rugbydreams on topic Re:Blank screen during registration with debug cod
Legacy is on and the cbvideos work fine, I only get an issue now with cb registration.

Please Log in to join the conversation.

14 years 1 month ago #125408 by beat
There must be a bug in there.

is there a:

global $mosConfig_lang;

in lines 1-13 ?

Otherwise can you share lines 1-14 of that plugin file please ?

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

14 years 1 month ago #125409 by rugbydreams
Replied by rugbydreams on topic Re:Blank screen during registration with debug cod
<?php

/*************************************************************
* Joomla Community Builder Customize Plugin
* @package Community Builder
* @author Stiggi <stiggi@voodootools.de>
* @link voodootools.de
* @ Released under GNU/GPL License : www.gnu.org/copyleft/gpl.html
*************************************************************/

defined('_JEXEC') or die( 'Direct Access to this location is not allowed.' );
define( 'MYVIDBASEPATH', dirname(__FILE__).'/');

if (file_exists(MYVIDBASEPATH.'language/'.$mosConfig_lang.'.php')) {
include_once(MYVIDBASEPATH.'language/'.$mosConfig_lang.'.php');
} else {
include_once(MYVIDBASEPATH.'language/english.php');
}

?>

Was that what you wanted?

Post edited by: rugbydreams, at: 2010/02/27 19:07

Please Log in to join the conversation.

14 years 1 month ago #125429 by beat
global $mosConfig_lang;

is missing between define and the if line.

That's a bug of the plugin. Needs to be added.

It will remove that notice at least.

Now the blank screen might be another issue. You will see once that notice is fixed.

If it persists, please check our FAQs: (top menu) for blank screen and memory.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.170 seconds

Facebook Twitter LinkedIn