Personally I would avoid FileZilla.
Myself and others have problems with phantom files being created during transfers.
I've never had a problem with an FTP client before, FileZilla is the only one that hasn't worked properly for me.
If you use Firefox then you can't go wrong with FireFTP really.
Personally I would avoid FileZilla.
Myself and others have problems with phantom files being created during transfers.
I've never had a problem with an FTP client before, FileZilla is the only one that hasn't worked properly for me.
If you use Firefox then you can't go wrong with FireFTP really.
Personally I would avoid FileZilla.
Myself and others have problems with phantom files being created during transfers.
I've never had a problem with an FTP client before, FileZilla is the only one that hasn't worked properly for me.
If you use Firefox then you can't go wrong with FireFTP really.
$db->delete('xf_user_alert', "alerted_user_id = $userIdQuoted");
$db->delete('xf_conversation_recipient', "user_id = $userIdQuoted");
$db->delete('xf_conversation_user', "owner_user_id = $userIdQuoted");
$db->delete('xf_ip', "content_type = 'user' AND user_id = $userIdQuoted");
// note: leaving content-associated IPs
$this->getModelFromCache('XenForo_Model_Avatar')->deleteAvatar($userId, false);
}
/**
* Gets the permission model.
*
* @return XenForo_Model_Permission
*/
protected function _getPermissionModel()
{
return $this->getModelFromCache('XenForo_Model_Permission');
}
}
Open it in a text editor. What is at the end of the file? This is the end of my library/XenForo/DataWriter/User.php file:
Code:[/quote] It was missing the following; Model_Avatar')->deleteAvatar($userId, false); } /** * Gets the permission model. * * @return XenForo_Model_Permission */ protected function _getPermissionModel() { return $this->getModelFromCache('XenForo_Model_Permission'); } } I added it, uploaded the repaired file, and installing to see what happens
Open it in a text editor. What is at the end of the file? This is the end of my library/XenForo/DataWriter/User.php file:
I have even tried having my whole server set back to when I first got it and i can't install neither Beta 5 nor Beta 6.
We use essential cookies to make this site work, and optional cookies to enhance your experience.