Topic RSS
7:55 pm
18 June, 2009
OfflineCould you post a link to your site, so we can take a look?
http://cb.cz/pardubice/future/…..ni-kazani/
2:50 pm
18 June, 2009
Offlinetabycz, on your Sermons page, what is the shortcode you are using? Is it
[sermons]
or is it
[sermons something here]
6:34 pm
27 November, 2011
OfflineThis is the same problem I am having.
When I use the shortcode: –sermons filterhide=show filter=oneclick–
then my permalinks don't work.
Instead of going here: (under site/resources/sermons/page) (page works at this link)
http://staging.skifflakebible……ermon_id=2
It goes here: (changes link to: site/2011/11/253/page)
http://staging.skifflakebible……id=2 – This returns a 404.
I switched to the shortcode –sermons– and the links worked again.
My permalink structure is "month and name" /%year%/%monthnum%/%postname%/.
I did mess with the php.ini file to change the upload times. The links worked after this. I probably changed the shortcode later. I think I'm on php5 fastcgi.
Is this a problem in the shortcode? Is there a way for the links to work with something other than?
I see that many of us are having the same issue and the only commonality I have been able to find thus far is no one is using just the shortcode. It appears that when additional attributes are added to the shortcode is when the problem arises and redirects to a 404 page not found.
I have also noticed that each person that has posted this problem has a differently generated (as I would suspect) path instead of http://yoursite.com/sermons/?sermon=id4 (for example)
Now I am not a coder by any means and am willing to help or be a guinea pig (so to speak) but until someone (rather the plugin developer) or someone fluent in Wordpress and coding, we may not be able to use the additional shortcode attributes. I love the plugin so far, but the bugs and getting them resolved is getting to be a little frustrating, but we shall prevail!!
If anyone has a working WP site with this plugin AND had the shortcode tag with additional attributes (as listed by the developer) working on their site. Can you please post the following for the rest of the community to check. It would be greatly appreciated in the troubleshooting process.
1) What version of WP are you running
2) Any additional WP plugins
3) The following lines from you php.ini file (if you can get them)
Upload_max_filesize
Post_max_size
Memory_limit
Max_input_time
Max_execution_time
File_uploads
4) How your permalinks are set
Not sure it is necessarily in one of these areas and I thinking it is either in the way one of the query's are being called to get the data and post it to the frontside pages (what the public sees) or it is in the way that the ajax or javascripts are handling the code. The only other strange thing I could think of is either how the permalinks are being handled by the code, or an .htaccess file.
If anyone else has any suggestions for troubleshooting or resolution, we are all ears!!! :o)
blessings!!
Shawn
responsibility of every person who belongs to the company of Jesus." - Elton Trueblood
I found a "sneaky" way around it in WP 3.3.1 (at least it worked for me perfectly). I have changed my permalinks to the following in the custom section.
/sermons/
All my other pages continued to work and now my sermons pages work!!! Suh-weet!!! Not sure if it would have worked that way one version of WP back. If someone else is on a version before 3.3.1, can you please try this fix in the custom field (I think it is available in that version) to see if it works there as well and post the results.
Thanks :o)
Shawn
responsibility of every person who belongs to the company of Jesus." - Elton Trueblood
I am using just[ sermons ] and wpaudio player and am getting the file not found error, but i was also getting it before i activated wp audio, so it appears the problem is with sermon browser itself.
i realize and understand that this is a free plugin and you are under no obligation to answer our requests, but if we could get a patch or a workaround for this, it would be somewhat (read: very much so) appreciated.
Thank you!
LGRG Design and Tabycz;
Have you tried the solution that I suggested under your permalinks? Please do not be so quick to assume that it is in the php code itself, but do some basic troubleshooting (plus you get the bonus of learning more about code and your site :o)
I have even seen strange errors occur due to misconfigured or server wide configured .htaccess files. Please try the solution above with the permalinks being changed to /sermons/ in the custom box on the permalinks page. This way if it does work, a) you get around the 404 error for right now. b) When the developer(s) get around to reading the posts on this forum, they know where to look in the code (if that is the problem) as well as give them a pinpoint area to look. This may also come as a surprise, but sometimes even WP upgrades to both the core code as well as updates to other plugins can break code as many rely on javascripts, AJAX, etc.
Tabycz;
Can you please try to write out more specifically what you are attempting to do? I have two different churches under one site with multiple service times between the two working fine. If you want to see the layout, you can go here:
and look under the sermons menu section. If this is something you are trying to do, you need to setup a page for each section (A page for Sunday school, Sunday morning, Sunday night, etc.) then add them to the menu. Then each page can have its own shortcode or the same code, and it works just fine.
Just some thoughts to help y'all out ;o)
Blessings!!!
Grace & peace…
Shawn
responsibility of every person who belongs to the company of Jesus." - Elton Trueblood
LGRG;
I do not mean to sound belittling but it is still a question that needs to be asked in the troubleshooting process. depending on what you are using for a player, (in my case wpaudioplayer (http://wpaudioplayer.com/)) there is a place to set a default path to where the sermon files are to be pulled from (something like wp-uploads/sermons(or another path that you may have set or changed at one time). I also asked earlier in the post what version of WP others with problems were using along with their php configuration settings. This helps us to help you better troubleshoot the problem.
This plugin may not even be the problem, it could be a misconfiguration issue somewhere else. The plugin does work fine, and there are other is a solution. We just need to be patient and work together. I hope we can get this resolved for you soon. Like other plugins and LOTS of lines of code, anything could be the problem.
Blessings on your day!!!
Shawn
responsibility of every person who belongs to the company of Jesus." - Elton Trueblood
http://stluketoronto.com/wp-co…..s/sermons/ is my upload folder, my upload folder path is /wp-content/uploads/sermons/ .
I was getting the 404 error before I activated "audio player" or whatever the plugin that is linked to from within the plugin pages. I am running WP 3.3.1. These are my php settings (visit link)
http://stluketoronto.com/audio…..io/php.php
LGRG;
Good Morning…Thank you for providing the info. Here are some things that I found that are different in comparison to my site. The one big one is that in your php.ini file you have register globals on. Please try editing your php.ini and test (register globlas should be off regardless as it still has the potential to be a security risk, yet some hosting providers disagree). Mine are off and it does not effect the site at all.
Secondly, I see (I did not look at each and every one) your files are surrounded by ( ). Although you might not think that should matter, it could. Take one file and take the ( ) out of the file name. It may break the sermon and you can fix by re-linking the file and test. Not saying that is the problem, but you never know how the programmers code views those times of things.
Lastly, when I view the source code of: http://stluketoronto.com/wp-co…..s/sermons/
I see the following:
| <html> | |
| <head> | |
| <title>Index of /wp-content/uploads/sermons</title> | |
| </head> | |
| <body> | |
| <h1>Index of /wp-content/uploads/sermons</h1> | |
| <ul><li><a href="/wp-content/uploads/"> Parent Directory</a></li> |
Are you by chance using any of the sermonbrowser templating features? If so, you may need to end a / after the word sermons for the complete path (notice how the last href in the above code shows /wp-content/uploads/. Your sermons path should end the same way. I noticed by your source code you are linking (href) all of your sermons, is there a reason why? Just curious.
Well, that is all I have to suggest to try for now. I look forward to hearing the outcome of the testing process, and hopefully one of these things will work out. If you want to see in comparison what our directory structures look like, you can see mine here:
http://idigime.com/wp-content/…..s/sermons/
Blessings :o)
Shawn
responsibility of every person who belongs to the company of Jesus." - Elton Trueblood
LGRG;
I also just noticed in your href codes that there are ascii character codes (in this case many %2c (which converts to a ,) Do you not use the date setting from the plugin when adding the sermon? You may want to try to add a sermon and use the date function built into the plugin instead of trying to make them by uploading as a URL. You can test this by ftp the file to your wp-contents/upload/sermons directory and then when adding a new sermon use the section, use "choose an existing file) and then point to the one you just uploaded via ftp. See if that works. Also, be sure to check your source code of the new file you uploaded and compare on how the current ones are (path wise) to the new one you just created. I bet you will see a difference :o) Please post back your results as time permits.
Grace & peace…
Shawn
responsibility of every person who belongs to the company of Jesus." - Elton Trueblood
Most Users Ever Online: 40
Currently Online:
11 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
malpan: 2453
jogen: 2440
VanWatterson: 652
GeraldSebring: 364
LucasWoltman: 362
RandellFeenstra: 362
Member Stats:
Guest Posters: 7
Members: 2062
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 2
Topics: 1071
Posts: 4042
Newest Members: richdorm, Aaron Velasquez, aaronv, dave5884, tomduckering, ccwebb
Moderators: Ben Miller (386)
Administrators: Mark Barnes (425)
Log In
Register
Home



