Page 72 of 78 FirstFirst ... 22627071727374 ... LastLast
Results 711 to 720 of 775
  1. #711
    Join Date
    Sep 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    I just installed Apsona Shop admin on fresh 1.5.5 but its not working.

    Any idea?Name:  apsona error.jpg
Views: 115
Size:  9.7 KB

  2. #712
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    Did you just use the package you downloaded from Apsona? Did you use the fixes in the mods section? Does not work right out of the box.
    The full-time Zen Cart Guru. WizTech4ZC.com

  3. #713
    Join Date
    Sep 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    I used this.

    https://www.zen-cart.com/downloads.php?do=file&id=1985

    Also made the changes in config file as you mention earlier.

    I tried same in fresh 1.5.4 and its working there.

  4. #714
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    I'm not understanding you. You say you used in fresh install and it worked? But it's not working somewhere else?
    The full-time Zen Cart Guru. WizTech4ZC.com

  5. #715
    Join Date
    Sep 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    Its not working on Fresh Zencart 1.5.5 install.

    And its working on Fresh Zencart 1.5.4 install.

  6. #716
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    hasn't been testing with 1.5.5 and if it's not working then probably the functions need altering. That is not my expertise. I'll see if I can get something done but can't promise it.
    The full-time Zen Cart Guru. WizTech4ZC.com

  7. #717
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    Apsona compatibility with Zen Cart 1.55.

    Since some constants related to paths have been moved, I found I needed to make these changes to get Apsona to load.

    1) ADMIN/apsona_index.php

    change

    PHP Code:
    require ('includes/application_top.php'); // Use application_top so that unauthorized users can't hit this page 
    to
    PHP Code:
    require ('includes/application_top.php'); // Use application_top so that unauthorized users can't hit this page

    if (!defined('DIR_WS_HTTPS_ADMIN')) define('DIR_WS_HTTPS_ADMIN'DIR_WS_ADMIN);//from Zen Cart 1.55 https://www.zen-cart.com/showthread.php?219753-DIR_WS_HTTPS_ADMIN-Constant-appears-to-be-removed-but-is-still-used-referenced&p=1307089#post1307089 
    2) ADMIN/apsona_svc.php

    change
    PHP Code:
    require (DIR_FS_CATALOG DIR_WS_INCLUDES 'database_tables.php'); 
    to
    PHP Code:
    if (!defined('DIR_FS_CATALOG')) include ('includes/defined_paths.php');//from Zen Cart 1.55
    require (DIR_FS_CATALOG DIR_WS_INCLUDES 'database_tables.php'); 
    Last edited by DrByte; 27 Mar 2016 at 12:19 AM. Reason: added "if !defined DIR_FS_CATALOG" to make backwards compatible
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  8. #718
    Join Date
    Sep 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    Thanks for help. Its working fine now.

  9. #719
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    I'll add that in the package I created. Thanks, Torvista!
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #720
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: Apsona ShopAdmin - a free tool for import/mass update/reporting

    Torvista, the changes for the config files would be different now as well.

    The line in configure now reads
    PHP Code:
    /**
     * Note about DIR_WS_ADMIN
     * The DIR_WS_ADMIN value is now auto-detected.
     * In the rare case where it cannot be detected properly, you can add your own DIR_WS_ADMIN definition below.
     */
    define('DIR_WS_ADMIN''/store_admin/');//steve apsona 
    So I added the fixed path there. But the https admin is now done differently. What did you do in the configure file?

    I'm fixing someone's aborted apsona installation but I think I've got the right files in place with the added 1.5.5 lines. Still getting that can't connect message though. I believe this is simply a new installation on a server where they were running apsona in another directory with success on an earlier version of zen cart.
    The full-time Zen Cart Guru. WizTech4ZC.com

 

 
Page 72 of 78 FirstFirst ... 22627071727374 ... LastLast

Similar Threads

  1. v151 ShopAdmin by Apsona - Hanging when importing
    By bouncdchk in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Jan 2014, 10:26 PM
  2. Apsona ShopAdmin
    By cagui2254 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 25 Aug 2011, 09:10 PM
  3. Current version of Alba's Mass Update Tool?
    By wolfear in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 5 Jun 2006, 02:13 AM

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