Hi,
I have some errors when I try to install the latest HI SVN version.
1.- I update my SVN repository by using Tortoisesvn in Windows XP, I compress the dev folder into a zip file and upload it by ftp to my debian machine.
2.- I unzipped all the files and folders to the /var/www/dev folder and make www-data owner of all files and folders giving ugo+rwx (I know its not necesary but its only for testing).
3.- I put to false the CHECKED, UPDATED and CONFIGURED constants in /var/www/dev/include/config/config.inc.php
4.- I begin the installation in http://localhost/dev, accept the license agreement, successfully complete the step 0 and when i click next step (going to step 1) It shows me a blank page, I just see the left menu (step0, step1...).
Second try :P
1.- I install HI 1.0 and configure it, all steps goes ok.
2.- I update the 1.0 folder with the archives of the svn.
3.- When I go to http://localhost/dev I can see this message: "Notice: Undefined variable: filer_activated in /var/www/dev/index.php on line 354" in the top of the page.
4.- When I try to login I receive: "Fatal exception: Database Connexion error in /var/www/dev/index.php at line 170
Please check your configuration settings and dbms server availability (see check )
details : MDB2 Error: not found" in a blank page.
5.- When I click on CHECK I can see everything OK except:
[eaccelerator : FAILED]
Database connexion : FAILED Database Connexion => error using config file parameters.
The file sgbd.inc.php:
<?php
define('SQL_TYPE', 'mysql');
define('SQL_USER', 'inventarios');
define('SQL_PASSWORD', '*********');
define('SQL_SERVER', 'localhost');
define('SQL_DB', 'inventario_svn');
define('INVENTORY_DSN', SQL_TYPE.'://'.SQL_USER.':'.SQL_PASSWORD.'@'.SQL_SERVER.'/'.SQL_DB);
?>
Hope it helps!!
Thanks,
Felipe
Logged In: YES
user_id=1385441
Originator: NO
We have moved to MDB2 pear package
pleas install it
Logged In: YES
user_id=1542659
Originator: YES
MDB2 pear package its already installed.
"debian:~# pear install --alldeps mdb2
Ignoring installed package pear/mdb2
Nothing to install"