Forum


Replies: 9   Views: 6640
Cannot run examples
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by Count Belisarius  · 19-11-2012 - 11:24

Hi,

I've just installed the free version as I need to trial this to make sure it will work for us so I can justify the purchase.

I've installed it on our Windows Server 2008 based setup (using FastCGI in IIS) and when I run any of the samples I get:

[code]Strict Standards: Declaration of CreateStyle::generateB() should be compatible with CreateElement::generateB($strVal = 'single') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateStyle.inc on line 2643

Strict Standards: Declaration of CreateStyle::generateRFONTS() should be compatible with CreateElement::generateRFONTS($font) in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateStyle.inc on line 2643

Strict Standards: Declaration of CreateTheme1::generateLN() should be compatible with CreateElement::generateLN($w = '12700') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateTheme1.inc on line 1270

Strict Standards: Declaration of CreateTheme1::generateSCHEMECLR() should be compatible with CreateElement::generateSCHEMECLR($val = 'tx1') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateTheme1.inc on line 1270

Strict Standards: Declaration of CreateTheme1::generatePRSTDASH() should be compatible with CreateElement::generatePRSTDASH($val = 'sysDash') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateTheme1.inc on line 1270[/code]

We're using PHP 5.4.7.

I'll admit to being quite new to PHP so any pointers would be appreciated.

Cheers

Andy