26
i upgrade to xoops 2.5.5 and the problem still remains.
with profile version 1.63 (the core module) just receive a blank page.
with profile version 1.76 by wishcraft i have the below error:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 72 bytes) in /home/***USER***/public_html/kernel/object.php on line 175
line 173-176 of kernel/object.php:
function initVar($key, $data_type, $value = null, $required = false, $maxlength = null, $options = '', $enumerations = '')
{
$this->vars[$key] = array('value' => $value , 'required' => $required , 'data_type' => $data_type , 'maxlength' => $maxlength , 'changed' => false , 'options' => $options, 'enumeration' => $enumerations);
}