Jump to content

Can't Change Subject for contact_form:


Recommended Posts

Hi, I'm trying to change the subject for Contact_form: but it keeps giving me an error

 

"Cannot write language file for e-mail subjects, path is: /home/**********/public_html/themes/******/mails/es/lang.php"

 

But that directory does not exist. I manage to find the content of the mail template but not the subject for contact form. Any help? My store is in spanish and this is the only mail that has a english test. It sends "Your message has been correctly sent" and the content is in spanish. Pretty awkward.

 

Thanks in advance!

Link to comment
Share on other sites

go to localization > localization tab in you BO

and try to import language pack for your language

 

Okay, I will try, but I have another issue. This one is with paypal. Am not sure if the problem is from the customer or with module itself. I recently updated the paypal module to 3.5.7

 

PayPal response:TIMESTAMP -> 2013-08-06T22:11:04ZL_ERRORCODE0 -> 10486L_SHORTMESSAGE0 -> This transaction couldn't be completed.L_LONGMESSAGE0 -> This transaction couldn't be completed. Please redirect your customer to PayPal.L_SEVERITYCODE0 -> Error

 

Thanks in advance Vekia!

Link to comment
Share on other sites

About the first issue, try changing that problematic folder's permissions to 755, or 777 using CHMOD :)

 

Apologies for changing topics. Won't happen again. Hi Nemo, but how do I change the folder's permission and I'm not sure which one is the problematic folder since I can't really find the path that the error gave me. It saids "directory does not exist".

 

Thanks in advance!

Link to comment
Share on other sites

you've got the path to the directory in the error code:

/themes/******/mails/es/lang.php

 

change chmod to 777 themes/your_theme/mails directory recursively

you can do it with FTP clients like filezilla, total commander or just from webhosting control panel like cpanel etc.

Link to comment
Share on other sites

×
×
  • Create New...