Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 8.27 KB | None | 0 0
  1. Erreur (ErrorException)
  2.  
  3. Niveau : Alerte
  4.  
  5. Message : Undefined variable: options.
  6.  
  7. Fichier : /Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/JoueurController.php (598).
  8.  
  9. Méthode : JoueurController->optionsAction()
  10.  
  11. Contexte :
  12.  
  13. array [7]:
  14.    'nouveauPseudo' => string (5) 'roket'
  15.    'nouvelEmail' => string (14) 'trs421@free.fr'
  16.    'ancienMdp' => string (14) 'trs421@free.fr'
  17.    'nouveauMdp' => string (20) 'nouveau mot de passe'
  18.    'confNouveauMdp' => string (36) 'confirmation du nouveau mot de passe'
  19.    'strSupprimer' => string (0) ''
  20.    'e' => object(ErrorException) [8]
  21.       protected 'message' => string (27) 'Undefined variable: options'
  22.       <<Exception>> private 'string' => string (0) ''
  23.       protected 'code' => int 0
  24.       protected 'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/JoueurController.php'
  25.       protected 'line' => int 591
  26.       <<Exception>> private 'trace' => array [5]:
  27.          0 => array [6]:
  28.             'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/JoueurController.php'
  29.             'line' => int 591
  30.             'function' => string (5) 'error'
  31.             'class' => string (16) 'ExceptionHandler'
  32.             'type' => string (5) '->'
  33.             'args' => array [5]:
  34.                0 => int 8
  35.                1 => string (27) 'Undefined variable: options'
  36.                2 => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/JoueurController.php'
  37.                3 => int 591
  38.                4 => array [6]:
  39.                   'nouveauPseudo' => string (5) 'roket'
  40.                   'nouvelEmail' => string (14) 'trs421@free.fr'
  41.                   'ancienMdp' => string (14) 'trs421@free.fr'
  42.                   'nouveauMdp' => string (20) 'nouveau mot de passe'
  43.                   'confNouveauMdp' => string (36) 'confirmation du nouveau mot de passe'
  44.                   'strSupprimer' => string (0) ''
  45.          1 => array [6]:
  46.             'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/ActionController.php'
  47.             'line' => int 150
  48.             'function' => string (13) 'optionsAction'
  49.             'class' => string (16) 'JoueurController'
  50.             'type' => string (5) '->'
  51.             'args' => array
  52.                   empty
  53.          2 => array [6]:
  54.             'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/ActionController.php'
  55.             'line' => int 43
  56.             'function' => string (6) 'launch'
  57.             'class' => string (16) 'ActionController'
  58.             'type' => string (5) '->'
  59.             'args' => array
  60.                   empty
  61.          3 => array [6]:
  62.             'file' => string (111) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/FrontController.php'
  63.             'line' => int 18
  64.             'function' => string (7) 'process'
  65.             'class' => string (16) 'ActionController'
  66.             'type' => string (2) '::'
  67.             'args' => array [2]:
  68.                0 => object(Request) [2]
  69.                   private 'action' => string (6) 'erreur'
  70.                   private 'renderStrategy' => string (4) 'html'
  71.                1 => object(Response) [3]
  72.                   private '_vars' => array [17]:
  73.                      'titre' => ...
  74.                      'currentpage' => ...
  75.                      'pseudo' => ...
  76.                      'userID' => ...
  77.                      'nomPlaneteCourante' => ...
  78.                      'messageNonLus' => ...
  79.                      'listePlanetes' => ...
  80.                      'ressource1' => ...
  81.                      'ressource2' => ...
  82.                      'ressource3' => ...
  83.                      'ressource4' => ...
  84.                      'ressource5' => ...
  85.                      'listeBatiments' => ...
  86.                      'listeTechnologies' => ...
  87.                      'listeVaisseaux' => ...
  88.                      'listeDefenses' => ...
  89.                      'e' => ...
  90.                   private '_headers' => array
  91.                         empty
  92.                   private '_body' => NULL
  93.          4 => array [6]:
  94.             'file' => string (75) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/htdocs/index.php'
  95.             'line' => int 23
  96.             'function' => string (8) 'dispatch'
  97.             'class' => string (15) 'FrontController'
  98.             'type' => string (2) '::'
  99.             'args' => array
  100.                   empty
  101.       <<Exception>> private 'previous' => NULL
  102.       protected 'severity' => int 8
  103. Trace :
  104.  
  105. array [4]:
  106.    0 => array [6]:
  107.       'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/ActionController.php'
  108.       'line' => int 150
  109.       'function' => string (13) 'optionsAction'
  110.       'class' => string (16) 'JoueurController'
  111.       'type' => string (5) '->'
  112.       'args' => array
  113.             empty
  114.    1 => array [6]:
  115.       'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/ActionController.php'
  116.       'line' => int 43
  117.       'function' => string (6) 'launch'
  118.       'class' => string (16) 'ActionController'
  119.       'type' => string (5) '->'
  120.       'args' => array
  121.             empty
  122.    2 => array [6]:
  123.       'file' => string (111) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/FrontController.php'
  124.       'line' => int 18
  125.       'function' => string (7) 'process'
  126.       'class' => string (16) 'ActionController'
  127.       'type' => string (2) '::'
  128.       'args' => array [2]:
  129.          0 => object(Request) [2]
  130.             private 'action' => string (6) 'erreur'
  131.             private 'renderStrategy' => string (4) 'html'
  132.          1 => object(Response) [3]
  133.             private '_vars' => array [17]:
  134.                'titre' => string (8) 'GalaxWar'
  135.                'currentpage' => string (7) 'options'
  136.                'pseudo' => string (5) 'roket'
  137.                'userID' => int 16
  138.                'nomPlaneteCourante' => string (8) 'tatouine'
  139.                'messageNonLus' => int 1
  140.                'listePlanetes' => array [1]:
  141.                   16 => array [5]:
  142.                      'nom' => ...
  143.                      'galaxie' => ...
  144.                      'system' => ...
  145.                      'position' => ...
  146.                      'isPM' => ...
  147.                'ressource1' => string (6) '13.253'
  148.                'ressource2' => string (5) '7.891'
  149.                'ressource3' => string (3) '500'
  150.                'ressource4' => string (3) '500'
  151.                'ressource5' => string (3) '-22'
  152.                'listeBatiments' => array
  153.                      empty
  154.                'listeTechnologies' => array
  155.                      empty
  156.                'listeVaisseaux' => array
  157.                      empty
  158.                'listeDefenses' => array
  159.                      empty
  160.                'e' => object(ErrorException) [8]
  161.                   protected 'message' => string (27) 'Undefined variable: options'
  162.                   <<Exception>> private 'string' => string (0) ''
  163.                   protected 'code' => int 0
  164.                   protected 'file' => string (112) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/application/classes2/controleurs/JoueurController.php'
  165.                   protected 'line' => int 598
  166.                   <<Exception>> private 'trace' => array [5]:
  167.                      0 => ...
  168.                      1 => ...
  169.                      2 => ...
  170.                      3 => ...
  171.                      4 => ...
  172.                   <<Exception>> private 'previous' => NULL
  173.                   protected 'severity' => int 8
  174.             private '_headers' => array
  175.                   empty
  176.             private '_body' => NULL
  177.    3 => array [6]:
  178.       'file' => string (75) '/Applications/XAMPP/xamppfiles/htdocs/galaxwar/dev/univers/htdocs/index.php'
  179.       'line' => int 23
  180.       'function' => string (8) 'dispatch'
  181.       'class' => string (15) 'FrontController'
  182.       'type' => string (2) '::'
  183.       'args' => array
  184.             empty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement