richardo210869 Posted December 18, 2010 Share Posted December 18, 2010 Hi everyone.Hope someone can help me pleas. I try to translate the modul to norwegian , and when i push the save button, i return to a blank site.I dont understand this, because if i update the site. then i get this message: "fatal error".Do someone have the solution?ThanksBest RegardsRichardo210869 Link to comment Share on other sites More sharing options...
richardo210869 Posted December 18, 2010 Author Share Posted December 18, 2010 Hi everyone.Hope someone can help me pleas. I try to translate the modul to norwegian , and when i push the save button, i return to a blank site.I dont understand this, because if i update the site. then i get this message: "fatal error".Do someone have the solution?ThanksBest RegardsRichardo210869 Link to comment Share on other sites More sharing options...
superprg Posted December 18, 2010 Share Posted December 18, 2010 <>How are you doing this? Please elaborate Link to comment Share on other sites More sharing options...
richardo210869 Posted December 20, 2010 Author Share Posted December 20, 2010 When i translate moduls to norwegian language.I have install this apps trough softaculous, maybe its something vrong with this.Ok, i hit tha "savebutton" when translate the moduls.Then the blank site shows up.And then i i update the admin site, ang get this message: Fatal error.Hope you understand.Thank youRichard Link to comment Share on other sites More sharing options...
trultetut Posted December 20, 2010 Share Posted December 20, 2010 ERROR TRANSELATING ADMIN BACKOFFICE - HELP MEthis ERROR happens when I try to transelate and save in Admin backoffice:"you dont have prmission to access admin on this server"Can someone please help me on this??thank you. Link to comment Share on other sites More sharing options...
richardo210869 Posted December 20, 2010 Author Share Posted December 20, 2010 <>How are you doing this? Please elaborate Pleas look at the picture above.Thank you. Link to comment Share on other sites More sharing options...
superprg Posted December 20, 2010 Share Posted December 20, 2010 Do you have permissions on the directory set correctly?Also, did you ask your host Link to comment Share on other sites More sharing options...
trultetut Posted December 20, 2010 Share Posted December 20, 2010 I have the permissions 755 folders,644 files.im speaking to my host on mail,but he says he dont know the scripts,and that its probarly the permissions ....?I realy dont know what to do...... Link to comment Share on other sites More sharing options...
trultetut Posted December 20, 2010 Share Posted December 20, 2010 OK,solved.Write your language in english when adding a new language,and not in your countries language! Link to comment Share on other sites More sharing options...
superprg Posted December 20, 2010 Share Posted December 20, 2010 Glad to hear that! Link to comment Share on other sites More sharing options...
richardo210869 Posted December 20, 2010 Author Share Posted December 20, 2010 Hi someone.I realy need help to this: richardo210869 - 18 December 2010 12:16 PM Hi everyone. Hope someone can help me pleas. I try to translate the modul to norwegian , and when i push the save button, i return to a blank site. I dont understand this, because if i update the site. then i get this message: “fatal error”. Do someone have the solution? Thanks Best Regards Richardo210869 Link to comment Share on other sites More sharing options...
rocky Posted December 21, 2010 Share Posted December 21, 2010 You should edit classes/Tools.php and uncomment the debug_backtrace line in the displayError function. You will then get a stack trace that will help you identify the cause of the fatal error. Link to comment Share on other sites More sharing options...
richardo210869 Posted December 21, 2010 Author Share Posted December 21, 2010 Hi RockyThank you for the answer, but i dont get any stack trace to help me out . I have tried to do what you suggested,but still have a totaly blank site when i push button" uppdate translation".Im sorry, but i am totaly blank to edit in php.I had a DNS kontroll on my server, to see if its something wrong there too.So i wait for feedback from www.proisp.no.maybe its a solution there.its a little bit strange that i can translate front end and not the moduls?Im very confused now.I like the solution of this store so very well, and hope that i can get it to work correctly.This is the adressline when the blank site shows up:http://www.markedssalg.no/presta/admin837/index.php?tab=AdminTranslations&submitTranslationsModules=1&token=725ca46bdea5191b20e5b78a40c70efeThank you very muchBest RegardsRichard Link to comment Share on other sites More sharing options...
rocky Posted December 21, 2010 Share Posted December 21, 2010 If your Front Office translations are working, but not your Module translations, then it is likely that you are exceeding your memory limit. Try increasing your memory limit. Also, check that your modules directory and subdirectories have chmod 755 permissions. Link to comment Share on other sites More sharing options...
richardo210869 Posted December 21, 2010 Author Share Posted December 21, 2010 I opened the module water mark feks. and found this "watermark.gif" with permission 777, is that correct? or should it have 644/755? Link to comment Share on other sites More sharing options...
rocky Posted December 21, 2010 Share Posted December 21, 2010 All your directories should be chmod 755 and files chmod 644. Having that file with chmod 777 permissions shouldn't affect the translations though. Link to comment Share on other sites More sharing options...
richardo210869 Posted December 21, 2010 Author Share Posted December 21, 2010 Ok, i see.But its just "backoffice translation and moduls translation i get this "blank site"/"fatal error"(when update the adressline).So i have to increasing my memory limit then?And can you pleas tell me how?Thank you very much Link to comment Share on other sites More sharing options...
rocky Posted December 21, 2010 Share Posted December 21, 2010 Edit your php.ini file (or create one) and increase the memory_limit. Try the following: memory_limit = 64M or if that doesn't work: memory_limit = 128M Link to comment Share on other sites More sharing options...
Recommended Posts