My guess is that you are missing a file.
Make sure you have the file that is supposed to be in the admin folder - at the same level as admin / includes
Tina
My guess is that you are missing a file.
Make sure you have the file that is supposed to be in the admin folder - at the same level as admin / includes
Tina
i uploaded all file in the add on pack to the admin folder as it was packaged, as instructed); i even downloaded and installed the previos version, and then the newest version thinking that i had missed something...it fails regardless of input or email requirement
I am having the same issue, the file is there.
HELP Please!
What seems to have worked as a work-around until this version can be fixed (with a little password issue) is to use the file from the older version of this module.
Tina
where would I get the older version?
Look here: http://www.zen-cart.com/index.php?ma...roducts_id=454
Select version 1.01 (although the file I used was from 1.0). This may resolve the little password issue I mentioned, but haven't tested it.
Tina
Open add_customer.php in a text editor and look for this line..
Remove the /admin/ and all should work....Code:<form method="POST" action="/admin/add_customers.php?action=add_complete">
The file is called from admin and should not have to address itself. I had the same error, and found it due to renaming admin to something else.Code:<form method="POST" action="add_customers.php?action=add_complete">
Dave
Always forward thinking... Lost my mind!
came across this:
http://www.zen-cart.com/forum/showthread.php?t=115890
and looked at the file
add_customers.php
- the lines did not have the "../" only "/" before the admin call...seems to work fine now
Thanks Tina!
That worked GREAT! All I did is upload the add_customers.php-1.0 file and changed the name to add_customers.php in my Admin/ folder. Works like a charm.
Thanks again.
Danny
Daniel Osko