cefiar
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Upgrading to 2.0.6 on MultisiteIf you want to do a manual upgrade, see this document:
https://time.ly/document/troubleshooting/perform-manual-upgrade/
Specifically, note the deleting of uninstall.php, which stops the plugin from removing the database entries and tables containing any events you might have, etc.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Custom taxonomyThis would require a fair bit of modification to the code code, plus to the themes to support.
If you’re looking to do it though, for the twig side (to display them) you want to look into all-in-one-event-calendar/public/themes-ai1ec/vortex/twig , specifically at:
filter-menu.twig
categories.twig
tags.twigThis will give you some idea how they’re called from each other, and what you need to do to create the pull-down filter arrangement in a .twig file. There will of course be CSS (and possibly Javascript involvement as well) that you’ll either want to copy or modify as well.
You will also most likely want to look into all-in-one-event-calendar/app/view/calendar/page.php , all-in-one-event-calendar/app/model/taxonomy.php , all-in-one-event-calendar/app/model/filter , and all-in-one-event-calendar/lib/twig/ai1ec-extension.php at a bare minimum.
Note: If you’re really interested in doing that, just beware that 2.0.7 is due to be released shortly, so you might want to wait till that’s been released before you start on your work, as it should fix a number of bugs in the Core code that you might need to otherwise fix.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Monthly viewDefine does not work?
Unless we know exactly what is happening, it’s quite hard to figure out how to help you solve the issue.
If you’re not getting any formatting, try changing the Calendar Theme to a different one and then switching it back. This should force the theme files and the CSS to be used, which can be the cause of issues the first time the plugin is used.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Agenda View BrokenI’m assuming you mean the “Up and Coming” section, which appears to be the Upcoming Events widget?
This seems like it may be related to the cause of the bug you get with 2.0.6, as all the code is handled by twig template system.
The twig cache expires after a while so that it can be regenerated, so if it fails to automatically regenerate, you could lose formatting (depends where in the process it fails). The error you got elsewhere is complaining it can’t register the tiwg cache processes, so it sounds like the options aren’t saving properly, or they’re not being picked up from the DB.
I’d recommend going through all the option pages in Events->Settings and hitting Save Options as a starting point. This will rebuild the ai1ec options entry in WordPress, which might resolve the issue.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Issues with upgradercpeterman: That’s not an error I’ve ever seen before.
Is the cache directory under …../wp-content/plugins/all-in-one-event-calendar/ writable by the webserver user?
Ai1ec V2.0 now writes information into this directory to act as a cache. This includes .php files (processed by the twig template system), which are then executed by the plugin when a user visits the site. This is one of the methods that is used to speed the plugin up to ~20 times the speed of the original 1.x version of the plugin.
rcpeterman: How did you install/update the plugin? Did you upload it, use the inbuilt WordPress plugin repository browser or were you updating from an old version after receiving a notification from WordPress (and if so, which version did you upgrade from)?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Issues with upgrade@nabla: Very weird. I’m using Lubuntu with Firefox and it works fine. Pics included below.
https://dl.dropboxusercontent.com/u/15245389/ai1ec/nabla-1.png
https://dl.dropboxusercontent.com/u/15245389/ai1ec/nabla-2.png
https://dl.dropboxusercontent.com/u/15245389/ai1ec/nabla-3.png
https://dl.dropboxusercontent.com/u/15245389/ai1ec/nabla-4.pngConfirm that you can retrieve the following URL and that it contains CSS: http://www.pascal-leval.fr/?ai1ec_render_css=1399731111&ver=3.9.1
Note: If you have any top-level redirects (eg: done using mod_rewrite), then they may interfere with that URL as well.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Downgrade 1.10.11 / 2.0.5 to 1.10.9FWIW: Time.ly now seem to be releasing updates for the 2.x series apprximately every 2 weeks in an effort to get all the bugs in the Core squashed. Hopefully V2.0.7 should be out early in the next week.
Note: There definitely will be bugs that aren’t fixed in V2.0.7. The bugs that will be addressed are the ones that Time.ly have fixes for, which may not necessarily be all the bugs. They’re definitely trying to solve as many issues as possible though, particularly focusing on the big ones that cause users the most grief. That said, I forwarded to them
PS: I don’t work for Time.ly. I just have a good reappore with their staff and have lots of experience in software dev/qa/admin processes.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Issues with upgradenabla: I just checked and the site seems to have CSS showing. The CSS does regenerate regularly, so it may be since you posted the issue and I got to look at it (about 13 hrs), it’s regenerated and now working.
If it still is playing up for you…
1. Refresh the page in your browser. It may be the broken CSS is still in the browser cache, or in the cache of a proxy between you and the site (common at some workplaces).
2. If that doesn’t work, let us know which browser and operating system combo you’re using so we can investigate further.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Downgrade 1.10.11 / 2.0.5 to 1.10.9Ramon: You might want to look at the Update Notifications Manager plugin: http://wordpress.org/plugins/update-notifications-manager/
It allows you to disable notifications for specific plugins, or across the site completely.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Downgrade 1.10.11 / 2.0.5 to 1.10.9bkss: If you want to delete the events and all your settings, simply uninstalling the plugin should do that, then reinstalling it. In that case you do not want to follow the manual upgrade guide, as that’s about preseving events.
If you want to remove the events, but not delete your settings, you would need to delete all the records in the following tables:
ai1ec_event_instances
ai1ec_events
ai1ec_facebook_users_eventsNotes:
Always back up your database before deleting records, just in case.
Do not delete the tables, just the records in them.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Agenda events displaying homepage embebedThis is usually a theme or plugin conflict.
Can you try the troubleshooting steps outlined here: https://time.ly/document/troubleshooting/first-troubleshooting-step/
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Issues with upgradeTo stop the connection details boxes, see the fix by Lukasp in this post:
http://community.time.ly/forum/troubleshooting/general_aa/14645-upgrade-breaks-admin
This is a bug in 2.0.6, and should be resolved in 2.0.7 (due early next week).
Regarding the “only text showing”, once you’ve gotten rid of the connection dialogs, go to Dashboard->Events->Calendar Themes and change the theme to something other than what it is currently (eg: from Vortex to Gamma) then immediately change it back. This will force a refresh of all the CSS formatting and should solve your issue.
Note: The old forum at http://community.time.ly/forum/ will be shut down so no new posts can be made soon, but I believe Time.ly intends to leave the content there for a while, so you should be able to solve your problem well before it goes away.
Supposed to be fixed in 2.0.7, due next week (via another post).
In the meantime, you may find the reply from Nicola regarding editing javascript.php here solves the issue: http://wordpress.org/support/topic/timzone-error-when-upgrading-to-205?replies=11
Note: If it doesn’t work, remember to change things back, else you might break something else.
Nicola pointed out that this should be fixed in 2.0.7 elsewhere, and that 2.0.7 is due out next week.
I also just saw a post from her in a different thread that may allow you to address the problem now. Look at this thread for the entry on changing app/controller/javascript.php and see if it helps: http://wordpress.org/support/topic/timzone-error-when-upgrading-to-205
Note: If it doesn’t, remember to change it back.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Fatal Error when I load Plugins pageEdit that file and comment out line 160 (put 2 /’s at the start of the line).
This is a known bug in 1.10.11-standard.