Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart 4.0.14 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #21  
Old 06-26-2005, 10:08 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Usually the files included outside of the updates directory are new files. The .diff files are the files used for updating existing files.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #22  
Old 06-26-2005, 12:26 PM
 
carp1.com carp1.com is offline
 

Advanced Member
  
Join Date: Dec 2004
Location: London UK
Posts: 60
 

Default

Now I have really got a problem

my upgrade did not work because not all the files were uploaded correct to my upgrade directly
I then tried to apply the patches manually one at a time until I got the following error


Can't find template engine!

I think this was when I applied smarty.php.diff or the one before patch_pre.php

Now my website is completely down

Please can you help, how do I get out of this mess.
I made a database back up before I started.
Can I go back to 4.013 or do I need proffesional help

Thanks
__________________
Carp1.com
Linux Operating System
Apache Server
X- Cart 4.3.0
Reply With Quote
  #23  
Old 06-26-2005, 12:38 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

That is probably because you didn't upload the new smarty folder. Be sure you upload ALL of the new templates and folders!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #24  
Old 06-27-2005, 11:47 AM
  Bling's Avatar 
Bling Bling is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 162
 

Default

I had the same issues with Smarty errors and it shut the site down. Uploaded all files and gave permissions as necessary.

I had to reload my backup. Tried again and still smarty errors...good grief.
__________________
Thanks...Bling

4.4.2
Reply With Quote
  #25  
Old 06-27-2005, 11:48 AM
 
jb5ep jb5ep is offline
 

Advanced Member
  
Join Date: Apr 2005
Location: U.K.
Posts: 65
 

Default

This was my first XC upgrade and I have to say (when compared to some GPL product upgrades i've done in the past), this was a refreshingly easy upgrade from .13 to .14. Just needed to patch a few tpl's manually as i'm running a custom skin.

For info, - I did have *one* hitch. After completing the upgrade, I got a 'There is a file permissions' error when accessing any new/patched file. Easily fixed by running the following (from install instructions) with 644 permissions instead of 666.

Code:
for i in `sed -e 's/,.*$//g' < upgrade/4.0.13-4.0.14/file.lst`; do chmod 644 $i ; done


Cheers
__________________
X-Cart 4.0.17
ezUpsell
PHP 4.4.1
MySQL 4.0.25-standard
Apache 1.3.34
Linux
Reply With Quote
  #26  
Old 06-27-2005, 05:12 PM
 
kevinrm kevinrm is offline
 

X-Wizard
  
Join Date: Aug 2003
Posts: 1,003
 

Default

I get this error when I try to change PayPal mode, plus now having problems taking PayPal orders - any idea?:

Fatal error: Call to undefined function: func_disable_paypal_methods() in /home/virtual/site1/fst/var/www/html/xcart/admin/cc_processing.php on line 124
__________________
X-Cart 5.4.1.39 Live
PHP 7.4.33
5.5.5-10.3.38-MariaDB MariaDB
Apache 2.4
CENTOS 7.8 64Bit Single Quad-Core E3-1241v3 3.4Ghz 8M 1600 w/ HT
32GB RAM 2x 512GB Samsung 850 Pro SSD RAID 1
Reply With Quote
  #27  
Old 06-27-2005, 09:35 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default

Quote:
Originally Posted by kevinrm
I get this error when I try to change PayPal mode, plus now having problems taking PayPal orders - any idea?:

Fatal error: Call to undefined function: func_disable_paypal_methods() in /home/virtual/site1/fst/var/www/html/xcart/admin/cc_processing.php on line 124

This error is caused by the fact that include/func.php wasn't upgraded correctly when you upgraded your X-Cart. You can get this file from the distribution package of 4.0.14 or restore 4.0.13 from the backup and try to repeat the upgrade procedure again.

Quote:
Originally Posted by Bling
I had the same issues with Smarty errors and it shut the site down. Uploaded all files and gave permissions as necessary

Try to clean up the templates cache - directory templates_c/
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #28  
Old 06-28-2005, 08:59 AM
  Bling's Avatar 
Bling Bling is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 162
 

Default

Cleaning up the cach worked to get rid of the smarty error.

Now I have this to deal with...
----------------
INVALID SQL: 1054 : Unknown column 'xcart_payment_methods.processor_file' in 'where clause'
SQL QUERY FAILURE: SELECT xcart_payment_methods.paymentid FROM xcart_payment_methods, xcart_ccprocessors WHERE xcart_payment_methods.processor_file='ps_paypal_pr o.php' AND xcart_payment_methods.processor_file=xcart_ccproce ssors.processor AND xcart_payment_methods.paymentid=xcart_ccprocessors .paymentid AND xcart_payment_methods.active='Y'
--------------------------

any ideas?
__________________
Thanks...Bling

4.4.2
Reply With Quote
  #29  
Old 06-28-2005, 09:04 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default

Quote:
Originally Posted by Bling
INVALID SQL: 1054 : Unknown column 'xcart_payment_methods.processor_file' in 'where clause'
SQL QUERY FAILURE: SELECT xcart_payment_methods.paymentid FROM xcart_payment_methods, xcart_ccprocessors WHERE xcart_payment_methods.processor_file='ps_paypal_pr o.php' AND xcart_payment_methods.processor_file=xcart_ccproce ssors.processor AND xcart_payment_methods.paymentid=xcart_ccprocessors .paymentid AND xcart_payment_methods.active='Y'
--------------------------

any ideas?

Wrong database upgrade.
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #30  
Old 06-29-2005, 04:58 AM
  Bling's Avatar 
Bling Bling is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 162
 

Default

I only upgraded what was in the 4.0.14 package. There were a couple files that it couldnt upgrage because they were modified and it said it didnt upgrage the database. I would have though the database would have been able to been upgraded without all the files being modified.
__________________
Thanks...Bling

4.4.2
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:31 PM.

   

 
X-Cart forums © 2001-2020