Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help


painaw

Recommended Posts

Posted

Hy , i`m new in this bussines , and i encountered an error.

 

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/****/public_html/****//images/b13-98x98.jpg' for writing: Permission denied in /home/****/public_html/****/includes/functions/html_output.php on line 379

 

And this error ocurs , when i open the website ...

this error appear 10 times ( same error )

Permisions for the FUNCTIONS folder , is 775. I tried 755 , 777 , and the same error appears.

 

besides that , i have another problem.

when i want to create an user , the validation image , appears with an X.

 

Please provide me some help , because i think i`ll go crazy , and nuts.

 

Thank you

 

LE : How can i resolve this : "You need to .htaccess your /catalog/admin directory so that it is password protected. You

can use the password manager in your server admin area like cpanel."

Posted
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/****/public_html/****//images/b13-98x98.jpg' for writing: Permission denied in /home/****/public_html/****/includes/functions/html_output.php on line 379

 

the 'Unable to open '/home/****/public_html/****//images/b13-98x98.jpg' for writing' means that it's trying to write to the /images/b13-98x98.jpg' file, note the functions directory. is this directory and/or file set as read only?

 

And this error ocurs , when i open the website ...

this error appear 10 times ( same error )

Permisions for the FUNCTIONS folder , is 775. I tried 755 , 777 , and the same error appears.

 

you don't want functions to be publicly writable. i should be 644 i think it was, but definitely not 777.

 

when i want to create an user , the validation image , appears with an X.

 

maybe the image file doesn't exist or has been moved. do a right-click on the x for the image and select properties. what is the file name that it's telling you for the image? it should be in the images/ directory. make sure the file is present on your server.

 

LE : How can i resolve this : "You need to .htaccess your /catalog/admin directory so that it is password protected. You

can use the password manager in your server admin area like cpanel."

 

search the contributions. there are lots of contributions for securing the admin folder. but you should also look at renaming it to something besides admin. using a name that only you know about is more secure than a name that would be hackers know about - like 'admin'.

 

i hope this helps.

Posted
-the 'Unable to open '/home/****/public_html/****//images/b13-98x98.jpg' for writing' means that it's trying to write to the /images/b13-98x98.jpg' file, note the functions directory. is this directory and/or file set as read only?

 

-you don't want functions to be publicly writable. i should be 644 i think it was, but definitely not 777.

 

-maybe the image file doesn't exist or has been moved. do a right-click on the x for the image and select properties. what is the file name that it's telling you for the image? it should be in the images/ directory. make sure the file is present on your server.

 

-search the contributions. there are lots of contributions for securing the admin folder. but you should also look at renaming it to something besides admin. using a name that only you know about is more secure than a name that would be hackers know about - like 'admin'.

 

i hope this helps.

 

Refering to the 1st quote , i looks wierd to write a JPG , but everything it`s posible. And no , it`s not read only. But i`ll look carefouly to this issue. I know that 777 permision , permits public write , and it was not a decision , it was a experiment to see , in wich type of permision the error manifest.

The 3rd quote : the file exist`s. It`s a ".png" file.

And last quote : Like i said in the start of the post , i`m new in this thing ( php ) , and i dont understand for sure what are you telling me. Are you telling me that i need to rename the folder " admin " , because this i understang.

 

After i resolve some hosting issue`s , i`ll put the link of my website , to see your self , what errors occures.

 

Thank you and i`ll see what i can resolve after your post.

Posted
Are you telling me that i need to rename the folder " admin " , because this i understang.

 

yes, you should rename your admin folder. if you name it something that only you know about then it is harder for someone to hack into your site. there are also contributions available for putting in a password in order to access the admin area. you should do both.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...