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
Upgrade to Joomla 3.2 - Slideshow stop working
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Upgrade to Joomla 3.2 - Slideshow stop working
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Jan 2014, 09:33
Re: Upgrade to Joomla 3.2 - Slideshow stop working
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
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
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Jan 2014, 09:33
Re: Upgrade to Joomla 3.2 - Slideshow stop working
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
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
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Jan 2014, 09:33
Re: Upgrade to Joomla 3.2 - Slideshow stop working
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
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
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Upgrade to Joomla 3.2 - Slideshow stop working
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
Jan
Jan
If you find Phoca extensions useful, please support the project
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact: