zendkmobileapp
Forum Replies Created
-
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 pluginBut, 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 = “http://example.com”;
..wp-content\plugins\zen-mobile-app-native\server\admin_nta\db.php (2 hits)
Line 10: $base_url = “http://example.com”;
Line 11: $plugin_url = “http://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 = “http://example.com”; $plugin_url = “http://example.com”; $table_prefix = “wp_”; ?>No, this plugin doesn’t support multisite
Hello.
This error is not because the plugin at all. it your wordpress permission on wp-content/plugin/Please change your http://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 phonegapHello
Pleale recheck again with your own phonegap acount, maybe when you generated your app file, someone else do the same, it got that message,