Database error: Invalid SQL: SELECT jc.utilisateur.pseudo,
upper(jc.utilisateur.nom) AS nom,
jc.utilisateur.prenom,
jc.prof.titre_easy AS titre_prof
FROM jc.utilisateur,
portail_page_utilisateur,
jc.prof
WHERE jc.prof.id_utilisateur = jc.utilisateur.id
AND portail_page_utilisateur.id_utilisateur = jc.utilisateur.id
AND portail_page_utilisateur.id_portail_page =
AND portail_page_utilisateur.auteur = 1
GROUP BY utilisateur.id MySQL error:
1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND portail_page_utilisateur.auteur = 1
GROUP BY utilisateur.id' at line 11) Requete: SELECT jc.utilisateur.pseudo,
upper(jc.utilisateur.nom) AS nom,
jc.utilisateur.prenom,
jc.prof.titre_easy AS titre_prof
FROM jc.utilisateur,
portail_page_utilisateur,
jc.prof
WHERE jc.prof.id_utilisateur = jc.utilisateur.id
AND portail_page_utilisateur.id_utilisateur = jc.utilisateur.id
AND portail_page_utilisateur.id_portail_page =
AND portail_page_utilisateur.auteur = 1
GROUP BY utilisateur.id;
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/site/www.easydroit.fr/class/class.mysql.php on line 183
BSR et cyclomoteurs
[Mis à jour le 24/06/2008]
Stephane Benmimoune, Chargé de cours à l'Université d'Evry Val d'Essonne
L’épreuve théorique est passée au collège en classe de cinquième et de troisième. Cette épreuve porte sur les règles de sécurité routière.
En cas du succès, l’élève a obtenu une Attestation Scolaire de Sécurité Routière (ASSR) de premier niveau (classe de cinquième), puis de second niveau (classe de troisième).
Les auto-écoles ne sont pas habilitées à délivrer l'ASSR. En cas de perte de cette attestation, il est nécessaire de faire une demande de duplicata au collège qui l'a délivré
Pour les personnes n’ayant pas été en mesure d'obtenir l'ASSR dans le cadre scolaire, il a été créé l'Attestation de Sécurité Routière (ASR). Elle est délivrée aux personnes ayant subi un contrôle de connaissances effectué par les organismes agréés que sont les Groupements d'établissements pour la formation des adultes (GRETA).
L’ASSR ou l’ASR est nécessaire pour pouvoir passer le BSR.
L’épreuve pratique
Cette épreuve consiste en une conduite sur la voie publique, sous le contrôle d'un accompagnateur qualifié.
Elle se matérialise, depuis le 1er septembre 2004, sous la forme d’une formation minimum de cinq heures, chacune étant séparée par une heure au moins. Le programme porte sur les trois thèmes suivants : choisir sa position sur la chaussée, franchir une intersection ou changer de direction ; circuler dans des conditions normales sur route et en agglomération ; connaître quelques situations présentant des difficultés particulières.
A l'issue de la formation, le formateur appose sa signature, accompagnée de la date et du cachet de l'établissement, au verso de l'ASSR.
En cas de succès, le brevet de sécurité routière est délivré.
Assurance
Sans le BSR, les dommages causés au véhicule ne sont pas assurés en cas d’accident.
Database error: Invalid SQL: SELECT p.id FROM
portail_page AS p,
portail_page_parent AS par
WHERE p.id = par.id_portail_page AND
p.id_portail_page_type = 3 AND
p.visible = 1 AND
par.id_portail_page_parent= AND
par.ordre > (SELECT ordre FROM portail_page_parent WHERE id_portail_page=815 LIMIT 0, 1) ORDER BY ordre ASC LIMIT 0, 1 MySQL error:
1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND
par.ordre > (SELECT ordre FROM portail_page_parent WHERE id_portail_' at line 7) Requete: SELECT p.id FROM
portail_page AS p,
portail_page_parent AS par
WHERE p.id = par.id_portail_page AND
p.id_portail_page_type = 3 AND
p.visible = 1 AND
par.id_portail_page_parent= AND
par.ordre > (SELECT ordre FROM portail_page_parent WHERE id_portail_page=815 LIMIT 0, 1) ORDER BY ordre ASC LIMIT 0, 1;
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/site/www.easydroit.fr/class/class.mysql.php on line 183 Database error: Invalid SQL: SELECT p.id FROM
portail_page AS p,
portail_page_parent AS par
WHERE p.id = par.id_portail_page AND
p.id_portail_page_type = 3 AND
p.visible = 1 AND
par.id_portail_page_parent= AND
par.ordre < (SELECT ordre FROM portail_page_parent WHERE id_portail_page=815 LIMIT 0, 1) ORDER BY ordre ASC LIMIT 0, 1 MySQL error:
1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND
par.ordre < (SELECT ordre FROM portail_page_parent WHERE id_portail_' at line 7) Requete: SELECT p.id FROM
portail_page AS p,
portail_page_parent AS par
WHERE p.id = par.id_portail_page AND
p.id_portail_page_type = 3 AND
p.visible = 1 AND
par.id_portail_page_parent= AND
par.ordre < (SELECT ordre FROM portail_page_parent WHERE id_portail_page=815 LIMIT 0, 1) ORDER BY ordre ASC LIMIT 0, 1;
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/site/www.easydroit.fr/class/class.mysql.php on line 183
Database error: Invalid SQL: SELECT * FROM ((SELECT m.*, the.couleur
FROM portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_model_page as pm,
portail_model as m
WHERE art.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=art.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=cat.id
AND par.id_portail_page_parent=the.id
AND art.visible=1
AND art.id_portail_page_type=3
AND the.id=1250
AND cat.id=)
UNION
(SELECT m.*, the.couleur
FROM portail_page AS sart,
portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_page_parent AS pares,
portail_model_page as pm,
portail_model as m
WHERE sart.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=sart.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=art.id
AND par.id_portail_page_parent=pares.id_portail_page
AND pares.id_portail_page=cat.id
AND pares.id_portail_page_parent=the.id
AND sart.visible=1
AND sart.id_portail_page_type=9
AND the.id=1250
AND cat.id=)) AS Modele
GROUP BY id
ORDER BY RAND()
LIMIT 0, 10 MySQL error:
1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
UNION
(SELECT m.*, the.couleur
FROM port' at line 18) Requete: SELECT * FROM ((SELECT m.*, the.couleur
FROM portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_model_page as pm,
portail_model as m
WHERE art.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=art.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=cat.id
AND par.id_portail_page_parent=the.id
AND art.visible=1
AND art.id_portail_page_type=3
AND the.id=1250
AND cat.id=)
UNION
(SELECT m.*, the.couleur
FROM portail_page AS sart,
portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_page_parent AS pares,
portail_model_page as pm,
portail_model as m
WHERE sart.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=sart.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=art.id
AND par.id_portail_page_parent=pares.id_portail_page
AND pares.id_portail_page=cat.id
AND pares.id_portail_page_parent=the.id
AND sart.visible=1
AND sart.id_portail_page_type=9
AND the.id=1250
AND cat.id=)) AS Modele
GROUP BY id
ORDER BY RAND()
LIMIT 0, 10;
Database error: Invalid SQL: SELECT * FROM ((SELECT m.*, the.couleur
FROM portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_model_page as pm,
portail_model as m
WHERE art.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=art.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=cat.id
AND par.id_portail_page_parent=the.id
AND art.visible=1
AND art.id_portail_page_type=3
AND the.id=1250
AND cat.id=)
UNION
(SELECT m.*, the.couleur
FROM portail_page AS sart,
portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_page_parent AS pares,
portail_model_page as pm,
portail_model as m
WHERE sart.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=sart.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=art.id
AND par.id_portail_page_parent=pares.id_portail_page
AND pares.id_portail_page=cat.id
AND pares.id_portail_page_parent=the.id
AND sart.visible=1
AND sart.id_portail_page_type=9
AND the.id=1250
AND cat.id=)) AS Modele
GROUP BY id
ORDER BY RAND()
LIMIT 0, 10 MySQL error:
1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
UNION
(SELECT m.*, the.couleur
FROM port' at line 18) Requete: SELECT * FROM ((SELECT m.*, the.couleur
FROM portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_model_page as pm,
portail_model as m
WHERE art.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=art.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=cat.id
AND par.id_portail_page_parent=the.id
AND art.visible=1
AND art.id_portail_page_type=3
AND the.id=1250
AND cat.id=)
UNION
(SELECT m.*, the.couleur
FROM portail_page AS sart,
portail_page AS art,
portail_page AS cat,
portail_page AS the,
portail_page_parent AS par,
portail_page_parent AS pare,
portail_page_parent AS pares,
portail_model_page as pm,
portail_model as m
WHERE sart.id=pm.id_portail_page
AND pm.id_portail_model=m.id
AND pare.id_portail_page=sart.id
AND pare.id_portail_page_parent=par.id_portail_page
AND par.id_portail_page=art.id
AND par.id_portail_page_parent=pares.id_portail_page
AND pares.id_portail_page=cat.id
AND pares.id_portail_page_parent=the.id
AND sart.visible=1
AND sart.id_portail_page_type=9
AND the.id=1250
AND cat.id=)) AS Modele
GROUP BY id
ORDER BY RAND()
LIMIT 0, 10;
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/site/www.easydroit.fr/class/class.mysql.php on line 183