Prashant Walke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] Translation…Hi,
If you like plugin feature and support then you can please add review and rating for plugin
Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] Translation…1. Go to wordpress/wp-content/plugins/wp-user/languages directory
2. Copy the file wpuser-en_US.po
3.Rename it according to language code. (ex. If you want to translate into German then file name will be wpuser-de_DE.po)
4. Open the file Add the translation for the every msgid.( Enter your translation text in to msgstr )
5. Save the file
6.Then create new .mo file using http://po2mo.net and save it into plugins/wp-user/languages folder.
Please check following link for more information:
http://wpuserplus.com/blog/doc/translate-plugin-differnt-language/Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] Translation…Hi,
Currently plugin support translation but we havn’t implemented or translate plugin in other language.
We are working on translate plugin in multiple language and release new version soon.
Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] avatar issueWe have implement reflect user avatar on all over site and release new version 4.0 with many new feature and UI change.
Update plugin for get new changes.
Hi,
We have fixed this issue in current version i.e V.4.0.
Please update plugin and let me know in case any issue.
Hi,
if the site is very large, it takes time to create the database backup. And if the server execution time is set to low value, you get go to blank page. There may be chance your server max execution time is 30 second. Please check debug log file. You will need to ask your hosting services to increase the execution time and the plugin will work fine for large data. You can also try to increase execution time. Please make below changes – Add below line
php.ini
max_execution_time = 180 ;
Also Please make sure that you have write permission to Backup folder and also check your log file.
Please raise ticket on http://www.wpseeds.com/support with site and FTP details so that i can check exact issue.
If you like plugin feature and support then can you please add review and rating for plugin on
https://wordpress.org/support/plugin/wp-database-backup/reviews/
Please feel free to contact me in case of any query.
Hi,
Can you share your site details on walke.prashant28@gmail.com or raise ticket on http://www.wpseeds.com/support so that i can check exact issue.
Replace function wp_db_backup_completed (comment line 18,18)
Path : wp-content\plugins\wp-database-backup\includes\admin\Destination\Dropbox\Dropbox_upload.phppublic static function wp_db_backup_completed(&$args)
{
include plugin_dir_path(__FILE__) . ‘DropboxClient.php’;
$dropbox = new WPDBBackup_Destination_Dropbox_API(‘dropbox’);
$wpdb_dropboxtoken=get_option(‘wpdb_dropboxtoken’);
$dropboxtoken = (!empty($wpdb_dropboxtoken)) ? maybe_unserialize($wpdb_dropboxtoken) : array();
if (isset($dropboxtoken[‘access_token’]) && !empty($dropboxtoken[‘access_token’])) {
$dropbox->setOAuthTokens($dropboxtoken);
$wpdb_dropbbox_dir=get_option(‘wpdb_dropbbox_dir’);
$wpdb_dropbbox_dir=!empty($wpdb_dropbbox_dir) ? ‘/’.get_option(‘wpdb_dropbbox_dir’).’/’ : ”;
$response = $dropbox->upload($args[1], $wpdb_dropbbox_dir . $args[0]);
//if ($response)
//$args[2] = $args[2] . “<br> Upload Database Backup on Dropbox”;
}}
Hope your issue resolved.
Let me know in case any issue.
Hi,
you can comment code line no 18 and 19.
(wp-content/plugins/wp-database-backup/includes/admin/Destination/Dropbox/Dropbox_upload.php)Hi,
I have noted your point.
Currently we are working on new version and tack care this issue in new version.Hi,
Replace function wp_db_backup_completed
Path : wp-content\plugins\wp-database-backup\includes\admin\Destination\Dropbox\Dropbox_upload.phppublic static function wp_db_backup_completed(&$args)
{
include plugin_dir_path(__FILE__) . ‘DropboxClient.php’;
$dropbox = new WPDBBackup_Destination_Dropbox_API(‘dropbox’);
$wpdb_dropboxtoken=get_option(‘wpdb_dropboxtoken’);
$dropboxtoken = (!empty($wpdb_dropboxtoken)) ? maybe_unserialize($wpdb_dropboxtoken) : array();
if (isset($dropboxtoken[‘access_token’]) && !empty($dropboxtoken[‘access_token’])) {
$dropbox->setOAuthTokens($dropboxtoken);
$wpdb_dropbbox_dir=get_option(‘wpdb_dropbbox_dir’);
$wpdb_dropbbox_dir=!empty($wpdb_dropbbox_dir) ? ‘/’.get_option(‘wpdb_dropbbox_dir’).’/’ : ”;
$response = $dropbox->upload($args[1], $wpdb_dropbbox_dir . $args[0]);
if ($response)
$args[2] = $args[2] . “<br> Upload Database Backup on Dropbox”;
}}
Hi,
I have corrected code and push updated code or wordpress org.
Please reinstall plugin or update plugin on your site.
Let me know in case any issue.
Hi,
Apologies for facing issue with update.
Issue has been fixed in V.4.5.1
Download latest version and let me know in case any issue.
(Update caused fatal error: Can’t return function value Dropbox_upload.php)