Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]Screen Reader audio not play (1 viewing) 
Go to bottom
TOPIC: [SOLVED]Screen Reader audio not play
#3376
Universidade Federal de São Paulo
Fresh Boarder
Posts: 13
User Offline
[SOLVED]Screen Reader audio not play Karma: 0  
Hello,

I have two problems with Screen Reader audio.


The Screen Reader not play the audio. In Firebug (debugger), it show me that message:
QUOTE:
O carregamento HTTP falhou com o status 404. Falha no carregamento da mídia {site_url}/plugins/system/screenreader/screenreader/libraries/tts/proxy.php?lang=pt&engine_token=0&token=d441183084d35f7fa9290c2b09e634aa&text=Lorem%20ipsum.


Translate (if help in something):
QUOTE:
Error loading HTTP 404. Loading media error: {site_url}/plugins/system/screenreader/screenreader/libraries/tts/proxy.php?lang=pt&engine_token=0&token=d441183084d35f7fa9290c2b09e634aa&text=Lorem%20ipsum.




In one Joomla in standard installation, the Screen Reader works great. In options of Screen Reader, he load your JQuery.

In other Joomla with components, I have conflict with K2 JQuery in Global Configuration. For solve that, I turn off the JQuery loading in Screen Reader and defined on K2 in Global Configuration the version. Is that other way to solve that?


I hope you understand what's going on.

{site_url} is my localhost

Thank you.
 
Logged Logged  
  The administrator has disabled public write access.
#3377
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Screen Reader audio not play Karma: 79  
Hello,


It looks like the localhost is not reachable on that URL to access the file proxy.php used to play the audio, but i've not clue on this because never happened. Firstly try to check if the URL is reachable opening in the browser, if not investigate in the htaccess, etc to find why it's 404 {site_url}/plugins/system/screenreader/screenreader/libraries/tts/proxy.php?lang=pt&engine_token=0&token=d441183084d35f7fa9290c2b09e634aa&text=Lorem%20ipsum.

2° Yes if you solve the problem excluding the jQuery inclusion of the Screen Reader is ok, however if you are using Joomla 3 only 1 instance of jQuery should be included in the page like the one called by the Screen Reader.

Best regards
 
Logged Logged  
  The administrator has disabled public write access.
#3378
Universidade Federal de São Paulo
Fresh Boarder
Posts: 13
User Offline
Re:Screen Reader audio not play Karma: 0  
Thank you for your quick answer!

I test this address
{site_url}/plugins/system/screenreader/screenreader/libraries/tts/

He open the window with one button write "Play".
I attached one image for you see.

How configure the htaccess?

{site_url} is my localhost
 
Logged Logged  
  The administrator has disabled public write access.
#3379
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Screen Reader audio not play Karma: 79  
You should test the file not that URL.

The url to test is this:

{site_url}//plugins/system/screenreader/screenreader/libraries/tts/proxy.php

not this:

{site_url}//plugins/system/screenreader/screenreader/libraries/tts

Also the problem could be the port 8080, i always use localhost with port 80 for local development.
If you are not able to work on that test the screen reader on a live server.
 
Logged Logged  
  The administrator has disabled public write access.
#3380
Universidade Federal de São Paulo
Fresh Boarder
Posts: 13
User Offline
Re:Screen Reader audio not play Karma: 0  
Sorry John, can you delete the IP and the first folder on URL in your mensages? That's my error in put that part of URL.

I test again with the URL
{site_url}/plugins/system/screenreader/screenreader/libraries/tts/proxy.php

In that address, he redirect me for that URL and show me a Error 404
{site_url}/plugins/system/screenreader/screenreader/libraries/tts/installation/index.php


One thing who I can't understand:
In other standard Joomla in same place works good.
{site_url}/screen/

and in your proxy.php
{site_url}/screen/plugins/system/screenreader/screenreader/libraries/tts/proxy.php

He not show me a error.

Is that other component conflict?


{site_url} is my localhost
 
Logged Logged  
  The administrator has disabled public write access.
#3382
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Screen Reader audio not play Karma: 79  
I don't understand, however the file that must be accessible is this one like on the demo site: http://demo.storejextensions.org/screenreader/plugins/system/screenreader/screenreader/libraries/tts/proxy.php

If the server answers with a 404 the audio won't work, opening in the browser you can test it.

Check the mod_security option of the local server and htaccess if there is a disallow for direct php file access, but don't ask me because i'm not expert in server configuration.

If not use a working live server to setup the plugin.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top