Hi,
I just did an upgrade on a site from 6.0 to 6.1.2 following the upgrade instructions carefully. I thought everything went smoothly and I got a "upgrade completed successfully" message but I did get one error message midway through the upgrade:
--------------
Adding new localization keys and strings (only for english)...
MySQL error: Duplicate entry '_Total' for key 2. OK
--------------
Then, when I then went to the homepage for the first time since the upgrade, I got this message:
-----------------
Warning:
main(/var/www/vhosts/mydomain.com/httpdocs/templates/base/scripts/BxBaseCmtsView.php):
failed to open stream: No such file or directory in /var/www/vhosts/mydomanin.com/httpdocs/templates/tmpl_uni/scripts/BxTemplCmtsView.php on line 3
Fatal error: main(): Failed opening required
'/var/www/vhosts/mydomain.com/httpdocs/templates/base/scripts/BxBaseCmtsView.php'
(include_path='.:/usr/share/pear') in /var/www/vhosts/mydomain.com/httpdocs/templates/tmpl_uni/scripts/BxTemplCmtsView.php on line 3
------------------
I looked at that "BxTemplCmtsView.php" file and there doesn't seem to be much there:
-------------------
<?
require_once( BX_DIRECTORY_PATH_BASE . 'scripts/BxBaseCmtsView.php' );
class BxTemplCmtsView extends BxBaseCmtsView
{
function BxTemplCmtsView( $sSystem, $iId, $iInit = 1 )
{
BxBaseCmtsView::BxBaseCmtsView( $sSystem, $iId, $iInit );
}
}
?>
--------------------
Can anyone give me a hand with this one?
Thanks
Rob