Page 58 of 78 FirstFirst ... 848565758596068 ... LastLast
Results 571 to 580 of 775
  1. #571
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,591
    Plugin Contributions
    30

    Default Re: Apsona mysqli

    My hosting is php 5.4.28 and Apsona works fine.

    Locally Xampp is on 183-4 (php 5.5.11) which doesn't work: I have to use 182 (php 5.4.27) when I need Apsona.

    The "re-coding" is fixing a few functions in apsona_functions.php.
    I spent about 10 minutes on it about a year ago without success (early adopter that I used to be...) so I was just wondering if someone had fixed it yet so I can bin the older Xampp install.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  2. #572
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: Apsona mysqli

    Hi Torvista:

    I am interested in knowing the same thing as well.

  3. #573
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: Apsona mysqli

    Hi.Diva,

    I have a little time but no technical skills. Let me know if some capable person does the re-coding.

    BTW are you the current developer of TPP?

    AJ

  4. #574
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,591
    Plugin Contributions
    30

    Default Updating using Chrome

    Just a FYI that there is a problem using Chrome as the browser with Apsona.
    Scenario:
    1) load in english.
    2) import/insert some new products from a csv. ok.
    3) change to secondary language.
    4) import/update these products with second language information from same csv. Flags errors as it cannot find the model number, (nor product id if added to the csv prior to the update).

    Click image for larger version. 

Name:	apsona_updater_second_language_error.jpg 
Views:	60 
Size:	20.3 KB 
ID:	14443

    The process works ok with Firefox and IE.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  5. #575
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,591
    Plugin Contributions
    30

    Default Re: Updating using Chrome

    Just a FYI that there is a problem using Chrome as the browser with Apsona.
    No there isn't...

    Be aware that when Shopadmin first loads it creates a snapshot of the database. It uses this for error-checking in the browser prior to doing imports.
    It is cached and the cache does not renew with changing language, nor with reloading the Shopadmin page nor with closing and reopening it from the admin: you have to manually delete it.

    This caused me a problem as I do multiple test-drives of importing large, complex .csvs locally to get them note-perfect before importing them to the real shop.
    By not clearing the cache after completing local testing, Shopadmin was error-checking the csv against the wrong database info.

    So, the moral is, use one browser for local work and another for remote work when using Apsona Shopadmin.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  6. #576
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,591
    Plugin Contributions
    30

    Default update of apsona_functions.php to use mysqli

    I have modified the apsona_functions.php file to use mysqli.
    I only use Apsona for exports and imports so it would be prudent for all and sundry to try this out on their DEVELOPMENT servers and see if it is working in all instances.
    apsona_functions.zip

    I have it working on php 5.5.15.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  7. #577
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: update of apsona_functions.php to use mysqli

    Quote Originally Posted by torvista View Post
    I have modified the apsona_functions.php file to use mysqli.
    I only use Apsona for exports and imports so it would be prudent for all and sundry to try this out on their DEVELOPMENT servers and see if it is working in all instances.
    apsona_functions.zip

    I have it working on php 5.5.15.
    This is great news. Are you running zc 1.5.3?

  8. #578
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,591
    Plugin Contributions
    30

    Default Re: update of apsona_functions.php to use mysqli

    Are you running zc 1.5.3?
    Yes...and I was about to say that's irrelevant but there is a problem with the self-determination of the admin path in the admin configure.php using the new function zen_parse_url that I haven't figured out yet which means you need to hard-code the admin path in the defines that use that function otherwise the shopadmin index page does not load.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  9. #579
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: update of apsona_functions.php to use mysqli

    Quote Originally Posted by torvista View Post
    Yes...and I was about to say that's irrelevant but there is a problem with the self-determination of the admin path in the admin configure.php using the new function zen_parse_url that I haven't figured out yet which means you need to hard-code the admin path in the defines that use that function otherwise the shopadmin index page does not load.
    Hi Torvista:

    I noticed the same thing.

    Fatal error: Call to undefined function zen_parse_url() in /home3/xxxx/pubic_html/admin/includes/configure.php on line 29

  10. #580
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: update of apsona_functions.php to use mysqli

    How do I hard-code the admin path in the defines?

    Quote Originally Posted by torvista View Post
    Yes...and I was about to say that's irrelevant but there is a problem with the self-determination of the admin path in the admin configure.php using the new function zen_parse_url that I haven't figured out yet which means you need to hard-code the admin path in the defines that use that function otherwise the shopadmin index page does not load.

 

 
Page 58 of 78 FirstFirst ... 848565758596068 ... 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