OpenCart 1.5.1.3 Bug Thread
Re: OpenCart 1.5.1.3 Bug Thread
Not sure if it's a bug or not, but when a customer registers it only records their IP half of the time.
About half of the customer's IP addresses are recorded as a 0.
About half of the customer's IP addresses are recorded as a 0.
Use it? Like it? Want to support it but don't know how? Send a donation to show your appreciation.
Daniel's PayPal address - donate@opencart.com
Qphoria's Paypal address - qphoria@gmail.com
Daniel's PayPal address - donate@opencart.com
Qphoria's Paypal address - qphoria@gmail.com
- mwd
- Posts: 104
- Joined: Sat Jan 08, 2011 3:40 pm
Re: OpenCart 1.5.1.3 Bug Thread
mwd wrote:Not sure if it's a bug or not, but when a customer registers it only records their IP half of the time.
About half of the customer's IP addresses are recorded as a 0.
i think this might be down to the server configuration.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.3 Bug Thread
I have found a problem but for me this is not a bug.
If you add much option (checkbox), save it, reopen same product, go in the product option
?? where is my all option?
If you add much option (checkbox), save it, reopen same product, go in the product option
?? where is my all option?- audiomarket
- Posts: 58
- Joined: Sun Mar 14, 2010 5:55 pm
Re: OpenCart 1.5.1.3 Bug Thread
audiomarket wrote:I have found a problem but for me this is not a bug.
If you add much option (checkbox), save it, reopen same product, go in the product option?? where is my all option?
thjis is fixed in the next version. coming soon.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.3 Bug Thread
awesome, thank you very much for all the hard work.
Always a pleasure
Manny E.
3w.
Manny E.
3w.
- 3wcorner
- Posts: 39
- Joined: Fri Dec 17, 2010 4:27 pm
Re: OpenCart 1.5.1.3 Bug Thread
blackhalo wrote:az-vm wrote:gosulove wrote:Tested on localhost and server and confirm this is an bug....
I finished a few checkouts for testing. When i login the admin i can see the orders are pending and then ....
Reports- Sales - Orders no results are shown at all....
Any idea?
I have the same on my OC 1.5.1.3 fresh install
Same here... OC 1.5.1.3
the ENTIRE Reports system isn't tracking any data (except Products > Viewed).
Pretty big bug
I can confirm the bug with the reports sales orders, below is a suggested bugfix as VQmod XML file:
- Attachments
-
bugfixes-report-sale-order.xml.zip- Bugfix for Admin Reports Sales Orders
- (469 Bytes) Downloaded 55 times
-

JNeuhoff - Posts: 2130
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.3 Bug Thread
blackhalo wrote:Same here... OC 1.5.1.3
the ENTIRE Reports system isn't tracking any data (except Products > Viewed).
Pretty big bug
Any examples other than Report > Sales > Orders?
There is a bug in the admin/model/report/sale.php, see my other message with a suggested bugifx.
J.Neuhoff - MHC Web Design
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2130
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.3 Bug Thread
marka5150 wrote:I hope I'm posting in the right area. I just upgraded to 1.5.1.3 and now none of my admin buttons will show in Firefox 8.0. IE: login, product insert and delete (shown below), filter, they all look like the button below. Works in other browsers. Default theme? No additional modules. My customer liked the look out of the box. screen shot attached
its your stylesheet problem in "admin/view/stylesheet/stylesheet.css
please check
- Code: Select all
a.button, .list a.button
in 1.5.1.3
- Code: Select all
a.button, .list a.button {
text-decoration: none;
color: #FFF;
display: inline-block;
padding: 5px 15px 5px 15px;
background: #003A88;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
if i.5.1.2
- Code: Select all
a.button, .list a.button {
text-decoration: none;
color: #FFF;
display: inline-block;
padding-left: 8px;
margin-right: 5px;
background: url('../image/button-left.png') top left no-repeat;
}
simply just remove your stylesheet admin with 1.5.1.3 stylesheet
- opmods
- Posts: 13
- Joined: Tue Dec 20, 2011 11:51 am
Re: OpenCart 1.5.1.3 Bug Thread
blackhalo wrote:JNeuhoff wrote:blackhalo wrote:Same here... OC 1.5.1.3
the ENTIRE Reports system isn't tracking any data (except Products > Viewed).
Pretty big bug
Any examples other than Report > Sales > Orders?
There is a bug in the admin/model/report/sale.php, see my other message with a suggested bugifx.
Yeah, there's also these:
- Report > Sales > Shipping (nothing, from ANY status setting)
- Customers > Orders ("All Statuses" not working)
Thx for the fix man!
OK, ignore my previous bugfix proposal, and try this one:
- Attachments
-
bugfixes-reports.xml.zip- Bugfixes for admin reports
- (460 Bytes) Downloaded 63 times
J.Neuhoff - MHC Web Design
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2130
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.3 Bug Thread
blackhalo wrote:JNeuhoff wrote:
OK, ignore my previous bugfix proposal, and try this one:
I still don't see anything under Report > Sales > Shipping...
I have an order marked as "Shipped", but I can't get it to show up in the Shipping Reports, at all.
Perhaps I'm missing something?
I'm kinda concerned that something like this would slip past beta testing... I understand the reports aren't deathly critical, but how do you overlook an entire section not displaying data? I don't mean to sound ungrateful, but that spooks me.
Anyway, JNeuhoff... u r the rad one!
You need to have VQmod installed. Works fine on my 1.5.1.3 Opencart server.
J.Neuhoff - MHC Web Design
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2130
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.3 Bug Thread
I'm having a problem with customer and admin login only on Firefox. Transferring to this thread: viewtopic.php?f=161&t=48229
Last edited by rmarques on Wed Dec 21, 2011 12:02 pm, edited 1 time in total.
- rmarques
- Posts: 9
- Joined: Fri Sep 10, 2010 1:30 am
Re: OpenCart 1.5.1.3 Bug Thread
These don't appear to have been reported.
Bug in "catalog/controller/payment/nochex.php" (line 123):
Should be:
Spelling mistake in "catalog/controller/payment/twocheckout.php" (line 110):
Should be:
Bug in "catalog/controller/payment/nochex.php" (line 123):
- Code: Select all
$this->model_checkout_order->confirm($order_id, $this->config->get('pp_standard_order_status_id'));
Should be:
- Code: Select all
$this->model_checkout_order->confirm($order_id, $this->config->get('nochex_order_status_id'));
Spelling mistake in "catalog/controller/payment/twocheckout.php" (line 110):
- Code: Select all
echo 'The response from 2checkout.com can\'t be parsed. Contact site adimistrator, please!';
Should be:
- Code: Select all
echo 'The response from 2checkout.com can\'t be parsed. Contact site administrator, please!';

If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
-

fido-x - Posts: 1960
- Joined: Fri Jun 27, 2008 5:09 pm
- Location: Tasmania, Australia
Re: OpenCart 1.5.1.3 Bug Thread
blackhalo wrote:JNeuhoff wrote:You need to have VQmod installed. Works fine on my 1.5.1.3 Opencart server.
I do, even purchased a few VQMods lately...
*scratchead*
That's an issue with your shipping methods, maybe they are not included in your order totals.
J.Neuhoff - MHC Web Design
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2130
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.3 Bug Thread
blackhalo wrote:az-vm wrote:gosulove wrote:Tested on localhost and server and confirm this is an bug....
I finished a few checkouts for testing. When i login the admin i can see the orders are pending and then ....
Reports- Sales - Orders no results are shown at all....
Any idea?
I have the same on my OC 1.5.1.3 fresh install
Same here... OC 1.5.1.3
the ENTIRE Reports system isn't tracking any data (except Products > Viewed).
Pretty big bug
works fine for me! you have not set something up properly for this to happen.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart 1.5.1.3 Bug Thread
Just noticed a potential bug... I have 1.5.1.3
When in the admin, i can't search for products.. .anything i type returns no results.
Even if I type in something simple, like just one word, it has no results.
My 1.5.1.3 install it clean, default theme , no mods, and I haven't used the site much. I added a product to it today, and noticed I couldn't find one I added a few weeks ago using the filter boxes.
When in the admin, i can't search for products.. .anything i type returns no results.
Even if I type in something simple, like just one word, it has no results.
My 1.5.1.3 install it clean, default theme , no mods, and I haven't used the site much. I added a product to it today, and noticed I couldn't find one I added a few weeks ago using the filter boxes.
- alex1
- Posts: 315
- Joined: Sat Oct 16, 2010 1:49 am
Re: OpenCart 1.5.1.3 Bug Thread
http://www.flvmp3.org/video/MxerLf83K5M/OpenCart%201.5.1.x%20exploited%20(RFI).html
is this bug has been fixed?
is this bug has been fixed?
- Najib Razali
- Posts: 1
- Joined: Wed Dec 21, 2011 2:23 pm
Re: OpenCart 1.5.1.3 Bug Thread
Won't work if you are not using the default encryption key '12345'. I mean, who's so stupid to use that default key on a live system?
Last edited by bull5-i on Thu Dec 22, 2011 10:40 am, edited 1 time in total.
|V|355 \/\/17|-| 7}{3 |3357, ... [you know the rest]
Commercial mods: New! Questions & Answers PRO - Admin Quick Edit PRO - Product Downloads PRO - Custom Product Tab PRO - Endless scroller / Infinte scrolling
All mods & extensions by me
Commercial mods: New! Questions & Answers PRO - Admin Quick Edit PRO - Product Downloads PRO - Custom Product Tab PRO - Endless scroller / Infinte scrolling
All mods & extensions by me
- bull5-i
- Posts: 341
- Joined: Tue Jan 11, 2011 12:49 pm
Re: OpenCart 1.5.1.3 Bug Thread
alex1 wrote:Just noticed a potential bug... I have 1.5.1.3
When in the admin, i can't search for products.. .anything i type returns no results.
Even if I type in something simple, like just one word, it has no results.
My 1.5.1.3 install it clean, default theme , no mods, and I haven't used the site much. I added a product to it today, and noticed I couldn't find one I added a few weeks ago using the filter boxes.
I am unable to reproduce your error, works absolutely fine on my 1.5.1.3 Opencart server.
Just in case, have you tried this bugfix?
J.Neuhoff - MHC Web Design
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2130
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart 1.5.1.3 Bug Thread
Not sure if this is a bug but the RoyalMail second class is showing as disabled when it is actually Enabled, If i try to activate it via my admin i am unable to change it from Disabled to Enabled although it is enabled and working on the front end.
best regards
best regards
Last edited by werepair on Thu Dec 22, 2011 11:51 am, edited 1 time in total.
-

werepair - Posts: 110
- Joined: Sat May 28, 2011 6:54 am
- Location: United Kingdom
Who is online
Users browsing this forum: JNeuhoff, labeshops and 26 guests















