Skip to Content Skip to Menu

Pressing register shows only empty page

  • iqualjo
  • iqualjo
  • OFFLINE
  • Posts: 16
  • Thanks: 1
  • Karma: 0
13 years 6 months ago #156303 by iqualjo
Hello,

i'm using jml1.6 and cb1.4, the register button from the login module only shows an empty page.
fcorse the joomla inlog is disabled.

anyone knows what to do?

thanks very much!

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 6 months ago #156309 by nant

Please Log in or Create an account to join the conversation.

  • iqualjo
  • iqualjo
  • OFFLINE
  • Posts: 16
  • Thanks: 1
  • Karma: 0
13 years 6 months ago #156328 by iqualjo
Replied by iqualjo on topic Re: Pressing register shows only empty page
I did.

It's not that the login button is not readable.
it's when you push it, you land on an empty page.

Best regards,
Iqualjo

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 6 months ago #156356 by nant

iqualjo wrote: I did.


Did you?

Blank page, white page, nothing, just nothing

on our FAQ area?

Please Log in or Create an account to join the conversation.

  • iqualjo
  • iqualjo
  • OFFLINE
  • Posts: 16
  • Thanks: 1
  • Karma: 0
13 years 6 months ago #156368 by iqualjo
Replied by iqualjo on topic Re: Pressing register shows only empty page
Hi Nant,

This is the error:
Notice: Undefined index: templates in /var/www/vhosts/mysite.com/httpdocs/administrator/components/com_comprofiler/plugin.class.php on line 441

Warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/vhosts/mysite.com/httpdocs/administrator/components/com_comprofiler/plugin.class.php on line 441

Warning: Invalid argument supplied for foreach() in /var/www/vhosts/mysite.com/httpdocs/administrator/components/com_comprofiler/plugin.class.php on line 441


this is on the line mentioned in the error:
* @return mixed result of function call or NULL if non-existant
*/
function callTemplate( $element, $subClass, $method, $args, $output = 'html' ) {
if ( $output == 'htmledit' ) {
$output = 'html';
}
foreach ( array_keys( $this->_pluginGroups ) as $pluginId ) {
if ( $this->_pluginGroups[$pluginId]->element == $element ) {
return $this->call( $pluginId, $method, 'CB'.$subClass.'View_'. $output . '_' . $element , $args );
}
}
return null;
}

/**


I also increased the php memory limit to 64M as mentioned in your other FAQ article, but that's not the issue here i think.

BEst regards,
Iqualjo

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 6 months ago #156369 by nant
Try searching on these forums for similar issue addressed and answered many many times before.
The following user(s) said Thank You: iqualjo

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum