Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author zendkmobileapp

    (@zendkmobileapp)

    Hello.
    This error is not because the plugin at all. it your wordpress permission on wp-content/plugin/

    Please change your https://www.example.com/wp-content/plugin/zen-mobile-app-native/android to chmod777
    If you success active plugin. You can manual zip folder wp-content/plugins/zen-mobile-app-native/android using ftp or any hosting file manager. Then you can upload it to phonegap

    Plugin Author zendkmobileapp

    (@zendkmobileapp)

    Hello

    I review the code generated from your site. I seem original. it mean my plugin didn’t work on your site by 2 reason:
    – my plugin have not been actived
    or – your host prevent some php function (auto read and write by script – for beter security reason) so you can’t use my plugin to active plugin

    But, it doesn’t mean there are no way to make it work

    you can munual download this plugin file, then add your infomation to plugin file, then upload it to your site again.
    This is the list of file you should edit to make this plugin active

    ..wp-content\plugins\zen-mobile-app-native\android\base_url.js (1 hit)
    Line 1: var url = “https://example.com”;
    ..wp-content\plugins\zen-mobile-app-native\server\admin_nta\db.php (2 hits)
    Line 10: $base_url = “https://example.com”;
    Line 11: $plugin_url = “https://example.com”;
    ..wp-content\plugins\zen-mobile-app-native\server\function.php (2 hits)
    Line 1: <?php function dataxnam_base(){ $iba = new mysqli(“127.0.0.1”, “database_username”,”database_password” ,”database_name” ); if (!$iba) throw new Exception(“Error…”); else return $iba; } $base_url = “https://example.com&#8221;; $plugin_url = “https://example.com&#8221;; $table_prefix = “wp_”; ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working’ is closed to new replies.