Search:

Type: Posts; User: OopsIbrickedIT

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: PHP Fast-CGI Cache configuration for speed increase

    I have made slow but steady progress and part of the functionalities work with Fast-Cgi cache:
    1. Customer login & logout (& making an order with some quirks)
    2. Admin login & most of the...
  2. Re: PHP Fast-CGI Cache configuration for speed increase

    That is the point exactly to not let fast-cgi cache dynamic content. I have been tampering with wordpress for ages, phpredis for example and it also works with fast-gi module fine. After all only...
  3. Re: PHP Fast-CGI Cache configuration for speed increase

    If I can make this set up working I will post an detailed description how it is made. Nginx is not officially supported but I have had no problems running Zen Cart with Nginx web server and it is...
  4. Re: PHP Fast-CGI Cache configuration for speed increase

    Thanks Carlwhat, precisely what I needed! I tried all ready make an similar attempt but I am no Nginx guru so it made server fail :blush:

    Now I have to make a list of functionalities which have...
  5. PHP Fast-CGI Cache configuration for speed increase

    ZC 1.5.1-1.54 Nginx mariadb 10.4x Hestia control panel (latest) cloudflare cache (html,css,js)

    Hi,

    I have few older zen cart sites which run on a Nginx VPS. Some of them have quite many...
  6. v157 Re: v157 DATE_FORMAT_DATE_PICKER error, if date format change and update product.

    Actually it is not a probelm anymore, there was an missing file with helper classes which did not get ulpoaded. It contains all the necessesary functions to sort out date time conversions in 1.5.8....
  7. v158 Re: After upgrade from 1.5.2 various problems

    Kippis! = Cheers! MC12345678

    I did the installation procedure normally and database upgrade went flawlessly except I had to add few table fields which are not related to missing file problem as...
  8. v158 Re: After upgrade from 1.5.2 various problems

    Sorry carlwhat, I had no intention to blame anybody. I downloaded the package right after 1.5.8 was released and unzipped in my local machine and only reason why this one of the most crucial include...
  9. Re: Adding VAT field to customers table

    Hi,

    sorry for my late response, was at the hospital again and Thank you to balihr and Swguy. Balihr great explanation of the process is indeed true and NULL is a proper db field value to use. And...
  10. Re: Adding VAT field to customers table

    I answer to my own question: Company field which is in registration field is located in orders table in database.
  11. v158 After upgrade from 1.5.2 various problems

    ZC 1.5.8 Php7.41 Nginx Mariadb 10.4x

    Hi,
    first some background information:
    I live outside US and servers date time format is ddmmyy.
    Also I have only 1 language in zen cart and it is not...
  12. v157 Re: v157 DATE_FORMAT_DATE_PICKER error, if date format change and update product.

    Hi,

    thank you again mc1234567! I can confirm this datetime "bug" is still haunting us with the 1.5.8 version too. Also found something else regarding /admin/includes/modules/update_product.php...
  13. Replies
    2
    Views
    826

    v156 Re: Copy Shipping Label

    Hi, I installed this to my friends old zc 1.5.0-1.5.0 It does not give errors but neither does not show the copy picture. No error logs. I wonder if the selector is right or what could cause this....
  14. Replies
    335
    Views
    76,988

    v150 Re: Zen Colorbox

    Thank you mc12345678 and sorry for my very late response but I was hospitalized again and forgot this issue. Of course it was my brainfart to try to run this again without dropping it first but if I...
  15. Adding VAT field to customers table

    ZC 1.5.8,Mariadb,Nginx,Php7.41

    Hi folks and thanks to all of You who have participated to development of ZC. I think this new 1.5.8 is an exellent upgrade.

    But to the point. I did an upgrade...
  16. Replies
    335
    Views
    76,988

    v150 Re: Zen Colorbox

    Zen zart 1.5.x Mariadb 10.4

    I tried to install Colorbox and everything went fine but when installing SQL patch I got 1064 syntax error:


    1064 You have an error in your SQL syntax; check the...
  17. Replies
    1
    Views
    518

    Re: Admin login gives 500 error

    I managed to solve this after few hours of sleep. Error was found in a place I did not suspect, there was an additional /shop/admin/includes/auto_loaders/config.css_js_loader.php

    This css.js...
  18. Replies
    1
    Views
    518

    Admin login gives 500 error

    Php 5.6 (multiphp server) zc1.5.0-1.5.4 (mixed) css js loader

    Hello Dear ZC folks for a long time!

    I have a problem which is not easily fixed by going to backup because on the middle of the...
  19. v151 Re: Image Lazy Loader for the product listing page

    Hi Simon,

    actually the error I found was on html_output file. Accidentally copied an old misbehaving file to live server :( Glad I found the error though. The site is using image handler also so I...
  20. v151 Re: Image Lazy Loader for the product listing page

    Thank you Simon very much! I must in the future do the same. But now checkout is not working and the site is live so have to dig up what causes it quickly. Old templates and lots of merged files does...
  21. v151 Re: Image Lazy Loader for the product listing page

    ZC 1.5.0 with 1.5.1 cache maria db 10.x nginx jquery 2.2.4 min

    Hi Dear Zen Cart folks,

    been sick for a long time but now feeling little better and tried to improve one old site to make it load...
  22. v150 Re: Problems with move copy products (cache related?)

    Sorry MC, forgot to answer to that. There is indeed log in cache folder and I have been cleaning it up periodically. This warning is caused by missing argument and it appears twice:
    [11-Jun-2020...
  23. v150 Re: Problems with move copy products (cache related?)

    Regarding latest maria db slow log after removing opcache from use is found below so the join may cause issues too, should there be an index?
    Also to be more precise I do not have access to original...
  24. v150 Re: Problems with move copy products (cache related?)

    Hi,
    sorry for late response and thank you for clarification DrByte & I could not agree more with MC. Cold truth is that I have been sick for nearly 8 months and pile of work has to be done before...
  25. v150 Problems with move copy products (cache related?)

    [ZC 1.5.0, PHP 5.6, MariaDb,Opcache enabled]

    Hi folks,

    seems our shop has possibly cache related problems. Before things worked ok but slowly. I have enabled Opcache for performance reasons and...
  26. Re: Additional images with long image names not showing

    Thank you MC. It was an issue with additinal images naming. The main image can not contain any underscores. 1.5.0 product_image field is also 64 chars long.
  27. Additional images with long image names not showing

    ZC 1.5.0 with 1.5.1 cache, PHP 5.6, Image handler 4, Dbio

    Hi folks,

    we have a product csv from feed of around 5000 products and I would like to bulk import it and use it's additional images...
  28. v150 Re: Additional product images don't show on Chrome

    Thank you very much Barco57. I changed the javascript and also noticed that image handler related one file was accidentally owerwritten in some phase and made merge to that and now images are...
  29. v150 Re: Additional product images don't show on Chrome

    Sorry for late response MC, of course I here is the example url: jmtech {dot} fi/kauppa/index.php?main_page=product_info&cPath=860_3599&products_id=29583

    I noticed that firefox and IE shows the...
  30. v150 Additional product images don't show on Chrome

    Zc 1.5.0 plus cache from 1.5.1, IH4, Dbio, PHP5.6


    I tried adding additional product images and they show up in firefox when you hover curso over the image but not on Chrome. Also when you...
  31. Re: 1406 Data too long for column 'ip_address' at row 1 error

    Thanks. I will bump it up

    Upgrading is a priority but the time I have is limited. Php 7.0 needs lots of upgraded modules which I dont have yet and seems I have to learn more zencart & php 7 first...
  32. Re: 1406 Data too long for column 'ip_address' at row 1 error

    I understand. But for clarity is it ok to increase it to 45 in old 1.5.0 ? Or will it cause problems when exporting db to upcoming 1.5.6?
  33. Re: 1406 Data too long for column 'ip_address' at row 1 error

    Also it makes me wonder is there charset encoding problems: ĄGuest. I use utf-8 on db or actually it is utf8mb4 if I remember correctly
  34. Re: 1406 Data too long for column 'ip_address' at row 1 error

    Sorry I forgot this:
    in:
    [insert into zen_whos_online (customer_id, full_name, session_id, ip_address, time_entry, time_last_click, last_page_url, host_address, user_agent) values ('0', 'ĄGuest',...
  35. 1406 Data too long for column 'ip_address' at row 1 error

    [Zencart 1.5.0 & cache from 1.5.2, Mariadb,Php fpm 5.6, hestia control panel, Ubuntu 18.04 LTS server, CLoudflare CDN]

    hi again folks, I had to move our webshop very fast to new server (above...
  36. Replies
    1
    Views
    994

    v156 File permission problems

    [Zc 1.5.6 PHP7.0 nginx,mariadb]

    Hi folks,

    I setted up new server and I am running zc1.5.6 wit nginx webserver. I seem to have file permission problems wen trying to install new addons.
    ...
  37. Replies
    1
    Views
    386

    v156 Database tuning for performance

    Zc 1.5.6a Php 7.0 10.4.7-MariaDB-1:10.4.7+maria~bionic

    Hi,

    I have little problems with tuning up the Mariadb for ZenCart. I have no prior experience with Mariadb

    Server: 4 (latest edition)...
  38. Re: Adding Redis object cache to ZC for improved performance

    Hi,

    perhaps I was bit unclear. The admin side product category listing is very slow, the public site is very much faster. I have disabled admin&public side category counts.
  39. Adding Redis object cache to ZC for improved performance

    ZC 1.5.6 Php 7.0, Nginx, MariaDb 10.x]

    Hi folks,

    We are going to need every bit of speed we can get. We aim to Large shop with over 250K products. Fortunately the public site is possible to...
  40. Re: Moved server can not login to admin

    Hi,

    I am thinking the same but old webserver was a mess and build the new one to be faster to solve performance issues. The old one was a mess build by hosting company.

    Perhaps I should proceed...
  41. Re: Moved server can not login to admin

    Hi,

    I noticed 2 things on the new server which were not similar on the old site and fixed them (set locales and db document collation is now utf8mb4) But they did not fix the problem.

    I copied...
  42. Re: Moved server can not login to admin

    I remembered that there has been added query cache to reduce unnecessary queries because 1.5.0 don't support that originally. Seems that some lines has been commented out.
  43. Re: Moved server can not login to admin

    Thank you mc12345678, the installation is old and there has been many tinkerers during the years. I am running hestia control panel with multi php
    I am aware that the zc 1.5.0 don't support...
  44. Moved server can not login to admin

    [Zc 1.5.0 php 5.6]

    We finally got an new server and I moved the old web shop there while we hone the new one.

    I installed it on nginx & mariadb for performance reasons. Public side is working...
  45. Re: Connecting to mysql docker container with zen cart

    Also because this issue is Urgent we are willing to compensate financially everyone who helps to solve this.
  46. Re: Connecting to mysql docker container with zen cart

    Thank you MC

    I am well aware about zen cart configuration files and mangled with them too many times. Problem does not seem to be related to that. The mysql database server runs inside Docker...
  47. Connecting to mysql docker container with zen cart

    [zc 1.5.0, php 5.6]

    Hi,

    our hosting provider has put the private mysql databases inside a docker container and the normal way to connect them don't work. I got this php connection script to...
  48. Sticky: v158 Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Thank you very much for the help, I will try that. And ve do have that old bmz_cache folder with imagehandler 4 intact and I tought that could be the way. We had to revert to old site partly because...
  49. Sticky: v158 Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Hi Barco, I don't think we are nuked and I would very much love to know the solution to this too. So it would help us if we could pull out that image location data from db and check how the original...
  50. Sticky: v158 Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Shouldn't the IH-5 be backward compatible with IH-4 regarding the bmz_cache? So we have all the image info in bmz_cache only and db should have the linking info. Problem persists but perhaps there is...
Results 1 to 50 of 132
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR