Community Forums

OpenCart 1.5.1.3 Bug Thread

Bug reports here

Re: OpenCart 1.5.1.3 Bug Thread

Postby mwd » Sat Dec 17, 2011 10:42 pm

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.
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
mwd
 
Posts: 104
Joined: Sat Jan 08, 2011 3:40 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby 3wcorner » Sat Dec 17, 2011 10:47 pm

where is it? header.tpl?
Always a pleasure
Manny E.
3w.
3wcorner
 
Posts: 39
Joined: Fri Dec 17, 2010 4:27 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby Daniel » Sun Dec 18, 2011 3:58 am

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!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1.3 Bug Thread

Postby audiomarket » Sun Dec 18, 2011 5:11 pm

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?
audiomarket
 
Posts: 58
Joined: Sun Mar 14, 2010 5:55 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby Daniel » Sun Dec 18, 2011 11:59 pm

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!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1.3 Bug Thread

Postby 3wcorner » Mon Dec 19, 2011 1:10 pm

awesome, thank you very much for all the hard work.
Always a pleasure
Manny E.
3w.
3wcorner
 
Posts: 39
Joined: Fri Dec 17, 2010 4:27 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby JNeuhoff » Tue Dec 20, 2011 10:11 am

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
User avatar
JNeuhoff
 
Posts: 2130
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby JNeuhoff » Tue Dec 20, 2011 10:42 am

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)
User avatar
JNeuhoff
 
Posts: 2130
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby opmods » Tue Dec 20, 2011 12:00 pm

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

Postby JNeuhoff » Tue Dec 20, 2011 10:38 pm

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)
User avatar
JNeuhoff
 
Posts: 2130
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby JNeuhoff » Wed Dec 21, 2011 12:14 am

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! O0


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)
User avatar
JNeuhoff
 
Posts: 2130
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby rmarques » Wed Dec 21, 2011 12:32 am

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

Postby fido-x » Wed Dec 21, 2011 2:14 am

These don't appear to have been reported.

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!'; 
Image
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?
User avatar
fido-x
 
Posts: 1960
Joined: Fri Jun 27, 2008 5:09 pm
Location: Tasmania, Australia

Re: OpenCart 1.5.1.3 Bug Thread

Postby JNeuhoff » Wed Dec 21, 2011 10:21 am

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)
User avatar
JNeuhoff
 
Posts: 2130
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby Daniel » Wed Dec 21, 2011 12:37 pm

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!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.1.3 Bug Thread

Postby alex1 » Thu Dec 22, 2011 3:43 am

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.
alex1
 
Posts: 315
Joined: Sat Oct 16, 2010 1:49 am

Re: OpenCart 1.5.1.3 Bug Thread

Postby Najib Razali » Thu Dec 22, 2011 10:15 am

Najib Razali
 
Posts: 1
Joined: Wed Dec 21, 2011 2:23 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby bull5-i » Thu Dec 22, 2011 10:39 am

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.
bull5-i
 
Posts: 341
Joined: Tue Jan 11, 2011 12:49 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby JNeuhoff » Thu Dec 22, 2011 10:40 am

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)
User avatar
JNeuhoff
 
Posts: 2130
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart 1.5.1.3 Bug Thread

Postby werepair » Thu Dec 22, 2011 11:14 am

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
Last edited by werepair on Thu Dec 22, 2011 11:51 am, edited 1 time in total.
User avatar
werepair
 
Posts: 110
Joined: Sat May 28, 2011 6:54 am
Location: United Kingdom

PreviousNext

Return to Bug Reports

Who is online

Users browsing this forum: JNeuhoff, labeshops and 26 guests

Hosted by Arvixe Web Hosting