problem installing ezpublish-3.7.2,please help

Author Message

kenneth johansen

Tuesday 15 November 2005 10:16:49 am

i have installed:
mysql 5.0.15
apache 1.3.34
php-4.4.1
ubuntu 5.10.

i have fixed mysql, apache and php to play ball.

i have gone through the ez wizard for installation and im
stuck at the creating sites page with the following errormessage:
---------------------------------------------------
# EZSW-004Failed inserting data to mysql
Unknown table 'ezapprove_items' in information_schema
# EZSW-040Failed to initialize site package plain
----------------------------------------------------

if i try to press the retry button, my ez/var/log/error.log file logs the following:
-----------------------------------------------------
id int(11) NOT NULL AUTO_INCREMENT,
workflow_process_id int(11) NOT NULL DEFAULT '0',
PRIMARY KEY ( id )
) TYPE=InnoDB
[ Nov 15 2005 17:58:39 ] [127.0.0.1] Failed inserting the SQL:
CREATE TABLE ezapprove_items (
collaboration_id int(11) NOT NULL DEFAULT '0',
id int(11) NOT NULL AUTO_INCREMENT,
workflow_process_id int(11) NOT NULL DEFAULT '0',
PRIMARY KEY ( id )
) TYPE=InnoDB
[ Nov 15 2005 17:58:56 ] [127.0.0.1] Connection error: Couldn't connect to database. Please try again later or inform the system administrator.
Access denied for user 'root'@'localhost' (using password: NO)
--------------------------------------------------------

can anyone enlighten me on what ive done wrong ? ive followed the ez installation procedure to the letter.

if i login to the mysql database as root from a term, with the password ive set, it works just fine.

and why is it tryin to access the database withouth a password? i spesifically set the password on a page within the installation wizard.

any and all help is appriciated.

regards

kenneth

Gurudutt Verma

Tuesday 15 November 2005 12:08:17 pm

Hi

See following links might be helpful.

http://ez.no/community/forum/install_configuration/problem_with_install_3_7_0/re_problem_with_install_3_7_0__2

http://ez.no/community/forum/install_configuration/to_all_windows_users_install_fixes

All the best

kenneth johansen

Wednesday 16 November 2005 7:48:56 am

i logged into my mysql database as the root user and issued the following commands:
UPDATE mysql.user SET Password = OLD_PASSWORD('my_chosen_password') WHERE Host = 'localhost' AND User = 'root';
FLUSH PRIVILEGES;

i then stopped the server and started it again with the following parameters:
/usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/local/mysql/data/opinion.pid --skip-locking --old-password

i then pressed the retry button in the ez installation wizard... and i got the same error message again.

im missing something, but what ?

please help

kenneth johansen

Wednesday 16 November 2005 7:56:56 am

forgot to mention that the update user and flush commands went well.

Jozef Pavlik

Wednesday 16 November 2005 10:41:02 am

Look at this:

http://ez.no/community/forum/install_configuration/error_message__1

There is propably a bug when you use MySQL 5.0.15

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 11:35:24
Script start
Timing: Jan 31 2025 11:35:24
Module start 'layout'
Timing: Jan 31 2025 11:35:24
Module start 'content'
Timing: Jan 31 2025 11:35:24
Module end 'content'
Timing: Jan 31 2025 11:35:24
Script end

Main resources:

Total runtime0.0163 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.3828151.2422
Module start 'layout' 0.00550.0024 739.625036.7109
Module start 'content' 0.00790.0070 776.335994.2188
Module end 'content' 0.01490.0013 870.554733.9922
Script end 0.0163  904.5469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002414.5643140.0002
Check MTime0.00106.0687140.0001
Mysql Total
Database connection0.00074.530710.0007
Mysqli_queries0.002113.163730.0007
Looping result0.00000.080410.0000
Template Total0.00106.210.0010
Template load0.00084.758810.0008
Template processing0.00021.445910.0002
Override
Cache load0.00053.353810.0005
General
dbfile0.002917.709180.0004
String conversion0.00000.030740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs