Notifications
Retirer tout

Pourriez vous m'aider sur PHPNUKE svp ?

9 Posts
3 Utilisateurs
0 Reactions
1 159 Vu
Posts: 2318
Initiateur du sujet
(@anonymous)
Membre célèbre
Inscription: Il y a 23 ans

Salut

J'aimerai savoir que dois-je télécharger pour pouvoir utiliser le portail nuke, car je ne sais quoi télécharger. Ayant ouvert la page de téléchargement, j'ai devant moi tout une serie de catégories, etc...

Pourriez vous me dire que dois-je prendre.

Merci

http://www.nukefrance.com/modules.php?name=Downloads

8 Réponses
Posts: 145
(@maxence)
Membre estimable
Inscription: Il y a 22 ans

hé hé, encore des tits détail qui font mal... 😉

Voila, j'ai un problème...
Quand on est membre, et qu'on essai d'allé sur le webmail, tout s'affiche correctement, mais j'ai quand meme ceci qui s'affiche:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.sites/83/site240/web/videospersos/modules/WebMail/pop3.php on line 70

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.sites/83/site240/web/videospersos/modules/WebMail/pop3.php on line 70

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.sites/83/site240/web/videospersos/modules/WebMail/pop3.php on line 138

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.sites/83/site240/web/videospersos/modules/WebMail/pop3.php on line 140

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.sites/83/site240/web/videospersos/modules/WebMail/pop3.php on line 162

Répondre
Posts: 145
(@maxence)
Membre estimable
Inscription: Il y a 22 ans

j'ai trouver la soluce sur un autre forum (celui de php nuke), et la réponse est (si jamais ca venait à arriver à d'autre) :

function whatever(&$value) devient
function whatever($value)

call time reference existe plus depuis php 4.3 par default
donc supprime les & a chaque ligne concernés

Répondre
Malouk
Posts: 6354
Admin
(@malouk)
Membre illustre
Inscription: Il y a 23 ans

Tu n'as pas préciser dans quel fichier faut faire cette modif 😉

Répondre
Posts: 145
(@maxence)
Membre estimable
Inscription: Il y a 22 ans

ha voui, juste... 😉

alors, le fichier:

modules/Webmail/pop3.php

voilà... 🙂

Bon dépannage à tous !

Répondre
Page 2 / 2
Retour en haut