Bonjour/Bonsoir
J'ai un problème avec mon forum.
Lorsqu'une personne veut s'inscrire elle rempli ses identifiants mais lorsqu’elle veut confirmer son inscription une page d'error PHP apparaît.
J'ai pourtant désinstaller et réinstaller le forum plusieurs fois mais cette erreur s'affiche encore.
Voici l'adresse du forum si vous voulez :
http://bob.mtxserv.fr
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Fatal error: PHP warning in file /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/MathUtil.class.php (36): implode() [function.implode]: Invalid arguments passed
Information:
error message: PHP warning in file /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/MathUtil.class.php (36): implode() [function.implode]: Invalid arguments passed
error code: 0
file: /var/www/bob.mtxserv.fr/public_html/wcf/lib/system/WCF.class.php (281)
php version: 5.2.6-1+lenny10
wcf version: 1.1.2 (Tempest)
date: Tue, 19 Apr 2011 14:03:10 +0000
request: /index.php?page=Register
referer: http://bob.mtxserv.fr/index.php?rulesAgree=1&page=Register&action=register
Stacktrace:
#0 [internal function]: WCF::handleError(2, 'implode() [<a h...',="" '="" var="" www="" bob.mt...',="" 36,="" array)
#1 /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/MathUtil.class.php(36): implode('0.67650100 1303...', NULL)
#2 /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/MathUtil.class.php(22): MathUtil::getRandomSeed()
#3 /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/UserRegistrationUtil.class.php(89): MathUtil::getRandomValue(100000000, 999999999)
#4 /var/www/bob.mtxserv.fr/public_html/wcf/lib/form/RegisterForm.class.php(226): UserRegistrationUtil::getActivationCode()
#5 /var/www/bob.mtxserv.fr/public_html/wcf/lib/form/AbstractForm.class.php(45): RegisterForm->save()
#6 /var/www/bob.mtxserv.fr/public_html/wcf/lib/form/AbstractForm.class.php(90): AbstractForm->submit()
#7 /var/www/bob.mtxserv.fr/public_html/wcf/lib/acp/form/UserAddForm.class.php(214): AbstractForm->readData()
#8 /var/www/bob.mtxserv.fr/public_html/wcf/lib/form/RegisterForm.class.php(80): UserAddForm->readData()
#9 /var/www/bob.mtxserv.fr/public_html/wcf/lib/page/AbstractPage.class.php(90): RegisterForm->readData()
#10 /var/www/bob.mtxserv.fr/public_html/wcf/lib/form/RegisterForm.class.php(128): AbstractPage->show()
#11 /var/www/bob.mtxserv.fr/public_html/wcf/lib/page/AbstractPage.class.php(46): RegisterForm->show()
#12 /var/www/bob.mtxserv.fr/public_html/wcf/lib/system/event/listener/RulesRegisterListener.class.php(61): AbstractPage->__construct()
#13 /var/www/bob.mtxserv.fr/public_html/wcf/lib/system/event/EventHandler.class.php(207): RulesRegisterListener->execute(Object(RegisterPage), 'RegisterPage', 'show')
#14 /var/www/bob.mtxserv.fr/public_html/wcf/lib/page/AbstractPage.class.php(96): EventHandler::fireAction(Object(RegisterPage), 'show')
#15 /var/www/bob.mtxserv.fr/public_html/wcf/lib/page/RegisterPage.class.php(74): AbstractPage->show()
#16 /var/www/bob.mtxserv.fr/public_html/wcf/lib/page/AbstractPage.class.php(46): RegisterPage->show()
#17 /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/RequestHandler.class.php(64): AbstractPage->__construct()
#18 /var/www/bob.mtxserv.fr/public_html/wcf/lib/util/RequestHandler.class.php(92): RequestHandler->__construct('Register', Array, 'page')
#19 /var/www/bob.mtxserv.fr/public_html/index.php(8): RequestHandler::handle(Array)
#20 {main}
|