<phpBBroot>/includes/acp/acp/import_users.php
Code: Select all
if ($conflict) die($conflict);
Code: Select all
$conflict = validate_data($data, array(
'new_username' => array(
array('username')),
)
);
Laura, your problem looks like the one in this post. Hopefully you may solve your problem with its answer.laura9669 wrote:I did all that successfully but the next one does not give me Import Users under Users and Groups.
Browse to ACP > Users & Groups > Import Users and confirm install!]]></diy-instructions>
Am I missing something?
Hi Philippe!Giles314 wrote:Laura, your problem looks like the one in this post. Hopefully you may solve your problem with its answer.laura9669 wrote:I did all that successfully but the next one does not give me Import Users under Users and Groups.
Browse to ACP > Users & Groups > Import Users and confirm install!]]></diy-instructions>
Am I missing something?
Philippe