Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default bunch of errors since upgrade, help please

    Been trying to resolve a number of issues with my site since the upgrade, i hired a coder from an external site think he may have just patched the site to look upgraded and left errors. when trying to disable a product i have sold by clicking the green box it reloads the page but makes no change to product status so i have to go onto the product and select out of stock.

    If i try to view an order to update it as shipped i get the following error....

    Fatal error: Call to undefined method currencies::get_decimal_places() in /home/sites/crazygamer.co.uk/public_html/*****-admin/orders.php on line 615

    got a few more bugs i have just noticed in the error log on my server too....
    [Thu Feb 21 13:13:56 2013] [error] [client 2.26.26.67] Failed loading /usr/local/IonCube/ioncube_loader_lin_5.2.so: /usr/local/IonCube/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory

    and..

    [Thu Feb 21 13:13:56 2013] [error] [client 2.26.26.67] Failed loading /usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so: /usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so: cannot open shared object file: No such file or directory

    the log just shows these two errors on repeat mode, also if i try to code a "£" symbol it gives me "£10" i also get the symbol on all my order confirm emails?

    any suggestions?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,954
    Plugin Contributions
    96

    Default Re: bunch of errors since upgrade, help please

    For the first one (currency-related), it sounds like the file /YOUR_ADMIN/includes/classes/currencies.php is damaged (you might try reloading from the v1.5.1 shipped version).

    The next two are specific to your hosting account.

    The last one sounds like you've got a mismatch between the character set used by your database (DB_CHARSET and your database's collation) and the one specified in your language file (/YOUR_ADMIN/includes/languages/english.php and /includes/languages/YOUR_TEMPLATE/english.php).

  3. #3
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: bunch of errors since upgrade, help please

    first error being this one... "when trying to disable a product i have sold by clicking the green box it reloads the page but makes no change to product status so i have to go onto the product and select out of stock." or did you mean the one after that? ive tried a fresh currencies.php but it made no difference so i put the one back that was already there that i had backed up. should i ask the host company by email about the errors i spotted in the error log?

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: bunch of errors since upgrade, help please

    Quote Originally Posted by Xbox Memberships View Post
    first error being this one... "when trying to disable a product i have sold by clicking the green box it reloads the page but makes no change to product status so i have to go onto the product and select out of stock." or did you mean the one after that? ive tried a fresh currencies.php but it made no difference so i put the one back that was already there that i had backed up. should i ask the host company by email about the errors i spotted in the error log?
    Do you have Image Handler 4 installed?
    If so, compare your \admin\includes\modules\category_product_listing.php with a fresh one. IH4 inserts some legagy code that conflicts with ZC 1.5x . IH4 only needs on line of code in that file

    PHP Code:
    <?php echo '<a href="' zen_href_link(FILENAME_IMAGE_HANDLER'products_filter=' $products->fields['products_id'] . '&current_category_id=' $current_category_id) . '">' zen_image(DIR_WS_IMAGES 'icon_image_handler.gif'ICON_IMAGE_HANDLER) . '</a>'?>
    the rest of the changed code is from before ZC 1.5 (unless you have made other modifications to this file)

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: bunch of errors since upgrade, help please

    should i ask the host company by email about the errors i spotted in the error log?
    Code:
    [Thu Feb 21 13:13:56 2013] [error] [client 2.26.26.67] Failed loading /usr/local/IonCube/ioncube_loader_lin_5.2.so: /usr/local/IonCube/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory
    
    and..
    
    [Thu Feb 21 13:13:56 2013] [error] [client 2.26.26.67]Failed loading /usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so: /usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so: cannot open shared object file: No such file or directory
    You can first check in your admin > tools > server version info >
    Search for Ion cube and zend to see if they are part of the php
    If not then yes contact your host

    What addons do you have installed - that might use ioncube???

  6. #6
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: bunch of errors since upgrade, help please

    I did what you said and searched for Ion cube and zend in the server info. I couldn't locate anything under "Ion Cube" but zend seems to be working "PHP Version: 5.2.17 (Zend: 2.2.0)" and is in the php. I'm not sure what addons could be using Ioncube.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: bunch of errors since upgrade, help please

    I'm not sure what addons could be using Ioncube.
    What addons do you have??

    Use developers tool kit in your admin and search for "ion cube"
    http://www.zen-cart.com/content.php?...-files-to-edit
    http://www.zen-cart.com/content.php?...lopers-toolkit

  8. #8
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: bunch of errors since upgrade, help please

    " Error: No matching Configuration Keys were found ... ion cube"

    The addons i have installed are:
    Quickbooks import QBI
    Quickbooks Download
    Ceon iridium payment module
    Bettertogether admin
    Google Analytics
    Simple Seo urls (disabled)
    Apsona shopadmin
    Amazon Exporter
    Ebid Exporter
    Reward points
    Google merchant center feeder

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: bunch of errors since upgrade, help please

    Go to admin > tools > server version info >
    What do you see for
    Zen Cart -????
    Database Patch Level: - ?????

  10. #10
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: bunch of errors since upgrade, help please

    Quote Originally Posted by kobra View Post
    Code:
    [Thu Feb 21 13:13:56 2013] [error] [client 2.26.26.67] Failed loading /usr/local/IonCube/ioncube_loader_lin_5.2.so: /usr/local/IonCube/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory
    
    and..
    
    [Thu Feb 21 13:13:56 2013] [error] [client 2.26.26.67]Failed loading /usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so: /usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so: cannot open shared object file: No such file or directory
    You can first check in your admin > tools > server version info >
    Search for Ion cube and zend to see if they are part of the php
    If not then yes contact your host

    What addons do you have installed - that might use ioncube???
    Quote Originally Posted by Xbox Memberships View Post
    I did what you said and searched for Ion cube and zend in the server info. I couldn't locate anything under "Ion Cube" but zend seems to be working "PHP Version: 5.2.17 (Zend: 2.2.0)" and is in the php. I'm not sure what addons could be using Ioncube.
    Quote Originally Posted by kobra View Post
    What addons do you have??

    Use developers tool kit in your admin and search for "ion cube"
    http://www.zen-cart.com/content.php?...-files-to-edit
    http://www.zen-cart.com/content.php?...lopers-toolkit
    If the error message says "ioncube", then you best do your search for "ioncube" not "Ion Cube".
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 24 May 2013, 10:36 PM
  2. Cant Log in to Admin since server upgrade .....PLEASE HELP
    By Bidgee182 in forum General Questions
    Replies: 2
    Last Post: 17 Nov 2011, 11:55 AM
  3. Getting SQL errors since upgrading
    By bogyi in forum General Questions
    Replies: 4
    Last Post: 1 Nov 2010, 09:32 AM
  4. HELP! Free Zen Charge not working since upgrade
    By kimhuff in forum Upgrading from 1.3.x to 1.3.9
    Replies: 9
    Last Post: 26 Aug 2010, 12:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg