devstorm
Forum Replies Created
-
Had this problem also at first. It works also with basic authentication. The credentials can be entered in the plugin preferences, then the cronjob works fine.
Forum: Fixing WordPress
In reply to: WP 3.4.1 update DB update loopingHi esmi,
the theme was the problem, then I ran upgrade.php manually.
This worked like a charm, thank you 🙂
DevstormForum: Fixing WordPress
In reply to: Glad I did a backup!I second that!
Forum: Hacks
In reply to: Code to automatically create more-tag or excerpt.Hi Joseph,
thank you for your answer. I implemented it this way now.
Best Wishes
StefanI managed to display the widgets this way, but they are aligned after the whole else content. I want it to be displayed right beside the content, as in Posts. How can this be done?
Forum: Plugins
In reply to: [Plugin: WordPress File Monitor Plus] no alert comes up in some casesmaybe with an installation specific entry in wp_options (key is based upon MD5 of Site-Base-URL?), so this cannot be found easily by drive-by-infection attempts.
Forum: Plugins
In reply to: [Plugin: WordPress File Monitor Plus] no alert comes up in some casesHi Scott, I want to add that maybe another FAQ-entry would be very helpful, since exporting the WP-CMS was impossible. The max_packet_size is fixed by webhoster, so there is not adaption possible.
I tzracked it down to the wp_options table, and specific the serialized array of the WPFMP data.
Enabling the debug log shows ths entry, inserted for reference when other users of this great security plugin encounter the same problem.
[19-Feb-2012 16:23:14 UTC] WordPress database error Got a packet bigger than ‘max_allowed_packet’ bytes for query INSERT INTOwpcms_options(option_name,option_value,autoload) VALUES (‘sc_wpfmp_scan_data’, values….);ANother suggestions is, please insert a checksum in the DB of the contents of the .sc_wpfmp_scan_data-file! this is a safeguard to changing it easily via hacking the filesystem. Just another layer of defense-in-depth.
is this confirmed to be fixed?
can this be confirmed?
so this plugin is presumably not UTF-8 compatible? this would be very problematic…
is there a bug in this plugin?
I have a similar problem, but only in wp_options, but do not know if wp-migrate-db is the cause.Forum: Fixing WordPress
In reply to: How to import from SQL-file into WP with WPML-translations working?Hi Zacorich,
I am migrating from non-WP to WP, so this is somewhat tougher. Thank you for this detailled explanation. Now I managed to import the first batch, cross-checked right conversion of Posts. We had 7 different character-sets before, now it’s only UTF-8 🙂
Best Wishes
DevstormForum: Fixing WordPress
In reply to: TinyMCE stripping codeThis is a show-stopper for me and my clients, too.
I had the page hook not activated.
The page loads “undefinitely” and then runs into a browser connection timeout. Deactivating the plugin fixes this.
But I would prefer using the Debug Objects-Plugin, since from the screenshots it gives a great deal of development-related information.