Dokan Paypal Adaptive Payment breaks down wp plugin searching engine

  • Home
  • Forums
  • Dokan
  • Dokan Paypal Adaptive Payment breaks down wp plugin searching engine
This topic contains 8 reply and 2 voices, and was last updated by Nayem 8 years, 7 months ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
September 5, 2015 at 12:54 pm 70528
Nayem Hi there, I have just purchased and installed the dokan paypal adaptive payment add-on. After installation, it will break down the wordpress' plugin searching page. As soon as I deactivate the adaptive payment plugin, the plugin search page will be back to work. Please see it below: /wp-admin/includes/class-wp-plugin-install-list-table.php on line 204 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 155 Warning: Illegal string offset 'slug' in *****/public_html/wp-admin/includes/plugin-install.php on line 159 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 160 Warning: Illegal string offset 'count' in *****/public_html/wp-admin/includes/plugin-install.php on line 161 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 163 Warning: Illegal string offset 'slug' in *****/public_html/wp-admin/includes/plugin-install.php on line 159 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 160 Warning: Illegal string offset 'count' in *****/public_html/wp-admin/includes/plugin-install.php on line 161 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 163 Warning: Illegal string offset 'slug' in *****/public_html/wp-admin/includes/plugin-install.php on line 159 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 160 Warning: Illegal string offset 'count' in *****/public_html/wp-admin/includes/plugin-install.php on line 161 Warning: Illegal string offset 'name' in *****/public_html/wp-admin/includes/plugin-install.php on line 163 Warning: number_format() expects parameter 1 to be double, string given in /home/*****/public_html/wp-includes/functions.php on line 174 Thanks
September 5, 2015 at 1:41 pm 70543
Nayem Nayem

Please open PayPal adaptive payment/lib/wedevs-updater.php file. In this file you will get this function-function plugin_information( $false, $action, $args )

Replace with these function-

function plugin_information( $false, $action, $args ) {
 if ( $action != 'plugin_information' ) {
            return $false;
}
if ( isset( $args->slug ) && $args->slug != dirname( $this->file ) ) {
             return $false;
}
September 5, 2015 at 2:34 pm 70549
linbin linbin

Hi Nayem:

Thanks for your reply. Here is the error after change the code:

Parse error: syntax error, unexpected ‘endif’ (T_ENDIF), expecting function (T_FUNCTION) in /home/yixiangy/public_html/wp-content/plugins/dokan-paypal-adaptive-payments/lib/wedevs-updater.php on line 166

Linbin

September 6, 2015 at 10:46 am 70595
Nayem Nayem

Hello,

Please provide your login and FTP details by using this form: http://wedevs.com/provide-login-details/. I will fix this error.

Thank you 🙂

September 6, 2015 at 11:19 am 70602
linbin linbin

Hi Nayem,

Thanks for your reply. I have uploaded my FTP detail. Please double check and if you have any more question, please let me know.

Cheers

Linbin

September 6, 2015 at 11:26 am 70609
Nayem Nayem

Please allow me some time. I will inform you after finishing my work.

Thanks.

September 6, 2015 at 4:07 pm 70648
Nayem Nayem

Please check your site now. I have fixed the issue.

September 6, 2015 at 5:12 pm 70667
linbin linbin

Hi Nayem,

Great work. It is solved! Thanks a lot for the help. 🙂

Linbin

September 6, 2015 at 6:37 pm 70690
Nayem Nayem

I am marking this topic as resolved.

Viewing 8 Posts - 1 through 8 (of 8 total)