Post by Qphoria » Mon Mar 21, 2011 10:12 pm

MattW wrote:Updated both stores now. Does this incorporate the PayPal Standard 1493.5?
of course

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Tom52 » Mon Mar 21, 2011 10:17 pm

Hello,

In the order section this message appear.

Notice: Undefined index: invoice_date in /home/xxxxx/public_html/xxx/admin/controller/sale/order.php on line 428

How do I fix it?

any help will be appreciated.
Thank you
Tom

v1.5.0.5


New member

Posts

Joined
Thu Oct 07, 2010 7:41 am

Post by Qphoria » Mon Mar 21, 2011 10:33 pm

Be sure you uploaded all files from the patch

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Tom52 » Mon Mar 21, 2011 11:19 pm

Qphoria wrote:Be sure you uploaded all files from the patch
I just checked and all the files are uploaded.

But it still diplaying that message.

v1.5.0.5


New member

Posts

Joined
Thu Oct 07, 2010 7:41 am

Post by Qphoria » Mon Mar 21, 2011 11:23 pm

Then be sure you ran the upgrade script. That error shows that the new invoice_date field wasnt added to the database because the upgrade script wasnt run

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by qahar » Mon Mar 21, 2011 11:43 pm

Q, I notice that the invoice_id is not used anymore, am I right?

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by ramon » Tue Mar 22, 2011 12:22 am

Beste Qphoria,

ik heb de upgrade patch gebruikt maar krijg nu een fout bij me contact script weet u meer?
mijn topic over deze fout staat hier: http://forum.opencart.com/viewtopic.php?f=99&t=29025

Gr. Ramon

Translation: Hello Q, I've used the upgradescript but now I get an error using the Contact form "Error: E-Mail to required!"
Any suggestion?
Last edited by i2Paq on Tue Mar 22, 2011 1:52 am, edited 1 time in total.
Reason: Translated by i2Paq

New member

Posts

Joined
Sat Oct 02, 2010 2:39 am

Post by Qphoria » Tue Mar 22, 2011 12:30 am

qahar wrote:Q, I notice that the invoice_id is not used anymore, am I right?
read the changes :)
Invoice id was never used more than 1 time. Once it was set once, that field did nothing. Now the invoice Id is still used but only as an autoincrement field so you can't change or set it except by changing the invoice prefix

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Tom52 » Tue Mar 22, 2011 1:41 am

Qphoria wrote:Then be sure you ran the upgrade script. That error shows that the new invoice_date field wasnt added to the database because the upgrade script wasnt run
Sorry, I'm just learning this, but how do I run the upgrade script?

Thank you

v1.5.0.5


New member

Posts

Joined
Thu Oct 07, 2010 7:41 am

Post by Qphoria » Tue Mar 22, 2011 1:45 am

Did I not include a readme file with this? Im sure I checked it about 10 times

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Tom52 » Tue Mar 22, 2011 1:52 am

Qphoria wrote:Did I not include a readme file with this? Im sure I checked it about 10 times
the files that I downlaoded had no readme file.

I'II re-download it now.

v1.5.0.5


New member

Posts

Joined
Thu Oct 07, 2010 7:41 am

Post by Qphoria » Tue Mar 22, 2011 1:56 am

Tom52 wrote:
Qphoria wrote:Did I not include a readme file with this? Im sure I checked it about 10 times
the files that I downlaoded had no readme file.

I'II re-download it now.
I was being facetious. All downloads have a readme.txt or an install.txt or an upgrade.txt or some sort of document

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by ccraig13 » Tue Mar 22, 2011 4:57 am

Qphoria, does OpenCart have the ability to override core modules yet? I was reading the thread on that but it was older and just mentioned that maybe it would be implemented someday.

I've been trying to get a Magento shop off the ground for a while now and thought I'd give OpenCart 1.4.9.4 a try. What people say is true, it's structure is simple and powerful. Magento, although I've figured out how to do just about anything in it, still makes me cry myself to sleep at night :-\

Newbie

Posts

Joined
Sat Mar 12, 2011 3:49 am

Post by ambrosite » Tue Mar 22, 2011 5:15 am

I ran the 1.4.9.4 upgrade this afternoon, no problems. One minor point: the upgrade will uninstall vQmod (since it overwrites index.php and admin/index.php), so you need to edit those two files again to reinstall it. Probably most people who use vQmod will already have realized this.

Newbie

Posts

Joined
Sat Jan 08, 2011 5:15 am

Post by darek » Tue Mar 22, 2011 8:21 am

Thank you very much for the update.

The change in htaccess.txt (which is to be converted to .htaccess whilst the SEO is on) makes robots.txt unaccessible - error 403 (due to :

'...Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log|txt)">...' )

Is that deliberate ? Getting rid of '|txt ' fix it but I am not sure if I should do it.I am sorry if I am asking some stupid question but my knowledge of this topic is extremely limited .Purely just a common sense and instinct brought me to this piece of code but I would prefer not to compromise security of my site thusbetter ask someone that knows more.Cheers

UK best wireless burglar alarms & gate controllers


New member

Posts

Joined
Fri Feb 04, 2011 5:35 am
Location - Scotland

Post by Qphoria » Tue Mar 22, 2011 10:51 am

ccraig13 wrote:Qphoria, does OpenCart have the ability to override core modules yet? I was reading the thread on that but it was older and just mentioned that maybe it would be implemented someday.
All my override topics and ideas finally came to fruition with vQmod. It seems to have taken off quite well with the community and I'm improving it every day to be more powerful than ever. We've even dedicated a special forum to just vQmod scripts:
http://forum.opencart.com/viewforum.php?f=131

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Tue Mar 22, 2011 10:54 am

darek wrote:Thank you very much for the update.

The change in htaccess.txt (which is to be converted to .htaccess whilst the SEO is on) makes robots.txt unaccessible - error 403 (due to :

'...Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log|txt)">...' )

Is that deliberate ? Getting rid of '|txt ' fix it but I am not sure if I should do it.I am sorry if I am asking some stupid question but my knowledge of this topic is extremely limited .Purely just a common sense and instinct brought me to this piece of code but I would prefer not to compromise security of my site thusbetter ask someone that knows more.Cheers
It was mainly to disallow reading the system/logs/error.txt file from the url bar. But I forgot about robots.txt and stuff so it is safe to remove that. Just change your error log in the system area to be error.log or error.xyz and put that in the filesmatch area

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by qahar » Tue Mar 22, 2011 1:12 pm

Qphoria wrote:
qahar wrote:Q, I notice that the invoice_id is not used anymore, am I right?
read the changes :)
Invoice id was never used more than 1 time. Once it was set once, that field did nothing. Now the invoice Id is still used but only as an autoincrement field so you can't change or set it except by changing the invoice prefix
Of course I read it ;D
I try upgrade to 1.4.9.4 from new 1.4.9.3 use upgrade.php
I compare the opencart.sql and see the upgrade result on phpmyadmin and i'm notice that invoice_id is not available.
That why i ask you, just to make sure :D

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by darek » Tue Mar 22, 2011 3:59 pm

Qphoria wrote: It was mainly to disallow reading the system/logs/error.txt file from the url bar. But I forgot about robots.txt and stuff so it is safe to remove that. Just change your error log in the system area to be error.log or error.xyz and put that in the filesmatch area
Great, Thank you very much

UK best wireless burglar alarms & gate controllers


New member

Posts

Joined
Fri Feb 04, 2011 5:35 am
Location - Scotland

Post by Qphoria » Tue Mar 22, 2011 6:58 pm

qahar wrote: I compare the opencart.sql and see the upgrade result on phpmyadmin and i'm notice that invoice_id is not available.
That why i ask you, just to make sure :D
only in the setting table for the initial setup.. it is still used in the order table

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: Baidu [Spider] and 9 guests