Re: [pmapper-users] excel download

2013-06-06 Thread Thomas RAFFIN
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
 pmapper-users@lists.sourceforge.net
 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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] excel download

2013-06-06 Thread Sylvain Arabeyre
Hi Thomas,

Thank you for your reply.
I updated all my PEAR packages and the problem remains.
Therefore, I changed the error_reporting to E_ALL  ~E_NOTICE  ~E_STRICT
and now everything is working fine.
Once again thanks a lot for the support!


2013/6/6 Thomas RAFFIN traf...@sirap.fr

 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
  pmapper-users@lists.sourceforge.net
  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
 pmapper-users@lists.sourceforge.net
 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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] excel download

2013-06-05 Thread Sylvain Arabeyre
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
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] excel download

2013-04-07 Thread Bogumil
Hi all,
I have the same problem. 
Did anyone find the solution or the reason of this error

Thanks



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-excel-download-tp4025014p4025143.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] excel download

2013-02-05 Thread Armin Burger


On 02/05/2013 12:24 PM, Gillen wrote:
 Hi all,
 The excel export plugin is not working in my pmapper 4.2.0. I have
 installed the pear packages and at first it was working fine but now the
 php release changed in our server and maby because of that is not working.
 When I tell to my pmapper application to download any data table to
 excel, the download button doesn´t appear and I can´t download it, but
 the file is created in the tmp folder.
 I think that the release is php 5, does anybody know how can I solve it?

maybe re-install the required Pear packages...?

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users