Difference: TWikiUpgradeBugs (1 vs. 21)

Revision 212009-11-25 - FlavienBillard

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
Line: 54 to 54
 
Forum Web display
  • errors on pages other than <nop>WebHome
Added:
>
>
  • In posts editing, line skipping does not work. See this link for an illustration.
 FIXED: See above, still has the same skin as the TWiki Web (no logo, weird colour) -- JuanUribe - 2009-10-27

Topics editing
Line: 73 to 74
 
  • to re-display forms at bottom of all pages put
Changed:
<
<
%TMPL:DEF{"form"}%%TMPL:END% * The users page still displays twice the bottom tool bar and the revision info - JU
>
>
%TMPL:DEF{"form"}%%TMPL:END% * The users page still displays twice the bottom tool bar and the revision info - JU
 
ICONS in formfields
  • Had problem displaying icons in formfields, as in the testcase status (e.g. 1 star, 2 stars...) as in TestCaseDescForm, most likely something to do with WYSIWIG...

Revision 202009-11-06 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
Line: 50 to 50
 

Formatting

TWiki web header errors
Added:
>
>
  • FIXED
 
Forum Web display
  • errors on pages other than <nop>WebHome
Line: 58 to 59
 
Topics editing
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
  • I've just been 'playing' with the WYSIWYG editor and it can be pretty frustrating - especially if some pages contain none standard formatting - is there a way to make a page 'raw-editable-only'? One thing I noticed is that editing using the 'TWiki Mark Up' button from WYSIWYG is NOT the same as editing with rawedit. The fact that you have to 'bypass' WYSIWYG can cause problems: -- AlistairRevell - 2009-10-26
Added:
>
>
  • UPDATE: I just added a raw_edit button to the top of every page by adding the 'raw_edit_link' to the view.**.tmpl file as follows. Other standard links are available in viewtopicactionbuttons.tmpl-- AlistairRevell - 2009-11-06:
%TMPL:DEF{"top:toolbarbuttons"}%%TMPL:P{"activatable_edit_or_create"}%%TMPL:P{"raw_edit_link"}%%TMPL:P{"activatable_attach"}%%TMP
L:P{"printable"}%%TMPL:END%
 
Form displayed at bottom of page
  • forms always displayed at bottom of page

Revision 192009-10-27 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
Line: 67 to 67
 
  • to re-display forms at bottom of all pages put
Changed:
<
<
%TMPL:DEF{"form"}%%TMPL:END%The users page still displays twice the bottom tool bar and the revision info - JU
>
>
%TMPL:DEF{"form"}%%TMPL:END% * The users page still displays twice the bottom tool bar and the revision info - JU
 
ICONS in formfields
  • Had problem displaying icons in formfields, as in the testcase status (e.g. 1 star, 2 stars...) as in TestCaseDescForm, most likely something to do with WYSIWIG...
  • FIXED: : solution was to use select-value as a formfield type instead of select. this allows a text entry in the formfield to equate to a piece of code in the rendered text -- AlistairRevell - 2009-10-27

Revision 182009-10-27 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
Line: 28 to 28
  -- JuanUribe - 2009-10-27
Users can't modify their homepage:
Changed:
<
<
  • The permissions on all users pages are set by a test IF(USER) THEN, but the last line is like this:
>
>
  • The permissions on all users pages are set by a test IF(USER) THEN, but the last line is like this:
 
  • = * Set ALLOWTOPICCHANGE = JohnSmith"= the quotes are for the ending of the if. For some reason it now takes is as part of the user name so nobody can edit it. Inserting a blank line between the name and the quotes solves the problem. Need to modify all user's pages manually?
  • FIXED: Thanks god for scripting. Modified 192 files, just checked a few and seem to be ok. JU
Line: 45 to 45
 
  • unable to correctly install this plugin
  • Seemed to have same problem as Actiontrackingplugin - TC
  • Still not working, see WebStatistics
Changed:
<
<
  • FIXED module perl-GD installed via yum. JC
>
>
  • FIXED module perl-GD installed via yum. JC
 

Formatting

Line: 53 to 53
 
Forum Web display
  • errors on pages other than <nop>WebHome
Changed:
<
<
FIXED: See above -- JuanUribe - 2009-10-27
>
>
FIXED: See above, still has the same skin as the TWiki Web (no logo, weird colour) -- JuanUribe - 2009-10-27
 
Topics editing
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
Line: 67 to 67
 
  • to re-display forms at bottom of all pages put
Changed:
<
<
%TMPL:DEF{"form"}%%TMPL:END%
>
>
%TMPL:DEF{"form"}%%TMPL:END%The users page still displays twice the bottom tool bar and the revision info - JU
 
ICONS in formfields
  • Had problem displaying icons in formfields, as in the testcase status (e.g. 1 star, 2 stars...) as in TestCaseDescForm, most likely something to do with WYSIWIG...

Revision 172009-10-27 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
Line: 29 to 29
 -- JuanUribe - 2009-10-27
Users can't modify their homepage:
  • The permissions on all users pages are set by a test IF(USER) THEN, but the last line is like this:
Changed:
<
<
  • = * Set ALLOWTOPICCHANGE = JohnSmith"= the quotes are for the ending of the if. For some reason it now takes is as part of the user name so nobody can edit it. Inserting a blank line between the name and the quotes solves the problem. Need to modify all user's pages manually?
>
>
  • = * Set ALLOWTOPICCHANGE = JohnSmith"= the quotes are for the ending of the if. For some reason it now takes is as part of the user name so nobody can edit it. Inserting a blank line between the name and the quotes solves the problem. Need to modify all user's pages manually?
  • FIXED: Thanks god for scripting. Modified 192 files, just checked a few and seem to be ok. JU
 

Plugins

Line: 44 to 45
 
  • unable to correctly install this plugin
  • Seemed to have same problem as Actiontrackingplugin - TC
  • Still not working, see WebStatistics
Added:
>
>
  • FIXED module perl-GD installed via yum. JC
 

Formatting

Revision 162009-10-27 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
Line: 23 to 24
 
  • I think this comes from the skin/template. When I try to save a new topic, the warn log file has the following:
  • | 2009-10-26 - 18:15 | TWiki::Plugins::TWikiNetSkinPlugin::initPlugin did not return true (0)
Added:
>
>
FIXED: Edit the submition form in DiscussionForumBody.txt and included method="post". Also changed WebPreferences to use the correct skin.
 
Changed:
<
<
>
>
-- JuanUribe - 2009-10-27
Users can't modify their homepage:
  • The permissions on all users pages are set by a test IF(USER) THEN, but the last line is like this:
  • = * Set ALLOWTOPICCHANGE = JohnSmith"= the quotes are for the ending of the if. For some reason it now takes is as part of the user name so nobody can edit it. Inserting a blank line between the name and the quotes solves the problem. Need to modify all user's pages manually?
 

Plugins

Line: 50 to 51
 
Forum Web display
  • errors on pages other than <nop>WebHome
Added:
>
>
FIXED: See above -- JuanUribe - 2009-10-27
 
Topics editing
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.

Revision 152009-10-27 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Changed:
<
<
>
>
Errors and bugs documented from our recent upgrade from TWiki v4.0.1 to TWiki v4.3.1
 
Changed:
<
<

Scripts

>
>

Scripts

 
Problem registering new users:
  • Error relates to Mail command, mail server possibly not configured to enable out-going emails
Line: 20 to 20
 
  • The save script can only be called with POST method. Example:

<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
Added:
>
>
  • I think this comes from the skin/template. When I try to save a new topic, the warn log file has the following:
  • | 2009-10-26 - 18:15 | TWiki::Plugins::TWikiNetSkinPlugin::initPlugin did not return true (0)
 
Deleted:
<
<
I think this comes from the skin/template. When I try to save a new topic, the warn log file has the following:
 
Changed:
<
<
| 2009-10-26 - 18:15 | TWiki::Plugins::TWikiNetSkinPlugin::initPlugin did not return true (0)

Plugins

>
>

Plugins

 
contacting twiki.org
  • unable to directly contact twiki.org via the configuration tool (from a broswer on the server), although is able to ping the site from terminal

Actiontrackingplugin
  • unable to correctly install this plugin: required for ATAAC website
Changed:
<
<
  • Think I've fixed this, by correcting the plugin file ownership (to apache instead of root) - TC
>
>
  • FIXED: Think I've fixed this, by correcting the plugin file ownership (to apache instead of root) - TC
 
Chartplugin
  • unable to correctly install this plugin
  • Seemed to have same problem as Actiontrackingplugin - TC
Added:
>
>

 
Changed:
<
<

Formatting

>
>

Formatting

 
TWiki web header errors
Line: 48 to 55
 
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
  • I've just been 'playing' with the WYSIWYG editor and it can be pretty frustrating - especially if some pages contain none standard formatting - is there a way to make a page 'raw-editable-only'? One thing I noticed is that editing using the 'TWiki Mark Up' button from WYSIWYG is NOT the same as editing with rawedit. The fact that you have to 'bypass' WYSIWYG can cause problems: -- AlistairRevell - 2009-10-26
Changed:
<
<

Others

>
>
Form displayed at bottom of page
  • forms always displayed at bottom of page
  • FIXED: : adding the following line to view.***.tmpl suppresses this. -- AlistairRevell - 2009-10-27
%TMPL:DEF{"form"}%%TMPL:END%
  • to re-display forms at bottom of all pages put
%TMPL:DEF{"form"}%%META{"form"}%%TMPL:END%

ICONS in formfields
  • Had problem displaying icons in formfields, as in the testcase status (e.g. 1 star, 2 stars...) as in TestCaseDescForm, most likely something to do with WYSIWIG...
  • FIXED: : solution was to use select-value as a formfield type instead of select. this allows a text entry in the formfield to equate to a piece of code in the rendered text -- AlistairRevell - 2009-10-27
  • e.g. select-value | onestar = Gold star, favorites

Others

 
Machine hostnames wrong
  • causing problems with Database, Flomania, Desider sites ( FIXED: - TC).

Revision 142009-10-26 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 21 to 21
 
<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
Added:
>
>
I think this comes from the skin/template. When I try to save a new topic, the warn log file has the following:

| 2009-10-26 - 18:15 | TWiki::Plugins::TWikiNetSkinPlugin::initPlugin did not return true (0)

 

Plugins

contacting twiki.org

Revision 132009-10-26 - TimCraft

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 28 to 28
 
Actiontrackingplugin
  • unable to correctly install this plugin: required for ATAAC website
Added:
>
>
  • Think I've fixed this, by correcting the plugin file ownership (to apache instead of root) - TC
 
Chartplugin
  • unable to correctly install this plugin
Added:
>
>
  • Seemed to have same problem as Actiontrackingplugin - TC
 

Formatting

Revision 122009-10-26 - TimCraft

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 6 to 6
 
Problem registering new users:
  • Error relates to Mail command, mail server possibly not configured to enable out-going emails
Changed:
<
<
Warning: Could not send confirmation email ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\n Your e-mail address must be valid to register successfully.
>
>
Warning: Could not send confirmation email ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\n Your e-mail address must be valid to register successfully.
 
  • The problem seems to come from the mail program. Here is one entry from the maillog file:
Changed:
<
<
Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
>
>
Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
 
  • FIXED: : Needed to add Mail to lthe list of the allowed services by the firewall. Sendmail works but need to test new registration -- JuanUribe - 2009-10-26
Added:
>
>
  • I've just received e-mail notification of a new registration - so presumably it is working now. I'd also, previously, modified /etc/mail/sendmail.cf to match the mailrouter entry on the old machine (I suspect it points to an old router, and there's a more "correct" way of setting it - but it seems to work!)-- TC
 
Unable to 'create' new topic in forum :
  • error relates to 'save' script Attention:
  • The save script can only be called with POST method. Example:
Changed:
<
<
<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
>
>
<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
 

Plugins

Revision 112009-10-26 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"

Scripts

Problem registering new users:
Changed:
<
<
*error relates to Mail command, mail server possibly not configured to enable out-going emails
    • Warning: Could not send confirmation email
    • ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
>
>
  • Error relates to Mail command, mail server possibly not configured to enable out-going emails
Warning: Could not send confirmation email ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\n Your e-mail address must be valid to register successfully.
 
Changed:
<
<
The problem seems to come from the mail program. Here is one entry from the maillog file:
>
>
  • The problem seems to come from the mail program. Here is one entry from the maillog file:
 
Added:
>
>
 Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
Added:
>
>
 
Changed:
<
<
FIXED:

Neede to add Mail to lthe list of the allowed services by the firewall. Sendmail works but need to test new registration

-- JuanUribe - 2009-10-26

>
>
  • FIXED: : Needed to add Mail to lthe list of the allowed services by the firewall. Sendmail works but need to test new registration -- JuanUribe - 2009-10-26
 
Unable to 'create' new topic in forum :
  • error relates to 'save' script Attention:
Changed:
<
<
The save script can only be called with POST method. Example:

<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
>
>
  • The save script can only be called with POST method. Example:

<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
 

Plugins

Line: 44 to 47
 
Topics editing
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
Added:
>
>
  • I've just been 'playing' with the WYSIWYG editor and it can be pretty frustrating - especially if some pages contain none standard formatting - is there a way to make a page 'raw-editable-only'? One thing I noticed is that editing using the 'TWiki Mark Up' button from WYSIWYG is NOT the same as editing with rawedit. The fact that you have to 'bypass' WYSIWYG can cause problems: -- AlistairRevell - 2009-10-26
 
Deleted:
<
<

Others

 
Deleted:
<
<
  • Machine hostnames wrong - causing problems with Database, Flomania, Desider sites (Fixed - TC).
 
Deleted:
<
<
-- AlistairRevell - 2009-10-25
 \ No newline at end of file
Added:
>
>

Others

Machine hostnames wrong
  • causing problems with Database, Flomania, Desider sites (FIXED: - TC).

Revision 102009-10-26 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 16 to 16
  FIXED:
Changed:
<
<
Neede to add Mail to lthe list of the allowed services by the firewall.
>
>
Neede to add Mail to lthe list of the allowed services by the firewall. Sendmail works but need to test new registration
  -- JuanUribe - 2009-10-26

Revision 92009-10-26 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"

Revision 82009-10-26 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 6 to 6
 
Problem registering new users:
*error relates to Mail command, mail server possibly not configured to enable out-going emails
Added:
>
>
 
    • Warning: Could not send confirmation email
    • ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
Line: 11 to 12
  The problem seems to come from the mail program. Here is one entry from the maillog file:
Deleted:
<
<
 Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
Added:
>
>
FIXED:

Neede to add Mail to lthe list of the allowed services by the firewall.

  -- JuanUribe - 2009-10-26

Revision 72009-10-26 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Changed:
<
<
>
>
 

Scripts

Changed:
<
<
Problem registering new users
>
>
Problem registering new users:
 
  • error relates to Mail command, mail server possibly not configured to enable out-going emails
  • Warning: Could not send confirmation email
Changed:
<
<
    •  ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
>
>
    • ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
 
Changed:
<
<
  • The problem seems to come from the mail program. Here is one entry from the maillog file:
    •  
      Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
      
>
>
The problem seems to come from the mail program. Here is one entry from the maillog file:

Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable

 
Deleted:
<
<
-- JuanUribe - 2009-10-26
 
Changed:
<
<
Unable to 'create' new topic in forum
  • error relates to 'save' script Attention

    The save script can only be called with POST method. Example:

    <form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>

    If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.

>
>
-- JuanUribe - 2009-10-26
 
Changed:
<
<

>
>
Unable to 'create' new topic in forum :
  • error relates to 'save' script Attention:
The save script can only be called with POST method. Example:

<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>
If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.
 

Plugins

Line: 31 to 32
 
Chartplugin
  • unable to correctly install this plugin
Deleted:
<
<

 

Formatting

Changed:
<
<
TWiki web header
  • errors : look at toolbar
>
>
TWiki web header errors
 
Forum Web display
  • errors on pages other than <nop>WebHome
Line: 44 to 42
 
Topics editing
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
Changed:
<
<

>
>
 

Others

Changed:
<
<
Machine hostnames wrong
  • causing problems with Database, Flomania, Desider sites (Fixed - TC).
>
>
  • Machine hostnames wrong - causing problems with Database, Flomania, Desider sites (Fixed - TC).
  -- AlistairRevell - 2009-10-25

Revision 62009-10-26 - AlistairRevell

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Changed:
<
<
>
>
 

Scripts

Changed:
<
<
  • Problem registering new users: error relates to Mail command, mail server possibly not configured to enable out-going emails
>
>
Problem registering new users
  • error relates to Mail command, mail server possibly not configured to enable out-going emails
  • Warning: Could not send confirmation email
    •  ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.

  • The problem seems to come from the mail program. Here is one entry from the maillog file:
    •  
      Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
      
 
Changed:
<
<
Warning: Could not send confirmation email
>
>
-- JuanUribe - 2009-10-26
 
Changed:
<
<
ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
>
>
Unable to 'create' new topic in forum
  • error relates to 'save' script Attention

    The save script can only be called with POST method. Example:

    <form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>

    If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.

 
Changed:
<
<
The problem seems to come from the mail program. Here is one entry from the maillog file:
>
>

 
Changed:
<
<
Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
>
>

Plugins

 
Changed:
<
<
-- JuanUribe - 2009-10-26
>
>
contacting twiki.org
  • unable to directly contact twiki.org via the configuration tool (from a broswer on the server), although is able to ping the site from terminal
 
Changed:
<
<
  • Unable to 'create' new topic in forum : error relates to 'save' script Attention

    The save script can only be called with POST method. Example:

    <form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>

    If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.

>
>
Actiontracking plugin
  • unable to correctly install this plugin: required for ATAAC website
 
Changed:
<
<

Plugins

>
>
Chartplugin
  • unable to correctly install this plugin
 
Changed:
<
<
  • contacting twiki.org unable to directly contact twiki.org via the configuration tool (from a broswer on the server), although is able to ping the site from terminal
>
>

 
Changed:
<
<
  • Actiontrackingplugin unable to correctly install this plugin: required for ATAAC website
>
>

Formatting

 
Changed:
<
<
  • Chartplugin unable to correctly install this plugin
>
>
TWiki web header
  • errors : look at toolbar
 
Changed:
<
<

Formatting

>
>
Forum Web display
  • errors on pages other than <nop>WebHome
 
Changed:
<
<
  • TWiki web header errors
>
>
Topics editing
  • Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
 
Changed:
<
<
  • Forum Web display errors on pages other than <nop>WebHome
>
>

 
Deleted:
<
<
  • Topics editing Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
 

Others

Changed:
<
<
  • Machine hostnames wrong - causing problems with Database, Flomania, Desider sites (Fixed - TC).
>
>
Machine hostnames wrong
  • causing problems with Database, Flomania, Desider sites (Fixed - TC).
  -- AlistairRevell - 2009-10-25

Revision 52009-10-26 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 10 to 10
  ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
Added:
>
>
The problem seems to come from the mail program. Here is one entry from the maillog file:

Oct 26 10:01:00 cfd sendmail[9054]: n9QA10YR009054: to=Gustavo Perez <gustavo.perezprieto@postgrad.manchester.ac.uk>, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31742, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable

-- JuanUribe - 2009-10-26

 
  • Unable to 'create' new topic in forum : error relates to 'save' script
Added:
>
>
Attention

The save script can only be called with POST method. Example:

<form name="new" action="/go4hybrid/bin/save/Sandbox/" method="post"> ... </form>

If you are developing a TWikiApplication, see TWikiScripts#save for a description of the correct parameters.

 

Plugins

Revision 42009-10-26 - FlavienBillard

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 25 to 25
 * TWiki web header errors

* Forum Web display errors on pages other than <nop>WebHome

Added:
>
>
  • Topics editing Should the "Raw edit" mode be default for everyone? It was a known issue that the WYSIWYG mode and the Raw edit mode were incompatible for table editing, but now it's even more obvious since WYSIWYG is default.
 

Others

* Machine hostnames wrong - causing problems with Database, Flomania, Desider sites (Fixed - TC).

Revision 32009-10-26 - JuanUribe

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 6 to 6
  * Problem registering new users: error relates to Mail command, mail server possibly not configured to enable out-going emails
Added:
>
>
Warning: Could not send confirmation email

ERROR: Exit code 17664 from TWiki::cfg{MailProgram} at /home/httpd/twiki/lib/TWiki/Net.pm line 375. Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.

 * Unable to 'create' new topic in forum : error relates to 'save' script

Plugins

Revision 22009-10-26 - TimCraft

Line: 1 to 1
 
META TOPICPARENT name="AlistairRevell"
Line: 21 to 21
 * TWiki web header errors

* Forum Web display errors on pages other than <nop>WebHome

Added:
>
>

Others

* Machine hostnames wrong - causing problems with Database, Flomania, Desider sites (Fixed - TC).

  -- AlistairRevell - 2009-10-25

Revision 12009-10-25 - AlistairRevell

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="AlistairRevell"

Scripts

* Problem registering new users: error relates to Mail command, mail server possibly not configured to enable out-going emails

* Unable to 'create' new topic in forum : error relates to 'save' script

Plugins

* contacting twiki.org unable to directly contact twiki.org via the configuration tool (from a broswer on the server), although is able to ping the site from terminal

* Actiontrackingplugin unable to correctly install this plugin: required for ATAAC website

* Chartplugin unable to correctly install this plugin

Formatting

* TWiki web header errors

* Forum Web display errors on pages other than <nop>WebHome

-- AlistairRevell - 2009-10-25

 
Copyright © by the contributing authors. Unless noted otherwise, all material on this web site is the property of the contributing authors.

mersin escort bayan adana escort bayan izmit escort ankara escort bursa escort