Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    how to i choose a download directory on my pc when i download from EP4?
    i do not see any settings in configuration, and it automatically downloaded without asking me?

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by w2e View Post
    how to i choose a download directory on my pc when i download from EP4?
    i do not see any settings in configuration, and it automatically downloaded without asking me?
    If the download from your site to your local pc is what you are referring, that is more of a browser specific issue... Some browsers automatically download to the download directory of the user's profile, some ask the user what they would like to do with the file: ie, open it with a specific program, save it, save it to a specific directory, etc... If you are talking about that you are currently "running" the site on a local computer and you have selected to export a file type, then it will download to the directory identified in the configuration settings that of course is on your local computer (as the site is on your local computer.) To answer the question a little better, would need more detailed information.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Oct 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    how come when i export a file, it is automatically owned by "nobody"?
    when i click download, i get "You don't have permission to access *.* on this server?" even if i chown, and chmod to 777, i still cannot download the file?
    (i moved /temp into admin, and i have no problem opening EP4)

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by w2e View Post
    how come when i export a file, it is automatically owned by "nobody"?
    when i click download, i get "You don't have permission to access *.* on this server?" even if i chown, and chmod to 777, i still cannot download the file?
    (i moved /temp into admin, and i have no problem opening EP4)
    Believe either in the little bit of direction provided or definitely in this forum, if you check your .htaccess rules and ensure that you are not preventing .csv files from being transferred/read... Would look for/see: jpg |gif etc...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by w2e View Post
    how come when i export a file, it is automatically owned by "nobody"?
    when i click download, i get "You don't have permission to access *.* on this server?" even if i chown, and chmod to 777, i still cannot download the file?
    That's a consequence of how your hosting company configured your webserver. Contact them for help in understanding why they did that. (It's an old-style configuration, which might suggest your server could use some modernization to keep up with the times.)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by DrByte View Post
    That's a consequence of how your hosting company configured your webserver. Contact them for help in understanding why they did that. (It's an old-style configuration, which might suggest your server could use some modernization to keep up with the times.)
    Or perhaps a BETTER more MODERN webhost is in order..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Oct 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by DrByte View Post
    That's a consequence of how your hosting company configured your webserver. Contact them for help in understanding why they did that. (It's an old-style configuration, which might suggest your server could use some modernization to keep up with the times.)
    thing is that after i manually chown and chmod, i still cannot download...?

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: EasyPopulate 4.0 Support Thread

    Not surprised. User 'nobody' has restrictions.
    It's a server thing.

    The root user might have to alter the permissions in order to have them take effect.
    Or, the hosting company could change the way Apache is configured so that stops happening, but that change affects other users and has security implications, and if the server administrator doesn't know much about security then they'll probably refuse to make the change.

  9. #9
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by w2e View Post
    thing is that after i manually chown and chmod, i still cannot download...?
    In the meantime (and sorry to push through for operation) it should be possible for you to ftp the file(s) off of the server, or if the utility to edit the file(s) is able to "safely" do so they could be manipulated remotely. Whatever the case, it appears that cause of the current problem has been identified to be unrelated to EP4, is a server side issue, and something is to be done about it. I say though, why stop progress when it is possible to move on even if it has some difficulties for now... :) just your friendly neighborhood cheer crowd to keep you going. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Version 4.0.28 has been posted to github. This version accomplishes two actions. 1) will bypass the use of mb_internal_encoding if it is not activated. A message (although not large) will be present on the EP4 admin tools window.. The effects of not having this functionality implemented (site/server/php.ini related) does not appear to be heavily documented; however, routine functionality remains. 2) The code has been modified to open (extend) functionality to all versions of ZC at or above 1.5.3. Again, this is an extension of functionality, no functionality has been removed from previous versions of ZC... There are 2 new files that will need to be installed if not previously installed by other plugins. They are based/named from what was published by lat9. There were a few minor corrections made to the commented text, but no change to functionality. EP4 will send tracking requests for all insertion and update actions made to the database.

    Anyways, 4.0.28 may be obtained from: https://github.com/mc12345678/EasyPopulate-4.0 currently, but hopefully from: https://github.com/chaddro/EasyPopulate-4.0. General directions are provided in the first post of this thread.

    There are no configuration window changes made from 4.0.27; however, if the option to Export URI with Prod and or Cat is not in your list of configuration options, then upon copy of the files to your server, it would be recommended to select the uninstall followed by install links when at the tools->Easy Populate 4 window.

    Otherwise, file replacement/upload is all that is necessary to upgrade from 4.0.27 to 4.0.28. Again, the updated code will still work on older versions of ZC, but now will also work on ZC 1.5.4.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

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