X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   Xcart 3.5.5 Released With Upgrade Kits + Changelog (https://forum.x-cart.com/showthread.php?t=6779)

mikebo 03-25-2004 09:33 AM

Some tell-tale signs I noticed, the blowfish encryption is now in admin (not totally understood, but there), the SQL statements were made to my database, no longer get the languages box in the head if there is only one language, and my version was changed.

domspe 03-26-2004 05:20 AM

Ends up, the tarball that is in my file area is missing patch_pre.php & patch_post.php

i've DLed a few times, just in case... just doesn't exist - i have a ticket in x-cart as we speak :)

I get these errors on a white screen that quickly flips to another screen.... took some fancy finger/mouse work to get the page to stop to copy the error. Here it is in case anyone experiences this problem:
Code:

Applying patch. Please be patient...
 
Warning: is_file(): Stat failed for /www/htdocs/shop.mpartworks/2004/upgrade/3.5.4-3.5.5/patch_pre.php (errno=13 - Permission denied) in /www/htdocs/shop.mpartworks/2004/admin/upgrade.php on line 55
 
Warning: is_file(): Stat failed for /www/htdocs/shop.mpartworks/2004/upgrade/3.5.4-3.5.5/patch_post.php (errno=13 - Permission denied) in /www/htdocs/shop.mpartworks/2004/admin/upgrade.php on line 134


Jason Brice 03-26-2004 11:59 PM

I had a problem under 3.5.4 with x-cart not finding perl and OpenSSL. From what I can tell this has been fixed with 3.5.5, but I'm not particularly happy that I had to pay $75 to renew my support license to get this fixed by the techs... and now a few days later this upgrade comes out!!

That aside, has anyone upgraded from 3.5.4 to 3.5.5 without a hitch?


I tried it out, and after it looked like everything had been patched I wound up with this fairly nasty error:

Quote:

Fatal error: Cannot instantiate non-existent class: ctblowfish in /home/finar/public_html/config.php on line 397

Any clues how to get around this? It generated a blank screen sitewide.

I'm quite pleased I managed to restore back to 3.5.4, though.

svowl 03-28-2004 10:03 PM

Quote:

Originally Posted by Jason Brice
I had a problem under 3.5.4 with x-cart not finding perl and OpenSSL. From what I can tell this has been fixed with 3.5.5, but I'm not particularly happy that I had to pay $75 to renew my support license to get this fixed by the techs... and now a few days later this upgrade comes out!!

That aside, has anyone upgraded from 3.5.4 to 3.5.5 without a hitch?


I tried it out, and after it looked like everything had been patched I wound up with this fairly nasty error:

Quote:

Fatal error: Cannot instantiate non-existent class: ctblowfish in /home/finar/public_html/config.php on line 397

Any clues how to get around this? It generated a blank screen sitewide.

I'm quite pleased I managed to restore back to 3.5.4, though.


You need to check if the line below exists in your config.php:

@include_once($xcart_dir."/include/blowfish.php");

If not you need to include this.

vinoeolio 03-28-2004 10:40 PM

xcart cannot find info for summary page in new 3.5.5 install
 
I am installing a fresh site in 3.5.5 and get the following on the summary page:

Code:

б═Environment components info:





Component
Status
б═

X-Cart version
unknown
б═

PHP
details >>

Console PHP (cli)
not found
б═

MySQL server
unknown
б═

Web server
unknown
б═

Operation system
unknown
б═

Perl
not found

Net::SSLeay
not found
б═

libCURL
not found
б═

CURL executable
not found
б═


б═

б═X-Cart directories which must have write permissions:





Directory
Status

.pgp/
OK

catalog/
OK

files/
OK

log/
OK

templates_c/
OK


my site in 3.4.3 works just fine from another virtual server. Help?

Jason Brice 03-29-2004 12:30 AM

Quote:

Originally Posted by svowl
You need to check if the line below exists in your config.php:

@include_once($xcart_dir."/include/blowfish.php");

If not you need to include this.


Thanks. Will do that... just out of curiosity, though...

I just noticed that the patch page listed the version as 3.5.5 even after I had restored the files from backup. I figured this was pulled from the xcart_configure table, which means the mysql chnages were finalized, right?

I have set the version record back to 3.5.4 so I can reapply the patch to the regular files. Hopefully it won't screw up the db when I try to reapply the patch.

anandat 03-29-2004 12:33 AM

I upgraded from 3.5.4 to 3.5.5 & I also added @include_once($xcart_dir."/include/blowfish.php"); line in config.php manually.

Still I am getting perl is not found error & none of HTTPS module has been found & paypal disfunctional error too :(

Here is the more info
Code:

PHP 4.3.4  details >>
MySQL server 4.0.17-Max   
MySQL client 4.0.17   
Web server Apache/2.0.40 (Red Hat Linux)   
Operation system Linux   
Perl not found details >>
XML parser (expat) found   
System requirements
Magic quotes (magic_quotes_gpc) enabled   
HTTPS modules
Net::SSLeay not found 
libCURL not found 
CURL executable not found 
OpenSSL executable not found 
HTTPS-cli executable not found


Jason Brice 03-29-2004 03:57 AM

I ran the patch again, and added in:

Quote:

@include_once($xcart_dir."/include/blowfish.php");

to config.php but it still generated the same error:

Quote:

Quote:

Fatal error: Cannot instantiate non-existent class: ctblowfish in /home/finar/public_html/config.php on line 397
in /home/finar/public_html/config.php on line 397

Restored from backup again.

I don't seem to be getting much in the way of response from the support team, despite having a couple of tickets open.

Anandat, did you get the "Fatal error: Cannot instantiate non-existent class: ctblowfish" error, too?

redmanstudios 04-07-2004 06:35 AM

I just commented out that line like this and it's working fine now

#$blowfish = new ctBlowfish();

i hope that doesn't do anything else other then let it work again.

jr


All times are GMT -8. The time now is 12:37 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.