Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › ERROR 500 INTERNAL SERVER ERROR
- This topic has 4 replies, 3 voices, and was last updated 4 years, 4 months ago by larabrian.
- AuthorPosts
- May 26, 2019 at 8:37 pm #63895Victor AkenGuest
These are the things we attempted to get this working (note–anything renamed or moved was restored after it was proven “innocent”:
-Reinstalled fresh copies of the wp-admin and wp-includes folders.
-Updated the htaccess file.
-Renamed a file created in the root folder “session_mm_cgi-fcgi9804.sem” to “session…sem.txt”
-Added memory to wp-config file: define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
-Renamed plugins folder (within wp-content).
-Renamed and moved individual plugins: wc-frontend-manager, wc-multivendor-marketplace, wc-multivendor-membership.
-Renamed and moved wpforms plugin since it’s been a culprit in the past.
-Renamed (uploads) wcfm file.Please Help!!!
- May 27, 2019 at 6:08 pm #64006Victor AkenGuest
This is the error that occured when it threw a 500 code. At the time, all I was trying to do was adjust background and text colors. If you could explain why this occurred it would help me to avoid it in the future if I decide to attempt this plugin again. Thanks.
Vic
Error Details
=============
An error of type E_ERROR was caused in line 668 of the file /home/roguedivisionbre/public_html/wp-content/plugins/wc-frontend-manager/core/class-wcfm.php. Error message: Uncaught Error: Call to undefined function wc_coupons_enabled() in /home/roguedivisionbre/public_html/wp-content/plugins/wc-frontend-manager/core/class-wcfm.php:668
Stack trace:
#0 /home/roguedivisionbre/public_html/wp-content/plugins/wc-frontend-manager/core/class-wcfm-non-ajax.php(234): WCFM->get_wcfm_menus()
#1 /home/roguedivisionbre/public_html/wp-includes/class-wp-hook.php(286): WCFM_Non_Ajax->wcfm_admin_bar_menu(Object(WP_Admin_Bar))
#2 /home/roguedivisionbre/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#3 /home/roguedivisionbre/public_html/wp-includes/plugin.php(531): WP_Hook->do_action(Array)
#4 /home/roguedivisionbre/public_html/wp-includes/admin-bar.php(86): do_action_ref_array(‘admin_bar_menu’, Array)
#5 /home/roguedivisionbre/public_html/wp-includes/class-wp-hook.php(286): wp_admin_bar_render(”)
#6 /home/roguedivisionbre/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#7 /home/roguedivisionbre/public_html/wp-includes/plugin. - May 28, 2019 at 7:50 pm #64170Brahim L.Guest
I have the same issue, please help.
- May 29, 2019 at 5:03 am #64198WCFM ForumMember
HI,
“wc_coupons_enabled()” – this is WooCommerce core function, why it’s missing for your site ? What is your WooCommerce plugin version ?
Thank You
- July 9, 2020 at 3:08 pm #147261larabrianParticipant
The first thing you need to know about an 500 Internal Server Error is that the error can only be resolved by fixes to the Web server software. This is a ‘catch-all’ error generated by the Web server. Basically something has gone wrong, but the server can not be more specific about the error condition in its response to the client. In addition to the 500 Internal Server Error notified back to the client, the Web server should generate some kind of internal error log which gives more details of what went wrong. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error. However, there are often ways to quickly get around the problem:
Reload the web page.
Clear your browser cookies and cache
Come back later.
Finally, Ask your Hosting Provider
- AuthorPosts
- You must be logged in to reply to this topic.