Thursday 28 July 2005 8:22:54 am
Why should I have to fish anything out? Why don't all the necessary messages appear on screen? Anyways, the last messages that appear on mysql.log are:
123 Query INSERT INTO ezcontent_translation (name, locale) VALUES('Português', 'por-BR')
123 Query SELECT id, name, locale
FROM ezcontent_translation
WHERE locale='eng-US'
ORDER BY id ASC
123 Query INSERT INTO ezcontent_translation (name, locale) VALUES('English (American)', 'eng-US')
123 Query BEGIN WORK
123 Query INSERT INTO ezcontentobject_name( contentobject_id,
name,
content_version,
content_translation, real_translation )
SELECT con.contentobject_id,
con.name,
con.content_version,
'eng-US', 'por-BR' FROM ezcontentobject_name con
WHERE con.content_translation = 'por-BR'
123 Query UNLOCK TABLES
123 Query ROLLBACK 123 Quit Here's the system information that shows during install... what else should I inform? You asked about the database. It´s a standard MySql 3.23.54 where I successfully installed 3.6.0 before. Comments:
Site info:
Template - Plain
Title - A Biblioteca Virtual do Estudante de Língua Portuguesa
URL - http://carraher.futuro.usp.br/ezpublish/index.php/bibvirt
Admin URL - http://carraher.futuro.usp.br/ezpublish/index.php/bibvirt_admin
Access type - url
Access value - bibvirt Functionality - contact_us, files, gallery, links, media, news, poll, weblog
PHP info: Version - 4.3.1
OS info
Name - Linux carraher.futuro.usp.br 2.4.21-28872cl #1 Sex Mar 21 22:55:39 BRT 2003 i686
CPU Type - AMD Duron(tm) Processor
CPU Speed - 1000.047 MHz Memory Size - 245788672 (234.40 MB)
Database info:
Type - MySQL Driver - ezmysql
Email info: Transport - sendmail Image conversion: ImageGD extension was found and used.
Regional info:
Primary - por-BR Additional - eng-US, esl-MX, por-PT, por-BR Critical tests
directory_permissions - Success
database_extensions - Success
image_conversion - Success
open_basedir - Success
safe_mode - Success
memory_limit - Success
execution_time - Success
magic_quotes_runtime - Success
php_session - Success file_upload - Success Other tests:
php_magicquotes - Failure
zlib_extension - Success
mbstring_extension - Success
imagegd_extension - Success
imagemagick_program - Failure
database_all_extensions - Failure
php_register_globals - Failure texttoimage_functions - Success I've posted this here at this forum section so we don't lose history. But following your suggestion I also reported it in the bug report section. Thanks.
|