PhpMyNewsLetter 2.0

Support et annonces PhpMyNewsLetter.

Vous n'êtes pas identifié(e).

Annonce

Pour me permettre de mieux vous aider au mieux, merci d'être le plus précis possible en donnant :
- la version de phpmynewsletter utilisée
- votre hébergement : personnel, dédié, mutualisé
- votre hébergeur (OVH, free, Infomaniak, 1and1,...)
- votre OS : linux, windows
- version de PHP (5.3, 5.6, 7.0, hhvm...)
Toutes les réponses à mes questions qui sont sans retour de votre part seront considérées comme résolues !

#1 05-02-2015 14:07:13

Rene
Membre

Fatal error: Call to undefined function translate() in

Hello sir,

My name is Rene, and I am Dutch. I was working with your phpmynewsletter 0.8 beta5. But suddenly I can't use it anymore because of php5  I guess...
Then today I found myself lucky because i found your website where you offer a newer version 2.0.3.

But as I get a fatal error with installing (PhpMyNewsLetter Fatal error: Call to undefined function translate() in /home/vhosts/mywebsite.nl/httpdocs/Newsletter/install.php  on line 68) it seems that I can't solve this problem by my own.

So I thought let's join your support forum because you have a french solution. But somehow I can't sort it out. sad

Arnaud a écrit :

Le message fatal error: call to undefined function translate() in install.php on line 50 peut apparaître lors de l'installation de PhpMyNewsLetter.

En fonction de votre hébergeur et si vous avez accès au php.ini de votre service php, modifier le paramètre short_open_tag ainsi.
short_open_tag=On
puis relancer le serveur web.

si vous utilisez php-fpm, il vous faudra ajouter
php_value[short_open_tag] =  On
dans votre fichier www.conf (ex : /etc/php5/fpm/pool.d/www.conf)

Ou encore, vous pouvez toujours essayer d'utiliser le .htaccess de votre hébergeur pour lui passer la directive php suivante :
php_value short_open_tag 1
Relancer votre serveur web.
(NB : ceci ne fonctionnera que si l'hébergeur a laissé active cette fonctionnalité).

Je vous invite à autoriser les short tags, cette fonctionnalité étant toujours supportée en php 5.4, et peut être plus... A suivre !

Is there another way you could help me sort this install problem out? Merci.

Regards from a dutchie who is desperate in finding answers about this fatal error..

Rene.


Peace for all of us!!!

Hors ligne

#2 05-02-2015 14:16:29

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello Rene, and welcome here !
You open this forum and i'll try to help you.

A lot of scripts in phpmynewsletter use short_tags as this :

<?=$value;?>

instead of :

<?php
    echo $value;
?>

Because i can write quickly, and it's not dirty.

So, can you change the value of parameter short_open_tag to On in your php.ini ?
Could you give me the result of :

<?php
    phpinfo();
?>

Regards,
Arnaud


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#3 05-02-2015 14:30:57

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

I must ask my serverprovider if they can open it (if it is closed, I have no idea) en phpinfo.php is a loooooooong list of information.

I can give you the link with phpinfo.php in a PM if you like?


Peace for all of us!!!

Hors ligne

#4 05-02-2015 14:45:58

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Ah, in phpinfo it says indeed short open tag OFF. I will contact my server...

Directive             Local Value    Master Value

short_open_tag      Off                      Off


When they decide not put it on, means I can't use your newsletter program?

Dernière modification par Rene (05-02-2015 14:47:10)


Peace for all of us!!!

Hors ligne

#5 05-02-2015 15:23:02

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Theye put it on, and told me how to do it.... And now the install.php is working so far...

I'm going to try to install... Wish me luck wink


Peace for all of us!!!

Hors ligne

#6 05-02-2015 15:50:51

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Rene, i'm back (another work, like a lot of people !), and i'm happy to read it.
don't forget, you can ask as you want with the forum.
Hope you'll enjoy to use PhpMyNewsletter 2  wink

Arnaud


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#7 05-02-2015 18:33:24

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hello,

It took me a lot of time (I don't speak french, and had to translate it all).
With installing I choose Netherlands, but the program was french/dutch. So I had to translate a lot.
Somehow the translation in the program doens't work. After clicking on finish the program said that installing went well.
Then I opened the program with the dutch language, but somehow the language inside is half french half english.

9e03278c10b4592683084549662d3e1a.jpg

Maybe i can translate and change the language file.

Dernière modification par Rene (05-02-2015 19:30:24)


Peace for all of us!!!

Hors ligne

#8 06-02-2015 10:56:18

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello Rene,

The next version will have more trnaslation.
I had to rewrite the whole script, i did it (dirty so) in french.
I will have to prepare a big file for translation, it will start in english and i will need translation.
I will post when it will be ready to translate for and by the community.
Thx in advance,
Arnaud

PS : it's a big (but wonderful) work, i'm alone today...


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#9 06-02-2015 16:37:57

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Maybe I  should wait for the next version..
Yesterday I was giving up on version 2.0.3, because I have the flu, and was very tired.
Then I got the idea about this short_open_tag setting on the server.

So decided to try again with 0.8b5 and voila, it runs again....
So the problem was not the php version the server renewed but the short_open_tag setting.
Tssss.

Oh well, for now I can use your great program again, and use the old 0.8b5 version.

Today alone at work must be great. Nobody is telling you what to do, or nagging all the time..

Have a great weekend Arnaud.

à bientôt

René


Peace for all of us!!!

Hors ligne

#10 06-02-2015 16:49:08

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Merci beaucoup !

I'll give back ;-)

Bon week end

Arnaud


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#11 11-02-2015 16:03:00

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Bon jour Arnaud,

Sorry for asking, maybe the answer is already in the French section, but here we go..
How far are you with the newer version? Will it be like 2.03 or will it be multilanguage?

I'm somehow excited and looking forward....  ops

Have a nice day.

Rene


Peace for all of us!!!

Hors ligne

#12 11-02-2015 18:56:45

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello Rene, happy to see you back,

I'm working on the newer version, the 2.0.4. I need 2 month, i hope april 2015.
I want it to be multilanguage, yes, and to have, at first, all in english, would be a good thing.
A file with all the sentence, words, to translate will be available for all, to translate in other language...
I hope you understand me  big_smile

Have a nice day,
Arnaud


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#13 12-02-2015 12:22:51

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hello Arnaud,

Yes, I unserstand what you're saying.
I'm looking forward to it..

Greetz,
Rene


Peace for all of us!!!

Hors ligne

#14 03-05-2015 17:09:54

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hello my friend... How are you? Any news from your project? I really hope you make your website also in other languages. So I can read it too wink


Peace for all of us!!!

Hors ligne

#15 04-05-2015 08:54:32

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello,
I took a short time for holidays, so the project was in a little stand-by.
I'm working to translate all the project, i think it could (it must) be a good thing !

What do you mean when you say "website" ? Website for PhpMyNewsLetter or the project PhpMyNewsLetter ?


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#16 04-05-2015 20:00:40

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hopefully you had a nice holiday.

Yes I mean the website http://www.phpmynewsletter.com/ and http://www.phpmynewsletter.com/forum/

It is all French, and google translater sucks big time....  In my ground school years (1974-1979) we had only english lessons, and later at 12 or 13 years old we had to choose german or french. Ich habe Deutsch gewählt. So I learned German. Now I wish I learned more then Dutch, English and German..
I should have learned french too, and italian of Spanish....

Now it is to late, I'm almost 47 and can't get a new language in my head.. Believe me, I tried last year with italian but somehow I can't get it done.

Have a nice evening..
Talk to you later.


Peace for all of us!!!

Hors ligne

#17 23-08-2015 09:42:33

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hello,

As you didn't answer on my last post in may, i'm kinda worried..
Are you ok?

Regards,
Rene


Peace for all of us!!!

Hors ligne

#18 23-08-2015 11:18:38

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello,
Yes i didn't, shame on me !
But i'm working to translate it.
Work to perform a good script always go on, so translatation is going with.
I work too on a load balancing for smtp, but as i promised, 2.0.4 will have a full English translation, which give us possibility to translate easily in many other languages.
Please, excuse me because i didn't give you an answer.
I think you'll be surprised ;-)


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#19 24-08-2015 14:50:21

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hi there,

I can't wait for it. Yes more languages is a good idea... I think I will try to transelate it into Dutch (if not someone else is doing it first).

Regards,
René


Peace for all of us!!!

Hors ligne

#20 26-08-2015 20:17:47

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello
Back home i ll work !


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#21 28-12-2015 18:55:58

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

(a tiny bit late) Merry Christmas and a happy new year.


Peace for all of us!!!

Hors ligne

#22 28-12-2015 21:58:00

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Hello René you're not late and merry Christmas too !
I Will wait for new year ;-)


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#23 10-01-2016 11:30:03

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

wink  Happy new year.
My laptop had 2 recoveries. 30/31 dec was the first one, but at the end it didn't work because of an Win7 update. It wouldn't reboot anymore. And then I left the bloody machine in the corner. The second recovery I did on friday 8 jan on my day off, and now the bloody machine is working again. I didn't use all Win7 updates this time.

Any news on the new 2.0.4 version?

Regards,
René


Peace for all of us!!!

Hors ligne

#24 10-01-2016 16:21:23

Arnaud
Administrateur

Re : Fatal error: Call to undefined function translate() in

Oups, sorry for you !

Anywhere, you can have a look,
there : https://github.com/Arnaud69/phpmynewsle … nglish.php
and there : https://github.com/Arnaud69/phpmynewsle … tree/2.0.4

All i did : https://www.phpmynewsletter.com/forum/v … php?id=317 (announcement)

Some little bugs i'm currently correcting.

Many people are using it... Will you ?


Je prends le temps de créer un outil pour tous, de niveau professionnel, mais simple !
Il n'est pas encore parfait, soyez indulgents, ça vient...
Si vous avez des questions, n'hésitez pas ! Mais soyez précis pour une réponse plus rapide  wink

Hors ligne

#25 24-01-2016 15:05:27

Rene
Membre

Re : Fatal error: Call to undefined function translate() in

Hello Arnaud.

I checked the github links you gave me. I've downloaded the file on the Téléchargement (Version courante : V.2.0.3 du 18/01/2016) website, but it seems to me it is the same file I've downloaded on februar 05 2015. The unzipped file date is the same 24.11.2014 06:52.

So I know I have the wrong file. Is there a 2.0.4 zip file?


Peace for all of us!!!

Hors ligne

Pied de page des forums

Propulsé par FluxBB