[Koha-bugs] [Bug 12251] Error in sample_notices.sql (es-ES)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 14 09:13:02 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12251

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28218|0                           |1
        is obsolete|                            |

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 28230
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28230&action=edit
Bug 12251: Error in sample_notices.sql (es-ES)

On bug 10845 some lines from sample_notices.sql were ommited when adding the
trailing parameter. This produces some errors when installing using 'es-ES'
sample data; and, in some conditions I couldn't reproduce right now, ocasional
C4/NewsChannel.pm errors due to mandatory message transport data incompletely
loaded.

To reproduce:
- Make sure your setup has the es-ES translations installed and up-to-date
(translation should raise lots of warnings)
- With a cleaned (DROP DATABASE ... ; CREATE DATABASE ...;) run the
webinstaller
- Choose es-ES for the webinstaller.
- Follow the steps and choose all the sample data.
=> Errors related to sample_notices.sql and
sample_notices_message_transports.sql show.

To fix:
- Apply this patch.
- Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer)
- Run the webinstaller using es-ES
- Follow the steps and choose all sample data.
=> SUCCESS: no errors.
- Sign :-D

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list