<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Aug 21, 2016 at 12:30 AM,  <span dir="ltr"><<a href="mailto:j.vampouille@worldonline.fr" target="_blank">j.vampouille@worldonline.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I tried your useradmincore:<br>
<br>
<a href="http://testpmjv.free.fr/index.php5?n=Main.HomePage?action=user" rel="noreferrer" target="_blank">http://testpmjv.free.fr/index.<wbr>php5?n=Main.HomePage?action=<wbr>user</a><br>
<span class=""> Parse error: syntax error, unexpected '[' in /mnt/100/sda/1/8/testpmjv/<wbr>cookbook/useradmin-core.php on line 1206<br>
</span><a href="http://testpmjv.free.fr/index.php?n=Main.HomePage?action=user" rel="noreferrer" target="_blank"></a></blockquote><div><br></div><div>Yes, this is the expected result when you run useradmin with the older version of PHP. If you are planning on using the useradmin recipe then you will have to use the newer version of PHP.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="http://testpmjv.free.fr/index.php?n=Main.HomePage?action=user" rel="noreferrer" target="_blank">http://testpmjv.free.fr/index.<wbr>php?n=Main.HomePage?action=<wbr>user</a><br>
  I have the page User account management with nothing else in this page<br>
</blockquote><div><br></div><div>Normally even if you are not logged on you should get an option to register as a new user. Could you delete the useradmin template page (<strong><code>Site.UserAdminTemplates) </code></strong> temporarily to simplify your setup? I would suggest deleting it from the command line or from FTP. It should be deleted from both wiki.d and wikilib.d (normally it would only be in wiki.d but better to be sure).<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Other pages are correct with an url in php5 like <a href="http://testpmjv.free.fr/index.php5?n=GE.GE" rel="noreferrer" target="_blank">http://testpmjv.free.fr/index.<wbr>php5?n=GE.GE</a><br>
But still generate warnings a the top of the pages in with an url in php <a href="http://testpmjv.free.fr/index.php?n=GE.GE" rel="noreferrer" target="_blank">http://testpmjv.free.fr/index.<wbr>php?n=GE.GE</a> due to $UserAdmin->SuperuserFunc = 'Superuser';<br>
<br>
  Warning: Creating default object from empty value in /var/www/sda/1/8/testpmjv/<wbr>local/config.php on line 31<br></blockquote><div> <br></div><div>This should not be happening. I will need to explore it further.<br></div><div><br>Please try a var_dump($UserAdmin) after including useradmin-authuser.php and before setting $UserAdmin->SuperuserFunc. So it would look like this:<br><br>include_once("$FarmD/cookbook/<wbr>useradmin-authuser.php");<br>var_dump($UserAdmin);<br>
$UserAdmin->SuperuserFunc = 'Superuser';<br>
<br></div><div>Then send me the resulting output (or let me know, off-list, and I will go to the link and look at it)<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Is this part of code of config.php in the right order?<br>
<br>
#######UserAdmin avec authuser ###############<br>
include_once("$FarmD/cookbook/<wbr>useradmin-authuser.php");<br>
$UserAdmin->SuperuserFunc = 'Superuser';<br>
<br>
<br>
#######Authuser tout seul (mais nécessaire pour UserAdmin) ###############<br>
include_once("$FarmD/scripts/<wbr>authuser.php");            # inclus la méthode authuser pour gérer les mots de passe ?n=SiteAdmin.AuthUser<br>
<br><br></blockquote><div>Yes, this appears correct. Have you made any other configurations related to useradmin? Could you strip out your passwords from your config.php and send me the file so I can look and see if there are any other recipes or configurations that might be interfering with useradmin?<br><br></div><div>-Peter <br></div></div><br></div></div>