And now I cannot make changes in the admin. If I change style and press submit it just reverts back to the old style. Also maybe it's my permalinks but the single event details page is not working properly.. I had this all working fine on test server and now that I go live it stopped... pls help.. has anyone else noticed any bugs since last release?
http://wordpress.org/extend/plugins/my-calendar/
What version did you upgrade from? Did you do the upgrade before or after going live? Is the live server the same as the dev server?
Hey sorry was away all weekend. It is the same problem I had before with the permalinks. I am going to try and play around with the caching and whatnot again to see if I can fix it.
The single event details page leads to an error page and the iCal downloads..
As far as the styles.. I simply overwrote the files on the server.. not sure what was going on there.
update* single event iCal download works.. full cal iCal download does not.. Single event details page does not work. What is happening is it is adding too much to the url eg. my custom structure: /index.php/%category%/%postname%/
click details and I get the url: index.php/swim-schedule/index.php/swim-schedule/?mc_id=mc_2011-12-02_1
it doubles the: index.php/swim-schedule/ therefore causing a 404 page
The only real difference between the test server site and the live site is the test server site has a directory for the website.. eg: http://www.halifaxentrepreneurshipexpo.ca/Pools
whereas the live site has no extra directory: http://www.centennialpool.ca
*update* Fixed the details page.. had to do with my Output Setting URL to use for event details display.. had to make sure I had a / at the beginning. Still having issues with the full cal iCal download. Will update soon but this feels familiar so i'm guessing it will get resolved.
Just want to add.. I still have problems with updating styles in the admin. I make a change to my stylesheet and click save but there is no nothing, it simply reverts back to what was there before. Not sure if this is a wordpress issue or not. I can overwrite the file on the server manually but for now I cannot update through the admin area.
here is the url when I click save:
wp-admin/theme-editor.php?file=C:\Inetpub\vhosts\centennialpool.ca\httpdocs/wp-content/themes/centennial/style.css&theme=Centennial+Pool&scrollto=1250
iduno why it is throwing in that file=C:\Inetpub\.....
it should be more like: /home/centennialpool/public_html
so after some more playing everything is working fine except the full month download.. not sure how to fix this, please advise.
also still issues with updating files through the admin.
Yes, that's probably because you're on Windows; although if so, I'm surprised that this is the first report of a problem I've had -- I find it hard to imagine that you're the first person to attempt to edit the stylesheets on a Windows server, but I haven't tested on one, so it seems like a strong candidate.
ok, editing the stylesheet is not that big of a deal.. The event entries all work fine.. everything works fine right now except the full month download.. http://www.centennialpool.ca/index.php/swim-schedule/ as you can see. I have edited the permalinks several times with no success.. Windows server or not this should not be failing, am I missing something?
so this is the deal, not sure how to fix but the problem seems to be this:
The url to download full iCal is mydomain.com/feed/my-calendar-ics
my URL to use for event details display is /index.php/swim-schedule/
for some reason it is not adding the /index.php/swim-schedule/ before /feed/my-calendar-ics
The feed URL should be relative to the root of your install, not to the page of your calendar; however, it should be including the index.php portion. The URL should be /index.php/feed, etc.
I think I know what I need to look at now, but if you could check whether the corrected url works, it might help.
Great. I'll fix this in my next bug release, then. Should be an easy fix.
BUMP
Hey Joe, I just downloaded the newest version and was wondering was this issue ever addressed? I uploaded the new version but did not seem to fix.
I have hard coded the url into the javascript file, but please get back to me so I can figure out a permanent solution.
I'm sorry - I probably forgot to get that change in. I don't remember what I did, at any rate, so I'm not really certain. I do have another update in the pipeline fairly soon, so I'll get this fixed then.
Really...
:) okay.. like I said I temp fixed the issue by hard coding in the url, but could not find the area to do the same for the print view option.. i'll dig around and look for a temp fix for that until your next release. Thank you for your time Joe, always very helpful :)
Hi Joe, I noticed you have a new release.. can you confirm if this issue was addressed?
I can confirm that it was addressed, but you'll have to confirm that the fix actually works for you.