Page 10 of 16
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 2:57 am
by opencartisalright
tghasemi wrote:Bug: OpenCart 1.5.0 does not send the order confirmation email to the customer. For some odd reasons it does not through an exception and exist in "system/library/template.php" line 21.
Cause: "/catalog/model/checkout/order.php" line 368 : $html = $template->fetch('default/template/checkout/mail/order.tpl') is not a valid path
Fix: change it to : $html = $template->fetch('default/template/mail/order.tpl');
I can't speak for your proposed fix, but when I make an order as a customer on my store I get the order confirmation e-mail without any problem. Are you using the latest version?
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 2:58 am
by Blnukem
After today's fresh install Add to cart, Add to Wish List, Add to Compare and search no longer work here is the IE error MSG.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; SearchToolbar 1.2; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
http://bsalsa.com) ; .NET CLR 1.0.3705; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET4.0C; .NET4.0E; Media Center PC 2.8; Media Center PC 3.0; AskTbFXTV5/5.11.3.15590; .NET CLR 3.5.30729)
Timestamp: Thu, 2 Jun 2011 18:54:02 UTC
Message: 'jQuery' is undefined
Line: 10
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... tom.min.js
Message: 'jQuery' is undefined
Line: 60
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... .cookie.js
Message: '$' is undefined
Line: 1
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... ry/tabs.js
Message: Object expected
Line: 1
Char: 83
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... pressed.js
Message: Object expected
Line: 1
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... /common.js
Message: 'jQuery' is undefined
Line: 18
Char: 2
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... .4.pack.js
Message: Object expected
Line: 249
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/index.php? ... oduct_id=3
Message: Object expected
Line: 252
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/index.php? ... oduct_id=3
Message: Object expected
Line: 302
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/index.php? ... oduct_id=3
Message: Object expected
Line: 347
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/index.php? ... oduct_id=3
Message: 'jQuery' is undefined
Line: 20
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/catalog/vi ... r-addon.js
Message: '$' is undefined
Line: 351
Char: 1
Code: 0
URI:
http://shop.MyDomainName.com/index.php? ... oduct_id=3
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 3:47 am
by Robert1
Possible Bug, check post but not sure if reported, Please see screenshot
Did Clean install 1.5.0 (june 1st midnight) seem to be having issue on IE9/FF3.6 (Haven't Tested FF4)
Bullets seem to be off in footer, I'm guessing css issue, not hiding <li> code properly. Anyone else having same issue and has a fix if bug been posted?
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 4:36 am
by Scribe
For me the image/file manager is empty, I replaced my opencart 1.5 with the fixed version and this resolved the issue however after updating files to the latest downloadable version it has broken again. If someone could confirm what was broken I could look at just applying a quick fix myself.
Thanks
EDIT: Just noticed 1.5.0.1 will try this cheers
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 7:02 am
by tghasemi
opencartisalright wrote:tghasemi wrote:Bug: OpenCart 1.5.0 does not send the order confirmation email to the customer. For some odd reasons it does not through an exception and exist in "system/library/template.php" line 21.
Cause: "/catalog/model/checkout/order.php" line 368 : $html = $template->fetch('default/template/checkout/mail/order.tpl') is not a valid path
Fix: change it to : $html = $template->fetch('default/template/mail/order.tpl');
I can't speak for your proposed fix, but when I make an order as a customer on my store I get the order confirmation e-mail without any problem. Are you using the latest version?
I'm using 1.5.0 ! look at the code below .. it's pointing to a location that does not exist !
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/mail/order.tpl')) {
$html = $template->fetch($this->config->get('config_template') . '/template/mail/order.tpl');
} else {
$html = $template->fetch('default/template/checkout/mail/order.tpl');
}
I'm using a different payment method other than the pre-installed ones ... I traced the code for Cash Delivery and my own Mod, they both get to this point and both trigger the exception at "system/library/template.php" line 21 which is : exit('Error: Could not load template ' . $file . '!'); but for some odd reasons the other mod passes the exit() and reloads !
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 10:12 am
by JasonSGN
Just found a small bug. If a customer adds an item to their wish list and that item is later deleted in the admin area, the customer's wish list will show that there's 1 item in their wish list, but if you go into your wish list nothing appears. I had to manually delete the wish list contents from the database to clear it out.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 10:49 am
by sn0rcha
Anyone else noticed that "cost price" has been removed? - or has it been moved somewhere else?
Found another bug:
When using SEO urls for categories.. If you navigate to a category via an SEO URL - the categories navigation on the left (or right) doesn't expand.
Cheers,
Snorcha
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 11:42 am
by Daniel
your jquerys missing. reupload the jquery file.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 11:44 am
by Daniel
opencartisalright wrote:tghasemi wrote:Bug: OpenCart 1.5.0 does not send the order confirmation email to the customer. For some odd reasons it does not through an exception and exist in "system/library/template.php" line 21.
Cause: "/catalog/model/checkout/order.php" line 368 : $html = $template->fetch('default/template/checkout/mail/order.tpl') is not a valid path
Fix: change it to : $html = $template->fetch('default/template/mail/order.tpl');
I can't speak for your proposed fix, but when I make an order as a customer on my store I get the order confirmation e-mail without any problem. Are you using the latest version?
fixed.
it only happens if you use a different template.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 11:45 am
by Daniel
Robert1 wrote:Possible Bug, check post but not sure if reported, Please see screenshot
Did Clean install 1.5.0 (june 1st midnight) seem to be having issue on IE9/FF3.6 (Haven't Tested FF4)
Bullets seem to be off in footer, I'm guessing css issue, not hiding <li> code properly. Anyone else having same issue and has a fix if bug been posted?
i'm pretty sure this is because you have a a missing end tag some where and is causing the slideshow style to spread accross the footer.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 12:11 pm
by a_sun
Daniel wrote:a_sun wrote:When I try to do the backup.
admin>system>backup/restore
I have this error message:
Notice: Undefined index: Tables_in_EPdb in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\tool\backup.php on line 21Notice: Undefined index: Tables_in_EPdb in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\tool\backup.php on line 21Notice: Undefined index: Tables_in_EPdb in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\tool\backup.php
I have reinstall the store with the SVN 352.
Thanks,
a_sun
which version of mysql are you using?
Hi Daniel:
I am using MySQL version 5.0.27.
Please help to check what problem cause?
Thanks,
a_sun
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 12:40 pm
by scmKORE
Is it possible to know as of which post the current 1.5.0.1 version is so that I can apply fixes accordingly?
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 12:42 pm
by Daniel
sn0rcha wrote:Anyone else noticed that "cost price" has been removed? - or has it been moved somewhere else?
Found another bug:
When using SEO urls for categories.. If you navigate to a category via an SEO URL - the categories navigation on the left (or right) doesn't expand.
Cheers,
Snorcha
works fine for me.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 12:49 pm
by Daniel
a_sun wrote:Daniel wrote:a_sun wrote:When I try to do the backup.
admin>system>backup/restore
I have this error message:
Notice: Undefined index: Tables_in_EPdb in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\tool\backup.php on line 21Notice: Undefined index: Tables_in_EPdb in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\tool\backup.php on line 21Notice: Undefined index: Tables_in_EPdb in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\tool\backup.php
I have reinstall the store with the SVN 352.
Thanks,
a_sun
which version of mysql are you using?
Hi Daniel:
I am using MySQL version 5.0.27.
Please help to check what problem cause?
Thanks,
a_sun
don;t use spaces in your db name, or db prefix.
took me a while of searching the web to find other people that have this problem.
"
> > > I try to use: Show Tables from My Design
> > > Where "My Design" is the name of the Database. - But it is not
> working
> > > Even not with: Show Tables from 'My Design'
> > >
> > > How can I use a Database name wit 2 words in it!?
> > >
> > > THX
"
Re: Unloadable in Settings
Posted: Fri Jun 03, 2011 1:07 pm
by cmebd
Hi there,
Appears that unable to load a "new" template graphic under the store tab in Settings. (similar to the issue with logo and icon previously)
Additionally - not sure whether this is a bug or restriction but am unable to import a .gif file. Tried several times through the image import tool with no success (although the message given was image was loaded successfully).
Once the image was loaded onto the server manually in the "right" directory (image/data with a permission of 777) it was still not accessible from the image manager.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 1:10 pm
by sn0rcha
Daniel wrote:sn0rcha wrote:Anyone else noticed that "cost price" has been removed? - or has it been moved somewhere else?
Found another bug:
When using SEO urls for categories.. If you navigate to a category via an SEO URL - the categories navigation on the left (or right) doesn't expand.
Cheers,
Snorcha
works fine for me.
Non SEO:
http://csms.isa-geek.com:801/muffinkids ... path=61_59
SEO:
http://csms.isa-geek.com:801/muffinkids ... -5-7-Years
See the navigation module on the left expand in the first but not the second?
Am I missing something hehe..
***EDIT*** - It seems to be the way it's storing the URL alias - not storing the parent category/s. If i change the url alias in the url_alias table to include the parent category it's all good
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 4:44 pm
by daniel1
Couple of things:
Is anyone running opencart on a 1and1 dedicated server if so does the cart contents vanish when added to cart?
I tested this on my dedicated server and a local virtual machine:
apache rewrite mod is enabled.
SEO Url's not working.
running latest 1.5.0.1
renamed .htaccess.txt to .htaccess
enabled seo in admin
default seo keyword for ipod classic in admin is ipod_classic
404 error displayed when clicking the item
http://10.0.0.140/opencart_v1.5.0.1/upload/ipod_classic
Daniel1
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 4:59 pm
by QNAP
Daniel, do you know if the Newsletter function is working as it should? Tested yesterday on three different occasions but the mail will not make it to the "customer". Strange.
Also, it would be great to have the possibility to enter the "cost price" under Products/Data
It is very important, do you think this is fixable? Thank you!
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 5:21 pm
by opencartisalright
QNAP wrote:Also, it would be great to have the possibility to enter the "cost price" under Products/Data
It is very important, do you think this is fixable? Thank you!
Both Daniel and Q said there was a better was to report on profit and loss which is why the cost field was removed. But as far as I know there hasn't been any word on how they are going to improve it. I think maybe someone is going to whoop up some new reports for P&L reporting or something like that. Not sure if it will be in the core or an extension though...
Bottom line is the cost field is gone from the product page and I doubt it will come back in that form.
Re: OpenCart 1.5.0 Bug Thread
Posted: Fri Jun 03, 2011 5:24 pm
by a_sun
Daniel wrote:a_sun wrote:
Hi Daniel:
I am using MySQL version 5.0.27.
Please help to check what problem cause?
Thanks,
a_sun
don;t use spaces in your db name, or db prefix.
took me a while of searching the web to find other people that have this problem.
"
> > > I try to use: Show Tables from My Design
> > > Where "My Design" is the name of the Database. - But it is not
> working
> > > Even not with: Show Tables from 'My Design'
> > >
> > > How can I use a Database name wit 2 words in it!?
> > >
> > > THX
"
Hi Daniel:
I did not use any spaces in db name or dv prefix...
what I use is "oc_"
Is that caused the issue?
As I did before for 1.4.9 that was work correctly...
Thanks,
a_sun