Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2008
    Posts
    19
    Plugin Contributions
    1

    Default dragable_categories support thread

    For questions and support for the dragable_categories plugin/addon.

  2. #2
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    79
    Plugin Contributions
    0

    Default Re: dragable_categories support thread

    Thank you very much for this utility. I've just installed it on ZC158a with PHP 8.1 but perhaps I've missed something.
    I've browsed to admin/DragableCatogories6.php but all I get is a blank screen, except for the background colour from the site's catalogue side. I did get a warning log:
    Code:
    --> PHP Warning: Undefined property: dragable_monitors::$enable in /xxxxx-xxxxxxxxxx/includes/dragable/dragable_monitors.php on line 14.
    I declared $enable in the class definition and it made the warning go away but did not make it work any better.

    Any ideas what I might be doing wrong?

  3. #3
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    79
    Plugin Contributions
    0

    Default Re: dragable_categories support thread

    I inspected the page in Chromium and saw an error: "net::ERR_CONTENT_DECODING_FAILED". On a hunch I went into the store configuration and switched off GZip compression. After that I could see the page looking like the sample images. It looks like something is making the browser expect uncompressed data while Zen Cart is sending compressed data. I can leave it switched off for testing.

  4. #4
    Join Date
    Mar 2008
    Posts
    19
    Plugin Contributions
    1

    Default Re: dragable_categories support thread

    Thanks for this. I missed that one. I have added $enable to the class definition like you have. Will be in next release.

  5. #5
    Join Date
    Mar 2008
    Posts
    19
    Plugin Contributions
    1

    Default Re: dragable_categories support thread

    Had a quick look at GZIP_LEVEL. When I turned it on I couldn't view the backend at all. I had to go into the DB to reset it.
    Which means I can't test against this setting at all.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,603
    Plugin Contributions
    88

    Default Re: dragable_categories support thread

    Quote Originally Posted by hellsbit View Post
    Had a quick look at GZIP_LEVEL. When I turned it on I couldn't view the backend at all. I had to go into the DB to reset it.
    Which means I can't test against this setting at all.
    Developer trick: Since the admin/includes/extra_datafiles/*.php files are loaded prior to the database initialization, you could create a teeny .php file there for testing to override that setting:
    Code:
    zen_define_default('GZIP_LEVEL', '0');  //- Use '1' to enable
    Just remember to remove the file when you're finished.

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3614
    Last Post: 31 May 2024, 03:15 PM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 743
    Last Post: 30 Mar 2024, 02:26 AM
  3. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  4. v151 Ship2Pay Support thread
    By Design75 in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 5 Nov 2019, 01:14 PM
  5. v156 PWA, Offline support Push notifications addon [Support Thread]
    By perfumbg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 May 2019, 02:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR