Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JoeWoodworker

Archived
  • Posts

    146
  • Joined

  • Last visited

Posts posted by JoeWoodworker

  1. For anyone else running into this-- Open phpmyadmin, select the configuration table on the left, check the 'set_function' field on the right side and click the 'change' icon over to the left of it (looks like a pencil). Set the 'TYPE' to 'TEXT', blank out the 'Length/Value' box so that it's empty, and leave the 'Null' and 'Default' settings to 'NULL'. All other settings leave blank. Then click SAVE to make this change.

     

    Now go and apply the second SQL query in the documentation-- that one should work fine.

     

    Then from the admin, disable the USPS Methods module, and then re-enable it, and the updated USPS International methods should be available....

    I need to do some more testing (it's trial by fire time now)... but my initial testing shows this is working fine....

     

     

    Thank God someone posted this. The USPS changes have crushed my international customers until I get this fixed.

    I'm using PHP 4.4.4. After I follow your instructions for the first SQL change, I tried running the second query. This is the message I get...

     

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_meta_style.inc.php:27) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.lib.php on line 1154

     

     

    Any suggestions?

  2. I just noticed this error when I try to make any changes to the UPS shipping module in the admin page.

     

    Warning: Cannot add header information - headers already sent by (output started at /home/joewood/public_html/catalog/admin/includes/functions/general.php:1279) in /home/joewood/public_html/catalog/admin/includes/functions/general.php on line 18

     

    I suspect it is related to the Mo-Pic contirbution.

     

    I have posted a text file of general.php at the url below.

     

    Thanks to all.

    Joe

     

    http://www.joewoodworker.com/general.txt

  3. I just installed Big Images (with the help of a new found friend). The only problem is that when you click on the small image in the admin/new product page, the image does not load. It just opens a blank window. In the catalog it works fine.

     

    I checked the coding in popup_image.php in the catalog and admin directories. The coding is identical from one to the other so I guess there is a path related problem.

     

    Any ideas?

  4. Database weinerd_osc2 running on localhost

    Error

     

    SQL-query :

     

    ALTER TABLE `products` ADD `products_subimage1` VARCHAR( 64 ) AFTER `products_bimage`

     

    MySQL said:

     

     

    Unknown column 'products_bimage' in 'products'

    --------------------

    I'm not sure how to add the new column for 'products_bimage'.

     

    Any suggestions for such a fool?

  5. I noticed that I was confused about the instructions where they read....

     

    Insert a new column into the products table - products_bimage.

     

    Obviously, I have to do that first. But now I dont quite get how to do that in MYPHPAdmin

     

    Any ideas?

     

    Thanks

    Joe

  6. I was hoping someone could give me a hand with this little issue regarding the MoPics contribution.

     

    When I go add the new column info in MYPHPAdmin I get this error.

     

     

    Error

     

    SQL-query :

     

    ALTER TABLE `catalog`.`products` ADD `products_subimage1` VARCHAR( 64 ) AFTER `products_bimage`

     

    MySQL said:

     

     

    alter command denied to user: 'joewood@localhost' for table 'products'

     

     

    Any suggestions would be sincerely appreciated.

     

    Thanks

    Joe

×
×
  • Create New...