Difference between revisions of "SME Server talk:Documentation:Developers Manual"

From SME Server
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
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)

Latest revision as of 08:52, 7 June 2015

Is bandwidth usage an issue ? that was why i had the index page with links to chapters

http://wiki.contribs.org/index.php?title=SME_Server:Documentation:Developers_Manual&oldid=9456

Snoble 18:29, 28 April 2008 (MDT)

I have found 2 dead links into this page

1. http://wiki.contribs.org/The_SME_Server_Developer%27s_Guide#EXERCISE5

The_SME_Server_Developer's_Guide#EXERCISE5

2.

http://wiki.contribs.org/The_SME_Server_Developer%27s_Guide#FORMMAGICKOVERVIEW

The_SME_Server_Developer's_Guide#FORMMAGICKOVERVIEW

--Larieu (talk) 02:11, 6 March 2013 (MST)

apparently the ifo in this manual are obsolete for version 9

I am not able to find the following path into one clean install of sme9

/usr/lib/perl5/site_perl/esmith/FormMagick/Panels/

--Larieu (talk) 08:52, 7 June 2015 (CEST)