On the Control Panel of the component I got these PHP error messages:
- Strict standards: Declaration of phocaPdfCpController::display() should be compatible with that of JControllerLegacy::display() in C:\wamp\www\test30\administrator\components\com_phocapdf\controller.php on line 47
- Strict standards: Non-static method PhocaPdfUtils::setVars() should not be called statically, assuming $this from incompatible context in C:\wamp\www\test30\administrator\components\com_phocapdf\views\phocapdfcp\view.html.php on line 18
- Strict standards: Non-static method PhocaPDFHelper::getPhocaVersion() should not be called statically, assuming $this from incompatible context in C:\wamp\www\test30\administrator\components\com_phocapdf\views\phocapdfcp\view.html.php on line 27
- Strict standards: Only variables should be assigned by reference in C:\wamp\www\test30\administrator\components\com_phocapdf\views\phocapdfcp\view.html.php on line 40
- Strict standards: Non-static method PhocaPdfRenderAdmin::quickIconButton() should not be called statically, assuming $this from incompatible context in C:\wamp\www\test30\administrator\components\com_phocapdf\views\phocapdfcp\tmpl\default.php on line 15
- Strict standards: Non-static method PhocaPdfRenderAdmin::getLinks() should not be called statically, assuming $this from incompatible context in C:\wamp\www\test30\administrator\components\com_phocapdf\views\phocapdfcp\tmpl\default.php on line 21
I have set Error reporting to Developer in Global Configuration. I know if I set this option to a lower level, the messages will not appear, but I do not want to change it, because I also develop extensions.
Jan, could you please fix these bugs in the near future?