Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Awie

Pioneers
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Awie

  1. @clustersolutions: Yes, I have some branches and sub-branches in the category. And until now, the above errors still exist. I have turned variable reporting on. Where can I read the output?
  2. @@clustersolutions: 1) I didn't change anything, just updating products as usual. 2) I don't know how to do it. As a fix, I created new subcategories and moved all products inside it.
  3. Hi all, A few days ago I noticed the following error when open some subcategories (not all). My site: WahanaStore dot com : Catchable fatal error: Argument 1 passed to Data_Registry::load() must be an array, boolean given, called in /home/mydb/public_html/www.mysite.com/includes/modules/ultimate_seo_urls5/main/usu5.php on line 282 and defined in /home/mydb/public_html/www.mysite.com/includes/modules/ultimate_seo_urls5/main/registry.php on line 133 Here is line 281-284 of usu5.php: ->load( unserialize( gzinflate( file_get_contents( $this ->getVar( 'cache_system_path' ) . 'cache/' . $cache_name . '.cache' ) ) ) ); self::$performance['cache_loaded'] = 'true'; self::$performance['time_extracting_cache'] = number_format ( ( microtime( true ) - $timestart ), 4 ); And here is line 132 – 134 of registry.php: */ public function load( array $cached_registry_data = array() ) { $this->vars = $cached_registry_data; Any help would be appreciated. Thank you.
  4. Great! Thank you very much John. That solved my problem. :thumbsup:
  5. Hello Jim. One more minor problem (the last one, I hope). When I hover the mouse over one of the categories, the sub-categories is blocked by the arrow of my slideshow. How to move the sub-category to the front? Best regards, Wicara
  6. Thank you very much, Jim. It works perfectly... You are the man. :) :thumbsup:
  7. Thanks for your fast reply, Jim. I have upgraded the jQuery to 1.10 as you said above. But my problems don't go away. Here is the script from admin/includes/template_top: <base href="<?php echo HTTP_SERVER . DIR_WS_ADMIN; ?>" /> <!--[if IE]><script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/flot/excanvas.min.js'); ?>"></script><![endif]--> <link rel="stylesheet" type="text/css" href="<?php echo tep_catalog_href_link('ext/jquery/ui/redmond/jquery-ui-1.10.3.css'); ?>"> <script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/jquery/jquery-1.10.1.min.js'); ?>"></script> <script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/jquery/ui/jquery-ui-1.10.3.min.js'); ?>"></script> And here is from includes/template_top: <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" /> <?php include(DIR_WS_INCLUDES . 'easy_meta_tags.php'); ?> <title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" /> <link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.10.3.css" /> <script type="text/javascript" src="ext/jquery/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.10.3.min.js"></script> What is wrong? Regards, Wicara
  8. Hi Jim... Thank you this great contribution. This is what I look for. I really really appreciate your work. I installed this on my site (wahanastore.com), and it works great. But I have some problems. Before install this add-on, I have also installed product cycle slideshow, PIM-osc slideshow and image zoom. Now they don't work. I guess the problem is caused by jQuery (mine is jquery-1.4.2.min.js). But I don't know how to solve this. I just copy jquery-1.10.1 to catalog/admin/ext/jquery without modify/delete the older version. You said about jquery-migrate plugin but I don't know how to install this plugin. I really need your help to fix these. Thank you....
  9. Hi Jim, Thanks for your great addon. I downloaded and installed twice, but the result is same error. And when I open my website, the following error occur: What is wrong?
  10. Hi... I just installed this wonderful contribution on my osc 2.3.1 new site (http://www.WahanaStore.com). But I got the problem. Below the slideshow, it shows BOX_HEADING_ bla bla bla texts and strange icons in front of the product name. Besides, when I move the cursor next to the picture, the source code is shown too. How to fix these problems? Thank you very much Awie
×
×
  • Create New...