moving site to new domain

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #120063

-- url of the page with the problem -- : www.dazeyourself.com/
-- HikaShop version -- : HikaShop Essential 2.2.0
-- Joomla version -- : Joomla 3.1
-- PHP version -- : PHP 5.4.x FastCGI
-- Browser(s) name and version -- : Safari/Mozilla
-- Error-message(debug-mod must be tuned on) -- :
sClass = hikashop_get('class.field'); $extraFields = array( 'user' => $fieldsClass->getFields('frontcomp',$user,'user') ); if(!empty($extraFields)){ $null = array(); $fieldsClass->addJS($null,$null,$null); $fieldsClass->jsToggle($extraFields,$user,0); $data = ''; if(version_compare(JVERSION,'1.6.0','<')) { $data .= ''; } if(HIKASHOP_J30){ $data .= ''.JText::_('HIKASHOP_USER_DETAILS').'
'; }else{ $data .= ''.JText::_('HIKASHOP_USER_DETAILS').'
'; } foreach($extraFields as $fieldName => $oneExtraField) { if(HIKASHOP_J30){ $data .= '
'.$fieldsClass->getFieldName($oneExtraField).'
'; }else{ $data .= '
'.$fieldsClass->getFieldName($oneExtraField).'
'; } $onWhat='onchange'; if($oneExtraField->field_type=='radio') $onWhat='onclick'; $data .= $fieldsClass->display($oneExtraField,@$user->$fieldName,'data[user]',false,' '.$onWhat.'="hikashopToggleFields(this.value,\''.$fieldName.'\',\'user\',0);"'); if(HIKASHOP_J30){ $data .= '
'; }else{ $data .= ''; } } if(HIKASHOP_J30){ $data .= '
'; }else{ $data .= '
'; } $body = preg_replace('#(]*class="form-validate.*"[^>]*>.*)#Uis','$1'.$data, $body,1); JResponse::setBody($body); } } } } }

hallo there!
i transfered this web site yesterday from www.subdomain.plystario.com/TESTING365/ to www.dazeyourself.com and i get the above mention both in front & backend
any help?
many thanks in advance,
n.h.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 3 months ago #120069

It looks like an issue with the transfer of the file plugins/system/hikashopuser/hikashopuser.php from the old to the new website.
Transfer it again and make sure that it is transferred properly and that should solve the problem.

The following user(s) said Thank You: husq

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

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #120091

great!
that solved the problem! many thanks!

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

Time to create page: 0.058 seconds
Powered by Kunena Forum