Per Søderlind
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Plugin Repo Stats] ErrorDid, and it didn’t help :/
Forum: Plugins
In reply to: [WP Plugin Repo Stats] ErrorYou could, after creating the DOM, set strictErrorChecking to false:
// parse HTML response $dom = new DOMDocument(); $dom->strictErrorChecking = false; // Throws DOMException on errors. Default to TRUE. $dom->loadHTML($response);Forum: Plugins
In reply to: Plugin using old readme?Yes, had to update my plugin. Everything looks fine after the new commit.
Forum: Plugins
In reply to: [Date and Time Picker Field] v2.0.6 resets everythingPlease test 2.0.7.
Forum: Plugins
In reply to: [Date and Time Picker Field] v2.0.6 resets everythingOh .. my bad, I didn’t think about that when I changed how I’m storing the date and time. I´m sorry for the problems it caused.
Not that it will help you, but I will upgrade the plugin asap to fix this.
Forum: Plugins
In reply to: Plugin using old readme?I have the same problem.
As far as I can see, my readme.txt has the correct stable tag:
http://plugins.trac.wordpress.org/browser/acf-field-date-time-picker/trunk/readme.txt
http://plugins.trac.wordpress.org/browser/acf-field-date-time-picker/tags/2.0.6/readme.txtI also updated my assests/* files yesteday (and they are correct here http://plugins.trac.wordpress.org/browser/acf-field-date-time-picker/assets), but in the plugin directory the previous ones are showing: http://wordpress.org/extend/plugins/acf-field-date-time-picker/screenshots/
Forum: Everything else WordPress
In reply to: plugin commit issues (readme.txt)I’m experiencing the same, updated several files (readme.txt + assests/*) yesterday and they were displayed at http://wordpress.org/extend/plugins/acf-field-date-time-picker/ after the commit, today the previous versions are showing.
Forum: Plugins
In reply to: [WP2Cloud] Wish2: Add Cache-Control max-ageExcellent, looking forward to it.
Forum: Plugins
In reply to: [WP2Cloud] Wish2: Add Cache-Control max-ageHi Artem,
Any news on this ?
Br,
PerSForum: Plugins
In reply to: [Date and Time Picker Field] Problem when used within Repeater fieldFixed the repeater field bug in v2.0.3
Forum: Plugins
In reply to: [Date and Time Picker Field] 24hr clock defaults to morningHi, what’s the time format used? (when you add the field)
Forum: Plugins
In reply to: [Date and Time Picker Field] Problem when used within Repeater fieldThank you for reporting this. Sounds like a bug, I’ll look into it.
Forum: Plugins
In reply to: [WP2Cloud] More plugins not supported by WP2CloudI can confirm that creating table without auto_increment=1 worked.
Thanks,
PerSForum: Plugins
In reply to: [WP2Cloud] More plugins not supported by WP2CloudI might have the same problem with another plugin, debug bar tells me that the database table can’t be created.
I also tried to create the table using the debug bar sql console, with out any luck:
CREATE TABLE wp_tla_data ( id int(10) UNSIGNED NOT NULL AUTO_INCREMENT, post_id int(10) UNSIGNED NOT NULL DEFAULT '0', url VARCHAR(255) NOT NULL, text VARCHAR(255) NOT NULL, before_text VARCHAR(255) NULL, after_text VARCHAR(255) NULL, xml_key VARCHAR(255) NULL, PRIMARY KEY (id), INDEX post_id (post_id), INDEX xml_key (xml_key) ) AUTO_INCREMENT=1;in my.cnf, default-storage-engine=ClouSE
Forum: Plugins
In reply to: [WP2Cloud] Wish: ClouSE Import pluginAgree, but it you dare to run it I bet you can read code and understand how to add other formats 😉