Calvin
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] CSV importHi robcnz!
I opened the Google Spreadsheet and downloaded as CSV file. I tried to import in my calendar and all 3 events were imported successfully.
Can you give me more details about your environment so I can simulate here?
I need the versions you are running of:
– WordPress
– PHP
– All in one event calendar plugin
– All in one event calendar CVS feed pluginThanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Update 2.3.7 css can't be foundHi ThinkbotB!
Can you please run the following SQL command?
SELECT * FROM wp_options WHERE option_name = ‘ai1ec_current_theme’;
The IP 40.76.83.255 should appear in the response (option_value column), then you just have to update the option_value by replace the IP with “www.lfgpgh.com”. After that, please tell me if it worked!
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] CSV Plugin NOT workingHi dawyatt!
I could import the sample CSV successfully here, as I stated before.
Can you please post the version of the following software you are running:
– WordPress
– PHP
– all-in-one-event-calendar plugin
– all-in-one-event-calendar-csv-feed pluginThanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Broken after Update to 2.3.7Hi kerrock!
Which version of WordPress are you using?
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] CSV Plugin NOT workingHi dawyatt!
If possible, please send us the CSV file you are importing. I will be glad to help and see what is going on!
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] CSV Plugin NOT workingHi dawyatt!
I’ve just tested our sample CSV is working correctly. Can you give more details about the error you are getting?
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Broken after Update to 2.3.7Hi kerrock!
Sure, please post the screenshot and I will try to help you out!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] CSV importHi robcnz!
I’ve just requested access to your CSV file. I will take care of this issue.
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Broken after Update to 2.3.7Hi kerrock!
Is this the real and full error message? Warning: Illegal string offset ‘domain’ in /home5/namegoeshere/public_html/wp-includes/xxx.php on line 490
If it is, then it doesn’t look like as it was caused by the updating our plugin, but to something related to your WP installation.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] CSV Plugin NOT workingHi dawyatt!
I’m sorry about that. Can you please provide your CSV file so I can investigate the problem?
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Error: Database Update Has FailedHi Brigid Mclaughlin!
Can you please check your error log file and see if you find any error message?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Error: Database Update Has FailedHi pinknblue2482!
This problem has been fixed in the 2.3.7 version. Are you trying to install the 2.3.7 version?
Hi Mel3!
We’ve released the version 2.3.7 that is compatible with WP 4.4.1.
Thanks!
Hi iplaygod!
I’m sorry to hear that. Are you using the “Calendar feeds” subscription feature?
Can you please run the following SQL command and paste here the output?
describe wp_ai1ec_event_feeds;
Thanks!
We’ve just released the version 2.3.7, reverting changes made in version 2.3.5.
Just to clarify:
The fields “wp_ai1ec_event_feeds.feed_url” and “wp_ai1ec_event_feeds.feed_name” were changed from varchar(255) to text because some URLs and names are very long. Because of that, when you update the plugin, the plugin tries to change those fields type, running “ALTER TABLE” SQL command. If the DB user has no permission to run the command, then it will return an error.
The reason why uninstalling and installing the plugin works is because we drop the tables and create them again (so there will be no ALTER TABLE command), but as some users mentioned, all data will be lost.
We will find another solution for that that doesn’t involve changing DB table structure.
Thanks for your comprehension!