OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
The module does not work after installation (0 viewing) 

Joomla Translate component support

Go to bottom Favoured: 0

The module does not work after installation

dsigni (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
The module does not work after installation 11 Years ago
Karma: 0  
After finishing all the steps that appear in the help text, I go to the home page, I prove to change the language and I get the following errors:

Warning: curl_setopt() [function.curl-setopt]: Unable to access /usr/home/inmoflats.es/web/components/com_seftranslate./cookie.txt in /usr/home/inmoflats.es/web/components/com_seftranslate/dom_parse_traslate.php on line 2382

Warning: curl_setopt() [function.curl-setopt]: Unable to access /usr/home/inmoflats.es/web/components/com_seftranslate./cookie.txt in /usr/home/inmoflats.es/web/components/com_seftranslate/dom_parse_traslate.php on line 2383

Why? How I can fix it?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:The module does not work after installation 11 Years ago
Karma: 101  
Hello,

Please in file
com_seftranslate/dom_parse_traslate.php on line 2382

try replace:
Code:

  curl_setopt($ch, CURLOPT_COOKIEFILE, dirname(__FILE__) . "./cookie.txt");
  curl_setopt($ch, CURLOPT_COOKIEJAR, dirname(__FILE__) . "./cookie.txt");



to
Code:

  curl_setopt($ch, CURLOPT_COOKIEFILE, dirname(__FILE__) . "/cookie.txt");
  curl_setopt($ch, CURLOPT_COOKIEJAR, dirname(__FILE__) . "/cookie.txt");



If that not help, please check permission at folder:
{yours site}/components/com_seftranslate/

Look like httpd server can't write to that folder

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
dsigni (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:The module does not work after installation 11 Years ago
Karma: 0  
Hello,

Still gives me the error that I mentioned. I attached a picture for you to see what happens.

The error is still:

Warning: curl_setopt() [function.curl-setopt]: Unable to access /usr/home/inmoflats.es/web/components/com_seftranslate/cookie.txt in /usr/home/inmoflats.es/web/components/com_seftranslate/dom_parse_traslate.php on line 2382

Warning: curl_setopt() [function.curl-setopt]: Unable to access /usr/home/inmoflats.es/web/components/com_seftranslate/cookie.txt in /usr/home/inmoflats.es/web/components/com_seftranslate/dom_parse_traslate.php on line 2383
Logged Logged
Last Edit: 2013/04/05 09:59 By dsigni.
The administrator has disabled public write access.
dsigni (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:The module does not work after installation 11 Years ago
Karma: 0  
Hello again,

The error I get if I have the translation method set to redirect. I've tried to set it as jquery and seems to work well.

The question is:
Me I can manually edit the translated pages if it works with jquery?

Best regards
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:The module does not work after installation 11 Years ago
Karma: 101  
hello,

Please with help FTP, check that folder permission. Look like HTTPD server(web site) can't create that files.
If error not disappear, please give admin and Ftp access to yours site and we will check where error. Your account detail you may give with help OrdaSoft support form.

You may manual edit only page after redirect in SefTranslate pro or commerce version.
Witt jquery - you can't edit translated pages

Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2013/04/05 13:28 By admin.
The administrator has disabled public write access.
dsigni (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:The module does not work after installation 11 Years ago
Karma: 0  
I've done what you have told me the permissions for that folder... I think.

If I give you permission to ftp and site management, where I send this information? Through the forum? Or through a private mail?

Best regards and sorry for the inconvenience.
Logged Logged
The administrator has disabled public write access.
Go to top
»