Keeps asking for password?
When I go to the store's catalog or working in the admin area a little pop-up asks me to enter my password for the server. In the admin section, images won't come up if I don't click OK to enter the password. It wasn't doing this before so I don't understand what happened to make it act this way. I just added some images to the server so I think that has something to do with it, but what did I do wrong to make it ask for FTP access? Shouldn't it just pull the images?
Edited to add Permissions set to 644. Is that the problem?
Re: Keeps asking for password?
Did you password protect the folder in your Cpanel?
Link to site might help :)
Re: Keeps asking for password?
Quote:
Originally Posted by
LissaE
Did you password protect the folder in your Cpanel?
Link to site might help :)
D'OH! Site link: www.3dfineries.com
:oops:
I don't think I password protected the folder in the CPanel. How can I tell?
Re: Keeps asking for password?
The site link helped as I think I know where your problem is....I viewed source after catching the password request pop up and it was asking for a password to ftp....I believe because of this in your source:
Code:
<img style="width: 564px; height: 423px;" src="ftp://[email protected]@ftp.3dfineries.com/public_html/images/KMTSection.jpg" />
Change the image source to:
Code:
http://www.3dfineries.com/images/KMTSection.jpg
And it should get rid of that popup message...I daresay this is code you entered into your main page in define pages editor :)
Re: Keeps asking for password?
Also will add...cos I re-read the first post and browsed around a lil...it looks like you have entered the image codes the same way in your category description for KMT Collections, so those will need to be fixed as well, and any other places you added them like that :D
Re: Keeps asking for password?
Thank you! Will fix those immediately. I added them manually & well....
:oops:
Re: Keeps asking for password?
Re: Keeps asking for password?
Worked like a dream! Wish I could say the same for the files I'm working on now.