Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi guys , well i hope someone can help me with this , i had a server crash 2 days ago that wipped out my databases , so i had to restore the old one i had , but now this time , my Shipping modules just wont save , they wont save any information i put on them , i have tried other options and they do save.

 

if you guys can help me out with that , that would be great.

 

The Modules im using are:

 

UPSXML_v1_3_5

 

and USPS Methods 2_9_6

 

Thank you all for you time .

Posted

well just chek in configuration table for shipping modules installed.

 

 

Paste it here.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
Hi guys , well i hope someone can help me with this , i had a server crash 2 days ago that wipped out my databases , so i had to restore the old one i had , but now this time , my Shipping modules just wont save , they wont save any information i put on them , i have tried other options and they do save.

 

if you guys can help me out with that , that would be great.

 

The Modules im using are:

 

UPSXML_v1_3_5

 

and USPS Methods 2_9_6

 

Thank you all for you time .

Are the payment modules ok?

 

Were there sql files that you ran in between the date of your backup database and the wiped one?

Posted (edited)

I just started having the exact same issue, all we did was change some of the templates, nothing to do at all with shipping but when we update, nothing happens, no errors, nor any database changes? It appears that the data is not being posted to the database at all, I would expect an error somewhere, not even one in the log files of the server! What is strange is I can add modules, delete them, ect. that works, I just cant edit the content. For instance. Flat Rate can be added, but it can't be changed. Table rate can be added but only the defaults work based on weight - want them by COST of item etc can't change that but can remove the table from the system, can add it back???

 

Any ideas for that?

Edited by tligon

From COWTOWN USA -- Fort Worth, Texas

T Ligon

Posted
I just started having the exact same issue, all we did was change some of the templates, nothing to do at all with shipping but when we update, nothing happens, no errors, nor any database changes? It appears that the data is not being posted to the database at all, I would expect an error somewhere, not even one in the log files of the server! What is strange is I can add modules, delete them, ect. that works, I just cant edit the content. For instance. Flat Rate can be added, but it can't be changed. Table rate can be added but only the defaults work based on weight - want them by COST of item etc can't change that but can remove the table from the system, can add it back???

 

Any ideas for that?

It might be this, don't know what osc version you have (reposted from elsewhere):

This is a known bug in the latest osCommerce 060817 release and has to do with the modules not refreshing with udated changes in the admin.

 

This fix has worked for several users:

 

1. Open the catalog/admin/includes/functions/compatibility.php.

2. At the end of the “do_magic_quotes_gpc” routine, add the following code

reset($ar);

 

It will end up looking like this:

 

function do_magic_quotes_gpc(&$ar) {

if (!is_array($ar)) return false;

while (list($key, $value) = each($ar)) {

if (is_array($ar[$key])) {

do_magic_quotes_gpc($ar[$key]);

} else {

$ar[$key] = addslashes($value);

}

}

reset($ar);

}

 

3. Do the same for the compatibility.php file located in catalog/includes/functions/compatibility.php.

Posted
It might be this, don't know what osc version you have (reposted from elsewhere):

This is a known bug in the latest osCommerce 060817 release and has to do with the modules not refreshing with udated changes in the admin.

 

This fix has worked for several users:

 

1. Open the catalog/admin/includes/functions/compatibility.php.

2. At the end of the “do_magic_quotes_gpc” routine, add the following code

reset($ar);

 

It will end up looking like this:

 

function do_magic_quotes_gpc(&$ar) {

if (!is_array($ar)) return false;

while (list($key, $value) = each($ar)) {

if (is_array($ar[$key])) {

do_magic_quotes_gpc($ar[$key]);

} else {

$ar[$key] = addslashes($value);

}

}

reset($ar);

}

 

3. Do the same for the compatibility.php file located in catalog/includes/functions/compatibility.php.

 

thank you I had the same problem but now it works :)

  • 2 weeks later...
Posted

hey thanks a lot for that , that sure did the work , but hey i have another problem , I get some messages , well a message that says.

 

upsxml

 

or

 

ups

 

or

 

xml , and like a blank page with that message , no more errors , nothing to show the error.

 

If anyone has an idea , please help me out.

 

Thanks

Posted
hey thanks a lot for that , that sure did the work , but hey i have another problem , I get some messages , well a message that says.

 

upsxml

 

or

 

ups

 

or

 

xml , and like a blank page with that message , no more errors , nothing to show the error.

 

If anyone has an idea , please help me out.

 

Thanks

where do yo see that?

Posted

i see that whenever i go to calculate the shipping , etc, it works fine with USPS but not with UPS , not sure whats wrong there.

Posted
i see that whenever i go to calculate the shipping , etc, it works fine with USPS but not with UPS , not sure whats wrong there.

Sorry, unfamiliar with those two modules.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...