Results 1 to 10 of 263

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Add Customers from admin addon

    Quote Originally Posted by pixelpadre View Post
    I uploaded the files as they were packed. And changed the permissions to 777. That didnt help.

    Could you finish the last part of your last sentence?
    Okay, what version of Add Customers are you using?
    What Version of Zencart? Have you patched to 139h? If so, did you rename your /admin folder?

    It still sound like you are not writing to where you think. Are you using CPANEL to check your file permissions? Did you install zencart by uploading yourself, or with something like fantastica (sp?) thru CPANEL? You may have to SSH into your host and verify file ownership.

    You may want to call your host and ask them to verify that your files have correct ownership and permissions. If you google "php error could not move file", you'll see this is most certainly a permissions error.

    Also, try commenting out line 29 of add_customers_backend.php : ( add // before the line to comment out )

    Code:
    				//	chmod($path, 0775);
    So you change to permissions "777" only to have it changed back. Depending how you have apache setup, you will not be able to upload to directories with permissions "775".

  2. #2
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Add Customers from admin addon

    Quote Originally Posted by chadderuski View Post
    Okay, what version of Add Customers are you using?
    What Version of Zencart? Have you patched to 139h? If so, did you rename your /admin folder?
    I am using 1.38a and since the mod has not been verified to work with 1.39 I doubt that is the problem.

    It still sound like you are not writing to where you think. Are you using CPANEL to check your file permissions? Did you install zencart by uploading yourself, or with something like fantastica (sp?) thru CPANEL? You may have to SSH into your host and verify file ownership.
    I use my cpanel hspere to change the permissions to 777.

    You may want to call your host and ask them to verify that your files have correct ownership and permissions. If you google "php error could not move file", you'll see this is most certainly a permissions error.
    Also, try commenting out line 29 of add_customers_backend.php : ( add // before the line to comment out )

    Code:
                    //    chmod($path, 0775);
    So you change to permissions "777" only to have it changed back. Depending how you have apache setup, you will not be able to upload to directories with permissions "775".
    Not sure what you are trying to say here.

    I will try commenting out the line as you recommend. I did not try using 775 setting, only 777 and 766.

  3. #3
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Add Customers from admin addon

    I tried commenting out line 29.. no joy.

    I tried 775 and that didnt work either.

    Frustrating.

  4. #4
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Add Customers from admin addon

    I'm also at a loss. I could send you my own version of this add-on, but you'd need to remove or comment out some code as I've added fields to my customer database. I have had no problems on either 1.38 or 1.39.

    Send a PM if you want to try it.

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

    Default

    **Nods in agreement**

    This is installed on all my client's stores, and I've NEVER had an issue either in 1.3.8 or 1.3.9
    Quote Originally Posted by chadderuski View Post
    I'm also at a loss. I could send you my own version of this add-on, but you'd need to remove or comment out some code as I've added fields to my customer database. I have had no problems on either 1.38 or 1.39.

    Send a PM if you want to try it.
    Posted via Mobile Device

  6. #6
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Add Customers from admin addon

    The only other thing I could think that would cause this is file ownership. You will have to SSH into your host and check file ownership. This can be tricky, so if you don't know what you are doing, have your host check this for you. But seriously, permissions 777 should work no matter what.

    Try this. Make a NEW folder in the root of your site, and change the temp path for this script to use that. Ensure 777 permissions. Maybe that will work.

  7. #7
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Add Customers from admin addon

    I neglected to tell you that I am using v1.07.

    I have been in touch with host and they said there were no errors in the error log. They have no ideas why the files will not upload.

 

 

Similar Threads

  1. how do i install the add customers through admin addon
    By Matt Smith in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Oct 2009, 11:46 AM
  2. Add customers from Admin addon error
    By 21zerogo in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2009, 02:12 AM
  3. How do I set default country when using Add Customers via Admin addon?
    By Andy_GS in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Apr 2009, 09:40 AM
  4. Adding customers from admin side, without an addon?
    By dcb37ga in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2008, 05:22 AM
  5. Add customer from Admin addon
    By wireyourworld in forum Managing Customers and Orders
    Replies: 3
    Last Post: 4 Apr 2008, 05:45 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