Jump to content

Antonw.com

Member
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Antonw.com

  1. Seems like I got this working now!
    This is how I made  my filemanager.class.php file to look like:

    class FileManager {
        private $_directories;
        private $_mode;

        private $_manage_cache;
        private $_manage_dir;
        private $_manage_root;
        private $_recently_uploaded = array();
        private $_sub_dir;
        private $_sendfile = false;
        //private $_max_upload_image_size = 350000;
        private $_max_upload_image_size = 6291456; // 6MB

        public $form_fields = false;

    Thanks!

    • Like 1
  2. No the files does not exist on the server when I browse the images/cache with FTP.
    Also looked in the database and the files have not been added there.

    Yeah its strange since the file seem to upload fine without any warnings after dropping them into the dropzone.
    Do think there is any additional files that also needs to be edited?
    Or should this work just editing the admin.php file and  filemanager.class.php

  3. Thanks for the fast reply bsmither.
    I was looking in the wrong admin.php file, but found the right one and changed the limit to maxFilesize: '2.55',

    But it still does not seem to work.
    I don't get any warning and the file seems to upload fine when I add it to the dropzone.
    However it never get's listed in the file list. I tried reload the page etc but the files does not seem to get uploaded.
    (Everything smaller than 350 works fine)

    By the way I'm using latest version of CC.

  4. I also got the problem with Cubecart giving the error message that the filesize are too big and can not be bigger than 350kb
    Tried to edit the filemanager.class.php file 
     private $_max_upload_image_size = 15958400;

    but I still get the error message, does anyone what I need to change in order to be able to upload larger images?

    Thanks!

  5. Thank you very much for the rapid reply guys, very much appreciated.

    Ian, I have a Cloud Servers - Webmaster Cloud v2

    And had 23 625.06 M bandwidth usage last month.

     

    Server load 0.87 (2 CPUs)   Memory Used 61.5% (1,177,328 of 1,914,332)   Swap Used 0% (0 of 1)

    bsmither, do you know where in the WHM I can see the frequency?
    The storefront customer login (when it's not down due to the mysql error) seem to work fine. But the admin is always slow.

     

  6. Hi,

    So recently the admin login for my store have been really slow. It can cake 30sec to a min to login.
    Then I also started to get this error on the frontpage:
    Warning: mysqli::mysqli(): (HY000/2013): Lost connection to MySQL server at 'reading authorization packet', system error: 104 in mywebsite/classes/db/mysqli.class.php on line 22

    The host told me I have to upgrade my server.

    I have about 30.000 daily hits and 700mb bandwidth on a currently run on:
    Total processors: 2 Intel® Xeon® CPU L5630 @ 2.13GHz
    Mem: total: 1914332 used: 1897316 

    Does anyone know if this error and slow login is simply due to the hosting and I need a better server?

    I been running the site for some time, should clear up any data in order to make the admin login work faster?
    Thanks!

  7. Thank you very much for replying to my thread bsmither.

    Sometime is also get to a Paypal page saying "Sorry — your last action could not be completed".
    There is no logs from the orders that get the Paypal error (incorrectly formatted item amount).

    I been trying to see a pattern when this happens and it seems to be related to:
    1) Using German or Spanish language in the store.
    2) When checking out having German or Spain selected as country.

    Maybe someone could verify this by testing it at: http://gamesitetemplates.com

     

  8. For me it dosen't matter where the customer is from, can be any country.

    I have Cubecart installed on another host of mine and it works fine there, so I asked my current host if he had any input on this problem and I got following reply:

    "Our systems block all requests from clients with blank user agents. Paypal's IPN bot

    uses a blank user agent - therefore it is being blocked."

    Do you think it can be due to the host that I get this error and the cart dosen't change status from "Pending"?

  9. kinderyum, We seem to have the exact same problem.

    I also get the same URL after the purchase is complete and the error shows up. But when I refresh/copy and paste the URL I do get to the "complete page".

    But the order is still "Pending".

    I had a look at the the IPB messages in PayPal and all of them is saying "Retrying" is the same for you kinderyum?

    As far as I know Cubecart now ignore the "IPN Notification URL", so it dosen't matter what you have typed there.

    And since Cubecart overrides the PayPal "Return URL" it does not matter what you got here either.. correct me if im wrong.

    The common thing we seem to have is multiply stores connected to the same PayPal account, could that have something to do with this error??

  10. I get following error: Module path doesn't exist!

    After making an order with PayPal and they trying to go back to my website.

    And the order status dosen't change from Pending.

    CubeCart Version: 4.4.3

    Entire Module/Gateway folder are set to: CHMOD 755

    Primary PayPl email is used.

    Any one got any clue what this could be??

    By the way, when im using sandbox mode I do get around the error message but the order is still just pending..

  11. I don't find the phrase 'Customer SET safe' (like, as part of a longer statement) anywhere in CC3.0.20. I will have to conclude that you have a mod that has a special flag/status for your customers.

    Please visit the www.CubeCartForums.org forums, state your situation, and mention the mod. Hopefully someone there can help.

    Hmm yeah your right, its sounds like it could have something to do with my "Digital Downloads Safe Mode", i might as well contact the developer of the mod directly.

    Thanks for the reply!

  12. I had some returing customers reporting that they get following error:

    1146: Table \'xxx_cubecart.CubeCart_Customer\' doesn\'t exist

    QUERY = UPDATE CubeCart_Customer SET safe = 1 WHERE customer_id = \'4198\

    Anyone here got the same problem and know how to solve it?

    Thanks!

  13. Make sure you have your paypal gateway to use your PRIMARY paypal email.

    It will only work with the primary one.

    It will still say "Thank you, your order has been placed. Payment may or may not have been taken yet..."

    on the return back page, when your custom return to your store after payment. not sure why

    but you can edit that in the language file

  14. Hi!

    I have a few extra links and some headlines in my navigation/interface. I would like them to work with the translation system. How can I do this?

    The code I have for the extra links in my index.tpl file looks like this:

    <li class="li-nav"><a href="/http://somwhere/">LINK NAME</a></li>

    Is there any easy way for this, can I just add does links to any of the language files?

    Thanks!

×
×
  • Create New...