Search:

Type: Posts; User: pasi

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. v155 1.5.5b - clean install stuck on installing database

    I'm doing a clean install of 1.5.5b and it gets stuck on the database creation step with the bar at 99%

    Cause is a timeout:
    2016/11/23 12:09:51 [error] 6013#0: *1250 upstream timed out (110:...
  2. Thread: ZenCart and HHVM

    by pasi
    Replies
    6
    Views
    1,811

    v154 Re: ZenCart and HHVM

    I'll post a patch next week if I have the time. :)

    Some of the stuff was in the database classes... where some functions returned true instead of a result object, and the true value was given as a...
  3. Thread: ZenCart and HHVM

    by pasi
    Replies
    6
    Views
    1,811

    v154 ZenCart and HHVM

    I have just succesfully installed ZenCart on HHVM. And it's blazing fast (after the first JIT run) :laugh:

    There was quite alot of tweaking in the database connection and query system... Mostly...
  4. Replies
    2
    Views
    715

    v154 Re: AJAX errors document.write

    I noticed it as I got a PHP warning just under the body tag.... the ajax call returned:


    {"data": true} PHP Warning: Some warning not relevant to this.


    And this did read just under the body...
  5. Replies
    2
    Views
    715

    v154 AJAX errors document.write

    I noticed that AJAX errors are being printed on to the document directly....

    jscript_framework.php


    document.open();
    document.write(responseHtml);
    document.close();
  6. Replies
    5
    Views
    1,232

    v150 Re: PHP-FPM SEGVAULT at login

    I think I found the problem (a good while ago thou) .... It had to do with PHP error reporting.... There were E_NOTICE level on and sometimes there was so much notices of uninitialized variables,...
  7. Wht happens to giftvouchers when customer is deleted?

    What happens to giftvouchers when customer is deleted?

    If a customer recieves a code, then goes on to order stuff with it, but doesn't use the whole amount and after recieving the order calls the...
  8. Replies
    5
    Views
    1,232

    v150 Re: PHP-FPM SEGVAULT at login

    Thanks for pointing this out... I'll try a patch.
  9. Replies
    5
    Views
    1,232

    v150 PHP-FPM SEGVAULT at login

    This is not a bug report directly... I just wanted to ask if anyone else is encountering such a problem:


    I run a VPS for a couple of my customers which has the following setup:

    Nginx 1.2.1...
  10. v151 Re: 1062:Duplicate entry for key 1 in db_cache

    Old thread, but I think I know what's causing this...

    the error can be found at includes/classes/cache.php and the code goes as follows:



    case 'database':
    $sql = "select * from...
  11. v151 Re: a new URL router (SEO URL if you will) on it's way

    Thanks for the feedback.

    I'd consider this project as "not even released yet" state. So the actual todo list is written in a piece of paper and updated when I figure stuff out ;)

    Also currently...
  12. v151 Re: a new URL router (SEO URL if you will) on it's way

    Link generator now works, but still requires page specific routing classes implemented to generate proper links for products etc... (Product group links work already).

    Feel free to check out the...
  13. v151 a new URL router (SEO URL if you will) on it's way

    Hello all,

    I started working on a new URL router (some might call it SEO URLs).

    The router itself is already pretty much working, turning:
    ...
  14. Replies
    1
    Views
    2,196

    v151 [Duplicate] IPv6 sanitize problem

    In /includes/init_includes/init_sanitize.php there is a code that reads:



    /**
    * sanitize $_SERVER vars
    */
    $_SERVER['REMOTE_ADDR'] = preg_replace('/[^0-9.%]/', '',...
  15. Replies
    2
    Views
    1,628

    Re: Finland: Prinetti support

    Hey all!

    The prinetti system is ready and has been in production use for few months now and seems to be working really smoothly.

    It is fully integrated with the SmartPosi module now (thou they...
  16. Replies
    2
    Views
    7,077

    v151 Re: jQuery ajax with type POST and securityToken

    I haven't ran across the problem you mention, so can't help you there.

    BUT

    I did find another new fun AJAX feature....

    Debugged this the whole morning..!

    I installed zencart to my...
  17. v150 Search in description not always working when description is html encoded

    a customer of mine reported this to me:

    When using a WYSIVYG editor that saves the product description as html encoded, something like "Sisältää" in description is not found using the search,...
  18. Re: Suomen verkkomaksut (SVM) REST API payment module

    I've updated the code in github to include the payment method selection integration,but a new bug was found in it yesterday, and I suggest not using it untill I have finnished fixing it.

    I'll keep...
  19. Reviews sidebox nl2br before zen_trunc_string

    a small bug in includes/templates/template_default/sideboxes/tpl_reviews_random.php


    in code:
    ...
  20. Re: Suomen verkkomaksut (SVM) REST API payment module

    a bug has been found... SVM API accepts only 2 decimal precision for prices which causes a rounding error on certain sums as they add tax in their service to the already rounded 2 decimal price.
    ...
  21. Re: Suomen verkkomaksut (SVM) REST API payment module

    UPDATE:
    Fixed a "session timeout" problem when using this module. ZenCart keeps a counter that prevents a logged in user to try checkout_process for more than 3 times. And since this module works...
  22. Suomen verkkomaksut (SVM) REST API payment module

    I have made an Suomen Verkkomaksut payment module for ZenCart.

    Unlike the one available from Suomen Verkkomaksut website, this one uses the new REST API. This means the users browser doesn't send...
  23. Replies
    7
    Views
    1,722

    v138a Re: Wait for 1.6 or upgrade to 1.5.1?

    Unstable? a bit wrong word used there. Unsecure maybe but not unstable.

    I have clients still using 1.3.8, wihout any STABILITY issues. One of them has been hacked a few times, but they still...
  24. Replies
    1,684
    Views
    261,896

    v150 Re: Image Handler 4 Support Thread

    Tried to search but got too many results to go through them all...

    Anyway, the problem is that some images are in GIF format. JPG images are resized correctly, but the GIF images aren't resized at...
  25. Replies
    2
    Views
    7,077

    v151 jQuery ajax with type POST and securityToken

    Just a little notice for anyone working with jQuery ajax in the admin side. (or probably any type of ajax for that matter that uses POST data instead of GET)

    When using POST to transfer the query...
  26. Replies
    2
    Views
    1,628

    Re: Finland: Prinetti support

    A little update:

    Because of some business issues, the developement óf this module has been minimal for the past few months.

    We made a decicion to close our own webshop (autonhoito.com), which...
  27. Re: Text showing up invisible (white on white) on popup_shipping_estimator

    Yes, if only the popup pages would have an appropriate wrapper (<div class="popup"> etc.), then this wouldn't be problem on many installs.
  28. Replies
    20
    Views
    2,204

    Re: Can t Turn off product in categorie??

    I can confirm this, as a customer of mine just called me and asked why he can't switch products on/off after upgrade to 1.5.0

    The green/red tab in the categories list has a link like this:...
  29. Replies
    2,444
    Views
    353,039

    Re: Ceon URI Mapping v4.x

    Just installed this for the first time for a customer.

    the site has the following structure
    example.com/cms
    example.com/shop

    Where CMS is drupal and shop is zencart

    Now if both have the...
  30. Replies
    99
    Views
    45,495

    Re: Making Finnish language pack...

    FYI. Finnish language pack 1.5.0 Rev. 2 has an error in checkout_success.php

    It is missing a > for <a> tag in one of the defines.

    It will work, but it expands the link in checkout_success page...
  31. Replies
    1,684
    Views
    261,896

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Installation fails if Admin is not in English.

    I have a shop with Finnish language pack installed (English completely uninstalled).

    In file admin/includes/init_includes/init_image_handler.php...
  32. v139e Re: Can I specify a shipping method for each product?

    Don't think theres anything readily available for this.

    I have done this kind of modules for few of my clients in the past, and it's not really that hard.
  33. Replies
    2
    Views
    1,628

    Finland: Prinetti support

    After many MANY requests, I have finally done the Prinetti integration to Zen Cart admin.

    Due to the rather complicated setup process and the massive effort I have put into this, the integration...
  34. Replies
    2
    Views
    672

    v150 Re: shipping estimator setting in language file

    erm... I was supposed to post it in code suggestion :D

    How the heck did it end up in bugs :D
  35. Replies
    2
    Views
    672

    v150 shipping estimator setting in language file

    In the main language file:

    define('CART_SHIPPING_METHOD_ZIP_REQUIRED','true');

    which enables or disables the ZIP code field in the shipping estimators (tpl_modules_shipping_estimator.php)
    ...
  36. Replies
    3,720
    Views
    819,035

    Re: Zen Lightbox...

    Ok, now it's working. For some reason the jscript folder in the custom template was set to 700 permission, so it tried to load "includes/templates/template_default/jscript/jquery-1.4.4.min.js" which...
  37. Replies
    3,720
    Views
    819,035

    Re: Zen Lightbox...

    Ran across similar issues as mentioned above. Configuration stuff not visible in the zen lightbox menu in admin.

    Using the zencart "SQL patch" tool in admin kept giving errors of duplicate entry...
  38. v150 Re: Difference between v1.5.0RC3 and v1.5.x 12-30-2011?

    IIRC. there was only 1 real code change between them. Can't remember the file thou :)
  39. Replies
    99
    Views
    45,495

    Re: Making Finnish language pack...

    Small update uploaded last week. Nothing major, just few missing defines added to admin side.
  40. Replies
    297
    Views
    86,544

    Re: Multi-Language Support for EZ-Pages

    ZenCart team rejected my submission (because of an error I had made). I accidentaly copied wrong version to the dir I zipped and submitted... I have corrected it now, but will hone some little...
  41. Replies
    190
    Views
    78,786

    Re: Confirmed working mods in Zen Cart 1.5

    Posted an update for Multilanguage ez-pages in the download section

    Old version would of worked fine in 1.5.0 but this release contains (un)install scripts for the admin menu and few changes to...
  42. Replies
    297
    Views
    86,544

    Re: Multi-Language Support for EZ-Pages

    P.S. I just noticed the duplicate breadcrumb "bug" mentioned above.

    I'll probably try to edit the mod some day soon, so that it wouldn't have to overwrite the...
  43. Replies
    297
    Views
    86,544

    Re: Multi-Language Support for EZ-Pages

    I have updated the mod for ZenCart 1.5.0, and it should be available in the download section shortly.

    I do not give support for the mod, I just updated some snippets of code and included install /...
  44. [Fixed v1.5.1] "broken link" in default installation

    Not a bug per se, but a bit embarasing... The default install advertises the ZenCart manual from lulu.com

    When clicked, it goes to lulu.com which says "We're sorry, the item you requested is not...
  45. Replies
    4
    Views
    1,326

    Re: Approximate time to upgrade?

    Upgrading takes about 10 minutes...

    Assuming stock install of zencart.

    Been working on one of my customers shop for more than 10 hours now, and there's still a lot to be done.
  46. Replies
    99
    Views
    45,495

    Re: Making Finnish language pack...

    1.5 RC2 translation is out and can be downloaded from the zencart download page.

    Feel free to test and report any problems.

    I had to update the translation as I have loads of customers in need...
  47. Replies
    4
    Views
    1,471

    [Fixed v1.5.1] empty profile names

    Version: ZenCart 1.5RC2

    In profile manager, you can't add a new profile with an empty name.

    But the rename function in the profile list lets you set an empty string as a new name for a profile.
  48. Replies
    7
    Views
    4,401

    Re: Demo site for new releases?

    It even reads "ZC 1.3.8 shop :: TagLine Here" in the site header ;)
  49. Replies
    4
    Views
    1,399

    Re: Addons and security

    Yes I did. and I do care, but it's not as important thing for me (or my clients) as it might be for shop keepers who do store CC info etc.

    And thank you for the response. It answered my question :)
  50. Replies
    4
    Views
    1,399

    Addons and security

    With all the security things coming up for 1.5 ... what about addons?

    a miss configured / coded addon might easily make all the new security features void?

    Wouldn't installing 3rd party...
Results 1 to 50 of 435
Page 1 of 9 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR