CMSUsers Fatal error
Posted: Wed Aug 14, 2013 3:13 pm
Hi, I am relatively new to cmsmade simple but loving it, however I have come across an issue after installing my first module. I am more than willing to have a go if anyone can help. I would hate to drop the project at first attempt.
Upon installation of CMSUsers on a localhost Windows 7 pc running server xampp, I see the following message..
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\cmsmadesimple\modules\CMSUsers\CMSUsers.module.php on line 179 Please see screens shot.
Sign in works fine but sign up reveals a untemplated home page with the following message at the bottom...
Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\cmsmadesimple\modules\CMSUsers\action.signup.php on line 73
This is Line 72 thru 74..
72: $form->setWidget('title', 'text', array('object' => &$profile_module, 'size' => 50, 'label' => $module->getTitleLabel()));
73: call_user_func(array($views_name, 'createForm'), $module, &$form, &$profile_module,array('frontend' => true));
74:}
and 176 thru 179
176: elseif($this->GetPreference('signup_redirection') != '')
177: {
178: return CMSUsers::jumpTo($this->GetPreference('signup_redirection'));
179: }
Upon installation of CMSUsers on a localhost Windows 7 pc running server xampp, I see the following message..
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\cmsmadesimple\modules\CMSUsers\CMSUsers.module.php on line 179 Please see screens shot.
Sign in works fine but sign up reveals a untemplated home page with the following message at the bottom...
Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\cmsmadesimple\modules\CMSUsers\action.signup.php on line 73
This is Line 72 thru 74..
72: $form->setWidget('title', 'text', array('object' => &$profile_module, 'size' => 50, 'label' => $module->getTitleLabel()));
73: call_user_func(array($views_name, 'createForm'), $module, &$form, &$profile_module,array('frontend' => true));
74:}
and 176 thru 179
176: elseif($this->GetPreference('signup_redirection') != '')
177: {
178: return CMSUsers::jumpTo($this->GetPreference('signup_redirection'));
179: }