murtazakhussain
Forum Replies Created
-
Forum: Hacks
In reply to: Custom admin panel based on user rolesYour code is not working.
Forum: Plugins
In reply to: [Kontrol Developer Kit] Kontrol Table data not InstallingI have worked out on the problem. It is causing problem on windows server while on linux(apache) its work like a charm.
Have you tested this plugin with windows server ?
Regards
Forum: Plugins
In reply to: [Kontrol Developer Kit] Custom post type 404Hi again,
Nice to hear from you. I have debugged it a lot. and found some of the tables are getting populated and some are not. I am on critical stage of my project so, it would be great if you sort it out. And I have activated/deactivated multiple times.PHP version is PHP Version 5.3.3
Regards
Forum: Plugins
In reply to: [Kontrol Developer Kit] Custom post type 404I think this code have some issues
//install.php of every module.
foreach ($table_data as $data) { // Check to see if we have these taxonomies in the table already $sql = "SELECT * FROM " . $table_name . " WHERE cpt_key = '" . $data['cpt_key'] . "' AND type = 'native' LIMIT 1"; $results = $this->wpdb->get_results($sql); if (count($results) == 0) { // Add the modules to the table $this->wpdb->insert($table_name, $data); } }Because tables are creating but data is not inserting.
Regards
Forum: Plugins
In reply to: [Kontrol Developer Kit] Custom post type 404Your query returning an empty array, because there are no rows in table wp_kontrolwp_cpts
Forum: Plugins
In reply to: [Kontrol Developer Kit] Custom post type 404Well it seems not working. Whatever I create, its not showing or creating either it is Custom Post Type or Custom Field. Noting is creating and working.
Any help appreciated.
Regards
Forum: Plugins
In reply to: [Kontrol Developer Kit] Custom post type 404Hi,
I am having a similar kind of problem, after install Kontrol Plugin.Whenever I go to Create Custom Post Types, after heading “Native Custome Post Type” page is empty. Whereas on my local installation its show two type of post types by default.
And when I create custom post type it saves successfully but doesn’t show anything.
Regards