jcn50
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Domain Changer] Does not work on WP Multi SitesYes I ran it from a sub site because a sub site has a different table prefix, like
wp_2_ andwp_3_andwp_4_andwp_5_etc (soDB_PREFIX.$i."_"), and I was worried it will not process the correct one.Thanks for the very useful plugin!
- This reply was modified 2 years, 11 months ago by jcn50.
Forum: Plugins
In reply to: [Automatic Domain Changer] Does not work on WP Multi SitesThere is also the table “wp_site” to modify!
Forum: Plugins
In reply to: [Fast Velocity Minify] FATAL error after update to 3.2.4I have to second that: the Fast Velocity Minify plugin is now breaking with another plugin called “Transposh”.
You might want consider renaming the class “simple_html_dom” to
“fvm_simple_html_dom” maybe? This will make sure you are running
the class version that you want/need. Or maybe you can double check if the class is already declared or not.Please act for interoperability.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Redirect ErrorYou need to create a Lingotek account first~.
https://myaccount.lingotek.com/lingopoint/portal/signup.actionForum: Plugins
In reply to: [Ray Enterprise Translation] PHP ERROR on api.phpThe corrected line is this one:
$this->log_error_on_response_failure($response, “DeleteTranslation: Error occurred”, [‘id’ => $id, ‘wordpress_id’ => $wp_id]);
It will probably be fixed in the next release (NB: I am NOT a contributor).
Forum: Plugins
In reply to: [Ray Enterprise Translation] Post ready to download but Download doesn’t workYou have to disable mod_security on your hosting to avoid this problem.
- This reply was modified 6 years, 6 months ago by jcn50.