Page 1 of 1

Problem installing Phoca Download on Joomla 3.1.5

Posted: 27 Aug 2013, 14:37
by obionekenoby
Hi,

I would like to test Phoca Donwload but when I've installed com_phocadownload_v3.0.1 on my Joomla 3.1.5 installation I got a series of errors mainly related to incompatibility issues (eg. PhocadownloadCpController incompatible with JControllerLegacy::display ... end so on)

The installation report says that the installation was successfully completed!

I did a printout of few screen shots ... for sure I did something wrong ... but what?

Thanks

Roberto

Re: Problem installing Phoca Download on Joomla 3.1.5

Posted: 29 Aug 2013, 16:25
by Jan
Hi, check the version again, did you really install 3.0.1 on 3.1.5?

Re: Problem installing Phoca Download on Joomla 3.1.5

Posted: 04 Sep 2013, 09:40
by obionekenoby
Yes: here the first lines of your phocadowload.xml file (I HAD TO REMOVE YOUR URL SINCE THE POST WASN'T ALLOWED)

<extension method="upgrade" type="component" version="3">
<name>com_phocadownload</name>
<author>Jan Pavelka </author>
<creationDate>21/08/2013</creationDate>
<authorEmail></authorEmail>
<authorUrl>www.phoca.cz</authorUrl>
<copyright>Jan Pavelka</copyright>
<license>GNU/GPL</license>
<version>3.0.1</version>
<description>Phoca Download</description>
<scriptfile>install/script.php</scriptfile>

The Joomla! Version is as follows:
Joomla! 3.1.5 Stable [ Ember ] 01-August-2013 14:00 GMT

and what follows is the display in the component administration component

SCREAM: Error suppression ignored for
( ! ) Strict standards: Declaration of PhocadownloadCpController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in C:\wamp\www\test\administrator\components\com_phocadownload\controller.php on line 51
Call Stack
# Time Memory Function Location
1 0.0011 152264 {main}( ) ..\index.php:0
2 1.2717 6008880 JAdministrator->dispatch( ) ..\index.php:70
3 1.2740 6045760 JComponentHelper::renderComponent( ) ..\application.php:165
4 1.4930 6193912 JComponentHelper::executeComponent( ) ..\helper.php:335
5 1.6097 6222872 require_once( 'C:\wamp\www\test\administrator\components\com_phocadownload\phocadownload.php' ) ..\helper.php:355
6 1.8677 6246400 require_once( 'C:\wamp\www\test\administrator\components\com_phocadownload\controller.php' ) ..\phocadownload.php:18

ANY IDEA?

Thanks

Roberto

Re: Problem installing Phoca Download on Joomla 3.1.5

Posted: 04 Sep 2013, 11:04
by obionekenoby
Jan wrote:Hi, check the version again, did you really install 3.0.1 on 3.1.5?
Hi I'm facing the same problems of strict compatibility by using the Phoca Gallery component (version 3.2.6) on Joomla! 2.5.14

There's any available patch?

Re: Problem installing Phoca Download on Joomla 3.1.5

Posted: 04 Sep 2013, 11:35
by obionekenoby
Jan wrote:Hi, check the version again, did you really install 3.0.1 on 3.1.5?

This is your installation XML file (removed urls to avoid posting problems)

<extension method="upgrade" type="component" version="3">
<name>com_phocadownload</name>
<author>Jan Pavelka</author>
<creationDate>21/08/2013</creationDate>
<authorEmail></authorEmail>
<authorUrl>www.phoca.cz</authorUrl>
<copyright>Jan Pavelka</copyright>
<license>GNU/GPL</license>
<version>3.0.1</version>
<description>Phoca Download</description>
<scriptfile>install/script.php</scriptfile>

and the infos about my system are:


Versione PHP 5.4.3
Web Server Apache/2.2.22 (Win32) PHP/5.4.3
WebServer interfaccia PHP apache2handler
Versione di Joomla! Joomla! 3.1.5 Stable [ Ember ] 01-August-2013 14:00 GMT
Versione piattaforma Joomla! Joomla Platform 12.2.0 Stable [ Neil Armstrong ] 21-September-2012 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36

Re: Problem installing Phoca Download on Joomla 3.1.5

Posted: 06 Sep 2013, 14:34
by Jan
Hi, now I see what you mean, Strict Standards are no errors, these are messages for developers, just disable them, see more info here:
https://www.phoca.cz/documents/50-phoca/ ... tic-method
Jan