Report bugs for Version 1.2.7 here
-
- Posts: 9
- Joined: Fri Jun 08, 2012 8:50 am
Re: Problem with v1.27
Dont know whats happening now..
Fatal error: Cannot redeclare class ModuleNavigation in /websites/123reg/LinuxPackage21/2i/nc/hs/2inchsquare.co.uk/public_html/1aBadgeShop/catalog/language/english/extension/module/navigation.php on line 40
The navigation.php file simply reads
<?php
// Text
$_['text_home'] = 'Home';
$_['text_account'] = 'My Account';
$_['text_login'] = 'Log In';
$_['text_logout'] = 'Log Out';
$_['text_cart'] = 'Cart';
$_['text_checkout'] = 'Checkout';
?>
(There isn't a line 40)
I have an extreemly basic knowledge of php and mysql, i dont understand it.
Fatal error: Cannot redeclare class ModuleNavigation in /websites/123reg/LinuxPackage21/2i/nc/hs/2inchsquare.co.uk/public_html/1aBadgeShop/catalog/language/english/extension/module/navigation.php on line 40
The navigation.php file simply reads
<?php
// Text
$_['text_home'] = 'Home';
$_['text_account'] = 'My Account';
$_['text_login'] = 'Log In';
$_['text_logout'] = 'Log Out';
$_['text_cart'] = 'Cart';
$_['text_checkout'] = 'Checkout';
?>
(There isn't a line 40)
I have an extreemly basic knowledge of php and mysql, i dont understand it.
Re: Problem with v1.27
Have you modified the index.php?
What would you like to do/add? Let us know, and we will tell you what file should be edited.
PS. re-upload the /catalog/extension/module/navigation.php file.
What would you like to do/add? Let us know, and we will tell you what file should be edited.
PS. re-upload the /catalog/extension/module/navigation.php file.
-
- Posts: 9
- Joined: Fri Jun 08, 2012 8:50 am
Re: Problem with v1.27
all i have done and is 3 things,
1. I added a facebook page link as a tab on the top menu, - Now deleted all the code associated with this
2. I added google adsense code in product.tpl
3. I added addthis code in product.tpl
Everything else has remained un-edited
Im not bothered about the facebook page, just want the site working again..
1. I added a facebook page link as a tab on the top menu, - Now deleted all the code associated with this
2. I added google adsense code in product.tpl
3. I added addthis code in product.tpl
Everything else has remained un-edited
Im not bothered about the facebook page, just want the site working again..
-
- Posts: 9
- Joined: Fri Jun 08, 2012 8:50 am
Re: Problem with v1.27
I have decided to make a backup of the SQL and a backup of the images and im going to delete the sql and all the files. then upload a fresh copy of everything. Think its the only way forward.
-
- Posts: 2
- Joined: Tue Nov 06, 2012 3:03 pm
Re: Report bugs for Version 1.2.7 here
Hey - BUG REPORT
Goto configuration/store localization/ & then under Default Currency.
the default values for the "Default Currency:" category has been switched between the USA & Canada, so I have put the default value on Canadian dollar to have the US dollar show on my Page .... & so it goes
Goto configuration/store localization/ & then under Default Currency.
the default values for the "Default Currency:" category has been switched between the USA & Canada, so I have put the default value on Canadian dollar to have the US dollar show on my Page .... & so it goes
Re: Report bugs for Version 1.2.7 here
In you browser, clear the currency cookie. The first time you went in, the cart set a cookie for your default curreny as US.
Even though you changed the cart default, your browser still has the original US as default.
Even though you changed the cart default, your browser still has the original US as default.
-
- Posts: 2
- Joined: Tue Nov 06, 2012 3:03 pm
Re: Report bugs for Version 1.2.7 here
- - -Brent wrote:In you browser, clear the currency cookie. The first time you went in, the cart set a cookie for your default curreny as US.
Even though you changed the cart default, your browser still has the original US as default.
yes it is an issus with cookies .... I clear them and back to find Canadian dollars set to defualt ... Changed it back to US... & NO other issues....
ThankYou