Upgrade to Joomla 3.2 - Slideshow stop working

Phoca Gallery plugins - plugins for Phoca Gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by Jan »

Hi, try to enable debug mode and php error reporting, to see if there is no error (php) and check the javascript console for errors:
https://www.phoca.cz/documents/16-joomla ... rs-on-site
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan
If you find Phoca extensions useful, please support the project
dopi
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 15 Jan 2014, 09:33

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by dopi »

Hi Jan,
here are the js firebug-error-messages:

12:21:04.315 SyntaxError: Using //@ to indicate source map URL pragmas is deprecated. Use //# instead jquery.min.js:1
12:21:04.403 getAttributeNode() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen getAttribute(). mootools-core.js:108
12:21:04.542 TypeError: e(...).on is not a function bootstrap.min.js:8
12:21:04.542 TypeError: jQuery(...).on is not a function neu:41
12:21:05.208 TypeError: jQuery(...).find(...).on is not a function tabs-state.js:16

If I add the two lines in php.ini nothing happens. Should errors be shown within the frontend-site?

; http://php.net/error-reporting
; error_reporting = E_ALL | E_STRICT
error_reporting = E_ALL

Dopi
display_errors = On
dopi
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 15 Jan 2014, 09:33

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by dopi »

Hi,

I have inserted the following lines in my php.ini
; http://php.net/error-reporting
; error_reporting = E_ALL | E_STRICT
error_reporting = E_ALL
display_errors = On

Where can I see the result?

The JS-Debugger shows this result:

23:42:01.687 SyntaxError: Using //@ to indicate source map URL pragmas is deprecated. Use //# instead jquery.min.js:1
23:42:01.790 getAttributeNode() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen getAttribute(). mootools-core.js:108
23:42:01.912 TypeError: e(...).on is not a function bootstrap.min.js:8
23:42:01.913 TypeError: jQuery(...).on is not a function neu:41
23:42:02.936 TypeError: jQuery(...).find(...).on is not a function tabs-state.js:16

Dopi
dopi
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 15 Jan 2014, 09:33

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by dopi »

Hi Jan,
can I still hope for a solution? I wrote the following two lines to my custom-modul.

Slideshow1
{pgslideshow id=1|width=200|height=280|delay=3000|image=L}

The first line is a link to an article containing the string of line 2.
Line 2 has the consequence that the string is displayed in the frontend but not processed.
If I click the link of line 1 in the frontend, the slideshow begins running.
Prepare content parameter in module is enabled.

Dopi
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by Jan »

Hi, if somewhere is displayed such code, this means, the code was not translated, so there seems to be some error, but if the slideshow plugin is installed and enabled and if the module accepts content plugins, really no idea what exactly is wrong there :idea:

Jan
If you find Phoca extensions useful, please support the project
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by Benno »

Hi,
http://joomlacode.org/gf/download/frsre ... v4.0.3.zip solve this issue.

Kind regards,
Benno
Post Reply