PG
Forum Replies Created
-
Response from theme developer: Please be informed that we have a different templating system that still follows the WordPress standards. You cannot find wp_head() or wp_footer() in the header.php or footer.php because we use stacks. Those functions were added in the other header files. Please ignore these error messages. The plugin should work with no issues.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] WordPress database table errorIt fixed the error this time. Thanks!
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] WordPress database table errorThe code was applied but I am now seeing the following error:
[14-Feb-2017 22:47:51 UTC] WordPress database error Table ‘x74j0f3g_yutwlep.na5wk83j820u3ifpv2gw_supsystic_ss_shares’ doesn’t exist for query SELECT network_id, COUNT(*) AS total_shares FROM na5wk83j820u3ifpv2gw_supsystic_ss_shares WHERE project_id = 1 AND network_id IN(1,2,3,6,7,18) AND post_id = 24334 GROUP BY network_id made by require(‘wp-blog-header.php’), wp, WP->main, WP->parse_request, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, call_user_func, WP_REST_Posts_Controller->get_items, WP_REST_Posts_Controller->prepare_item_for_response, apply_filters(‘the_excerpt’), WP_Hook->apply_filters, call_user_func_array, SocialSharing_Projects_Handler->applyContentCallback, SocialSharing_Projects_Handler->build, Rsc_Dispatcher->apply, apply_filters_ref_array, WP_Hook->apply_filters, call_user_func_array, SocialSharing_Shares_Module->filterAddProjectShares, SocialSharing_Shares_Model_Shares->getListProjectPageShares
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] WordPress database table errorHello,
Unfortunately the provided code failed. I am using InnoDB as the storage engine as that may or may not make a difference with the code they you are providing.
Error: #1005 – Can’t Create Table — Errno: 150
If you could create a .sql file for me to import with the proper table information perhaps that would be easier since this is the third attempt that has failed so far.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] WordPress database table errorI attempted to run the code you just provided however I’m getting the following error:
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘EXISTSna5wk83j820u3ifpv2gw_supsystic_ss_shares ( id INT(11) UNSIGNED NOT NULL A’ at line 1
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] WordPress database table errorI uninstalled the plugin and reinstalled it. Unfortunately this did not help and the error continues to occur as you can see below:
[08-Feb-2017 11:32:08 UTC] WordPress database error Table ‘x74j0f3g_yutwlep.na5wk83j820u3ifpv2gw_supsystic_ss_shares’ doesn’t exist for query SELECT network_id, COUNT(*) AS total_shares FROM na5wk83j820u3ifpv2gw_supsystic_ss_shares WHERE project_id = 1 AND network_id IN(1,2,3,6,7,18) AND post_id = 2 GROUP BY network_id made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/fortuna/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, call_user_func_array, SocialSharing_Projects_Handler->applyContentCallback, SocialSharing_Projects_Handler->build, Rsc_Dispatcher->apply, apply_filters_ref_array, WP_Hook->apply_filters, call_user_func_array, SocialSharing_Shares_Module->filterAddProjectShares, SocialSharing_Shares_Model_Shares->getListProjectPageShares
I attempted to run the code which you provided but I’m getting the following error:
#1059 – Identifier name ‘FK_na5wk83j820u3ifpv2gw_supsystic_ss_shares_na5wk83j820u3ifpv2gw_supsystic_ss_networks’ is too long