veronikad
Forum Replies Created
-
Just to update everyone these problems went away mysteriously by themselves. Very mysterious.
On one of the two sites the form is edited, but on the other it’s straight from events manager with no changes.
The problem occurs with events manager Version 5.6.1 without any changes to events manager form (test site), and also with events manager Version 5.5.3.1 (live site).
The problem started after updating to WordPress 4.4 on the two sites.
See the problem here (live site)
Ok, I found it. In my “Default single event format” settings, I was outputting the old attributes.
Just to be clear
There is only one attribute in the Settings > General > General Options > Event AttributesThis is not caused by duplicate attributes being declared.
This is somehow old attributes being “remembered”.
Forum: Plugins
In reply to: [Events Manager ESS] Media file unreachableWhen I export my entire feed or when I export any paticular event I get this error.
The events all have images associated with them and with a patch that i wrote (to override the /tmp setting) the images are all exported fine.
The error is with respect to this line in the ess file. It is actually in the media section.
Any ideas why it generates an error?
I know it’s this line as I change it and it’s reflected in the error.
…..
<item type=”website” priority=”2″>
<name>The website</name>
<uri>http://MYSITE.com</uri> <—————– here
</item>
</media>Forum: Plugins
In reply to: [Events Manager ESS] ESS file is too shortHi I am running php 5.2 so I don’t think I can modify max_input_vars
However it appears that the events exported into the xml file are in fact all the FUTURE events only.
I am trying to get all the events as I am moving the events to a new site and it’s not ok to move the posts as well.
So is there a way to export the PAST events as well?
Forum: Plugins
In reply to: [Events Manager ESS] ESS file is too shortthe value I put in ESS => Settings => Feed Settings => Max. Events per Feed
was 2000Forum: Plugins
In reply to: [User Profile Fields] Adds blank lineI should have mentioned that the plugin that it conflicted with was Events Manager ESS
Forum: Plugins
In reply to: [WP FullCalendar] fullcalendar dropdown and arrows brokenResolved
Forum: Plugins
In reply to: [WP FullCalendar] fullcalendar dropdown and arrows brokenHi OK guys found it. Turned out in both my themes we had added code to defer loading of javascript to optimize the site. This caused the problem; but now we have to find another way to defer loading of javascript in a way that does not interfere with the fullcalendar tool.
Forum: Plugins
In reply to: [WP FullCalendar] fullcalendar dropdown and arrows brokenHi Ok actually on a fresh install it does work fine for me for the theme 2013.
So it is not my php environment.There are two themes however that I am using, that it does fail on. Even with no plugins other than Events Manager and WP fullcalendar installed.
Where should I start looking?
Forum: Plugins
In reply to: [Events Manager ESS] Error importing imagesOk problem is renaming files over different file systems (/tmp and current) on unix.
Had to hack the code to workaround.
Would there be a better solution? Ie is there a way to tell the plugin not to use rename on files in /tmp when on unix?
Forum: Plugins
In reply to: [WP FullCalendar] fullcalendar dropdown and arrows brokenYes tried many different themes including 2012 with nothing else but events manager and fullcalendar installed.
Any other ideas?
Forum: Plugins
In reply to: [Events Manager ESS] Import ESS feed times outTurns out that we had to add these lines to our php.ini file and it worked.
allow_url_fopen = On
extension=php_xmlrpc.soForum: Plugins
In reply to: [Events Manager ESS] Import ESS feed times outNote that this times out even with only one event in the feed.
We already set our$timeout_sec = 40;
in ESS_Import.php
as suggested in another thread.
Please any thoughts?
We need this as we have a live site and a development site that is vastly different in terms of posts, we can’t export/import the events to the development site in preparation for relaunch without blowing away the posts on the development site. If we can get the ess feed import to work, it would solve this problem.