Jump to content

vidmarc

Member
  • Posts

    833
  • Joined

  • Last visited

Posts posted by vidmarc

  1. We just had a lot of orders stuck at Pending today... And here's a message from another would-be customer:

    Hi, I have been trying to order a blu-ray for a few days now on your website, but whenever I try to register and attempt to fill in my details the keypad briefly appears then disappears before I can fill in my details. Is there something you can do to correct this?

    Any suggestions?

    http://nucleusfilms.com/

     

  2. Any new product pages I add will invariably differ slightly from page to page. Is there a way of setting up default text font and size throughout,  so the product template remains the same throughout each product? I find the description page to be a bit of a pain to manage as it always messes up, so I always have to clean up and edit in HTML.

  3. Mine looks different.

                                if($("#val_cat_id").length) {
                                    cat_id = $("div#val_cat_id").text();
                                    d.unique = true;
                                }
    
                                a.getJSON(d.script, {
                                    _g: "xml",
                                    type: "files",
                                    q: "list",
                                    dir: g,
                                    group: d.group,
                                    product_id: product_id,
                                    cat_id: cat_id
                                }, function(j) {
                                    a(h).find(".start").html("");
                                    var i = document.createElement("ul");
                                    a(i).addClass("filetree");

     

  4. I've looked in phpMyAdmin for the last product I duplicated and there are three items with the same product ID number (51). Only one of these has "main_image" = 1

    When I click on this item, I see:

    id    int(10) unsigned / Value 177
    product_id    int(10) unsigned     / Value 51
    file_id    int(10) unsigned / Value 73

    main_img = 1

    I'm not sure how to view the image path?

       
  5. If I duplcate a product, then complete the new product's info, I'm left with the original product image, even though it's not linked in the image settings. I've tried clearing the cache and image cache, but the "included" images are still displaying. Any suggestions?

    ps: I've just upgraded to 6.1.13. How do I edit my signature?

  6. I've tried this and again, same error.

    I just re-checked the php error log and I'm now seeing these warnings:

    Quote

    [24-Jun-2017 01:10:21 UTC] PHP Fatal error:  User dbo462610712 already has more than 'max_user_connections' active connections in /homepages/40/d121509422/htdocs/classes/db/mysqli.class.php on line 38

    Quote

    [24-Jun-2017 01:10:21 UTC] PHP Warning:  mysqli_options(): Couldn't fetch mysqli in /homepages/40/d121509422/htdocs/classes/db/mysqli.class.php on line 35

    Quote

    [24-Jun-2017 16:40:14 UTC] PHP Warning:  Security Warning: Illegal array key "amp;products_id" was detected and was removed. in /homepages/40/d121509422/htdocs/classes/sanitize.class.php on line 111

    Quote

    [24-Jun-2017 22:16:53 UTC] PHP Warning:  Security Warning: Illegal array key "redirect:${#matt=_#context_get('com_opensymphony_xwork2_dispatcher_HttpServletResponse'),#matt_setContentType('text/plain'),#matt_getWriter()_println_('successsuccess'),#matt_getWriter()_flush(),#matt_getWriter()_close()}" was detected and was removed. in /homepages/40/d121509422/htdocs/classes/sanitize.class.php on line 111

    Quote

    [25-Jun-2017 02:08:55 Europe/London] PHP Warning:  Cannot use a scalar value as an array in /homepages/40/d121509422/htdocs/classes/cubecart.class.php on line 1400

     

×
×
  • Create New...