I am trying to do a clean install on my current server in a sub-domain as per my support dept.
I have followed the instructions on copy files and change permissions to 777 on my server. I then go to my browser url and try to install from the install/install.php
I had a time zone error but that has been fixed .
I then tried again and got the following error
Warning: include(/var/www/vhosts/xxx-airways.com/site2/core/classes/ezdb/ezdb.class.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 36
Warning: include() [function.include]: Failed opening ‘/var/www/vhosts/xxx-airways.com/site2/core/classes/ezdb/ezdb.class.php’ for inclusion (include_path=‘.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 36
Warning: include(/var/www/vhosts/xxx-airways.com/site2/core/lib/mysqldiff/MySQLDiff.class.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 49
Warning: include() [function.include]: Failed opening ‘/var/www/vhosts/xxx-airways.com/site2/core/lib/mysqldiff/MySQLDiff.class.php’ for inclusion (include_path=‘.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 49
I fixed the first 2 by copy my current core/classes/ezdb/ezdb.class.php file from my current working site but know getting this errors
Warning : include(/var/www/vhosts/xxx-airways.com/site2/core/lib/mysqldiff/MySQLDiff.class.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 49
Warning : include() [function.include]: Failed opening ‘/var/www/vhosts/xxx-airways.com/site2/core/lib/mysqldiff/MySQLDiff.class.php’ for inclusion (include_path=‘.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/xxx-airways.com/site2/install/includes/loader.inc.php on line 49
Notice : The template file “/var/www/vhosts/xxx-airways.com/site2/install/templates/header.php” doesn’t exist in /var/www/vhosts/xxx-airways.com/site2/core/classes/TemplateSet.class.php on line 231
Notice : The template file “/var/www/vhosts/xxx-airways.com/site2/install/templates/s0_config_check.php” doesn’t exist in /var/www/vhosts/xxx-airways.com/site2/core/classes/TemplateSet.class.php on line 231
Notice : The template file “/var/www/vhosts/xxx-airways.com/site2/install/templates/footer.php” doesn’t exist in /var/www/vhosts/xxx-airways.com/site2/core/classes/TemplateSet.class.php on line 231
I can’t recall getting these problems with my last working install