Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 5: Line 5:  
[[User:Snoble|Snoble]] 18:29, 28 April 2008 (MDT)
 
[[User:Snoble|Snoble]] 18:29, 28 April 2008 (MDT)
    +
I have found 2 dead links into this page
   −
I am finding that I get a perl warning from this MySQL fragment:
+
1.
 +
[http://wiki.contribs.org/The_SME_Server_Developer%27s_Guide#EXERCISE5 http://wiki.contribs.org/The_SME_Server_Developer%27s_Guide#EXERCISE5]
   −
{
+
[[The_SME_Server_Developer%27s_Guide#EXERCISE5]]
    my $rec = $DB->get('loggerdemo')
  −
        || $DB->new_record('loggerdemo', {type => 'service'});
     −
    my $password = $rec->prop('DbPassword');
+
2.
    return "" if $password;
     −
    use MIME::Base64;
+
[http://wiki.contribs.org/The_SME_Server_Developer%27s_Guide#FORMMAGICKOVERVIEW http://wiki.contribs.org/The_SME_Server_Developer%27s_Guide#FORMMAGICKOVERVIEW]
   −
    my $rand    = sprintf("%08d", int(1_000_000_000 * rand()));
+
[[The_SME_Server_Developer%27s_Guide#FORMMAGICKOVERVIEW]]
    my $password = MIME::Base64::encode($rand, "");
     −
    $rec->set_prop('DbPassword', $password);
+
--[[User:Larieu|Larieu]] ([[User talk:Larieu|talk]]) 02:11, 6 March 2013 (MST)
}
     −
the second "my $password" "masks....." etc.
+
apparently the ifo in this manual are obsolete for version 9
   −
suggest removing the "my" on that line.
+
I am not able to find the following path into one clean install of sme9
   −
--[[User:Brianr|Brianr]] 04:38, 16 May 2008 (MDT)
+
/usr/lib/perl5/site_perl/esmith/FormMagick/Panels/
 +
 
 +
--[[User:Larieu|Larieu]] ([[User talk:Larieu|talk]]) 08:52, 7 June 2015 (CEST)
63

edits

Navigation menu