|
From: Webmaster E. <web...@en...> - 2013-07-24 07:17:32
|
Bonjour,
Pourriez vous essayer d'ouvrir le fichier
www/Enerconso/tables/stationdju/stationdju.php et de commenter les
lignes 25 à 27; c'est à dire transformer :
> function monclassement($_REQUEST){
> $_REQUEST['-sort'] = $_GET['-sort'] = 'Ville+asc';
> }
en
> /*
> function monclassement($_REQUEST){
> $_REQUEST['-sort'] = $_GET['-sort'] = 'Ville+asc';
> }
> */
et me dire si vous avez toujours un message d'erreur ?
Bien cordialement,
MJ Lainé
Le 23/07/2013 15:57, Thibaut LE BIGRE a écrit :
> Bonjour,
>
> voici le message d'erreur retourné lors de la tentative de
> renseignement d'une station météo.
>
> ( ! ) Fatal error: Cannot re-assign auto-global variable _REQUEST in
> C:\wamp\www\enerconso\Enerconso\tables\stationdju\stationdju.php on
> line /25/
> Call Stack
> # Time Memory Function Location
> 1 0.0000 143512 {main}( ) ..\index.php*:*0
> 2 0.0468 813392 Dataface_Application->display( ) ..\index.php*:*33
> 3 0.0780 2586600 Dataface_Application->handleRequest( )
> ..\Application.php*:*1676
> 4 0.0780 2630304 conf_ApplicationDelegate->beforeHandleRequest( )
> ..\Application.php*:*972
> 5 0.1560 4114392 Dataface_Application->getRecord( )
> ..\ApplicationDelegate.php*:*256
> 6 0.1560 4114960 Dataface_Application->getResultSet( )
> ..\Application.php*:*1317
> 7 0.1716 4218656 Dataface_QueryTool::loadResult( )
> ..\Application.php*:*1288
> 8 0.1716 4219480 Dataface_QueryTool->Dataface_QueryTool( )
> ..\QueryTool.php*:*531
> 9 0.1716 4219784 Dataface_Table::loadTable( ) ..\QueryTool.php*:*77
> 10 0.1872 4311664 Dataface_Table->postInit( ) ..\Table.php*:*2378
> 11 0.1872 4311664 Dataface_Table->getDelegate( ) ..\Table.php*:*721
> 12 0.1872 4311696 Dataface_Table->_loadDelegate( )
> ..\Table.php*:*3569
> 13 0.1872 4311808 import( ) ..\Table.php*:*1114
>
>
> En espérant que ce rapport vous aidera,
>
> Bien cordialement,
> --
>
> Thibaut LE BIGRE
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> Enerconso-support mailing list
> Ene...@li...
> https://lists.sourceforge.net/lists/listinfo/enerconso-support
|