Hi, This is the same issue that previously posted concerning Graphical queries plugin. Some part of PHP code are a little bit too old and some warnings are written in your PHP error log.
Try to update the PEAR libs: OLE, Excel_Spreadsheet, ... and if it is not sufficiant, change your php.ini as you mentioned in a previous e-mail. Thomas Le 05/06/2013 17:37, Sylvain Arabeyre a écrit : > Hi all, > > I've had the same problem with the export plugin and tried the suggestion > from Suman (with pmapper 4.3.1 - ms4w version 3.0.6). > > However, once I made the correction suggested, I got the following errors > from php_errors.log: > > PHP Strict Standards: Non-static method OLE::Asc2Ucs() should not be called > statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\Spreadsheet\Excel\Writer\Workbook.php on line 573 > PHP Strict Standards: Non-static method System::tmpdir() should not be > called statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS\File.php on line 50 > PHP Strict Standards: Non-static method System::tmpdir() should not be > called statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS\Root.php on line 56 > PHP Strict Standards: Non-static method OLE::Asc2Ucs() should not be called > statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS\Root.php on line 59 > PHP Strict Standards: Non-static method OLE::LocalDate2OLE() should not be > called statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS.php on line 190 > PHP Strict Standards: Non-static method OLE::LocalDate2OLE() should not be > called statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS.php on line 191 > PHP Strict Standards: Non-static method OLE::LocalDate2OLE() should not be > called statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS.php on line 190 > PHP Strict Standards: Non-static method OLE::LocalDate2OLE() should not be > called statically, assuming $this from incompatible context in > C:\ms4w\Apache\php\pear\OLE\PPS.php on line 191 > > I noticed that if I modify the error_reporting parameter from "E_ALL & > ~E_NOTICE" (default value) to "E_ALL & ~E_NOTICE & ~E_STRICT" in php.ini, > the errors mentioned above do not occur and the export to excel plugin works > fine... > Nevertheless, I'm not sure of the consequences of modifying the > error_reporting parameter on my pmapper application! > Any hint? > > Thanks. > Sylvain. > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-excel-download-tp4025014p4025219.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > _______________________________________________ > pmapper-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
