leysinpark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error with WidgetsJust found this.
Could someone tell me if this is a good solution or should I find the source of this problem before resolving to this option:
If you go to the top of widgets.php and make a similar mod:
/** WordPress Administration Widgets API */
//require_once(ABSPATH . ‘wp-admin/includes/widgets.php’);
require_once(‘includes/widgets.php’);Thank you,
Blaise
Forum: Fixing WordPress
In reply to: Fatal Error with WidgetsHello Shane,
Thanks for your message but as mentioned above, I have already done the following and resolved the problem with the access to my dashboard. I just didn’t want to do anything that would cause more issues therefore was asking if this fix was ok to do.
On the other hand, my issue is the fact that I cannot access my widgets anymore. I get the following error when I click on widgets in my wp admin panel: Fatal error: Call to undefined function wp_list_widgets() in /home/leysin9/public_html/leysinpark.ch/wp-admin/widgets.php on line 351
Does anyone have an idea?
Thanks so much in advance.
Blaise
Forum: Fixing WordPress
In reply to: Fatal Error with WidgetsHello Shane,
Thanks for your message but as mentioned above, I have already done the following and resolved the problem with the access to my dashboard. I just didn’t want to do anything that would cause more issues therefore was asking if this fix was ok to do.
On the other hand, my issue is the fact that I cannot access my widgets anymore. I get the following error when I click on widgets in my wp admin panel: Fatal error: Call to undefined function wp_list_widgets() in /home/leysin9/public_html/leysinpark.ch/wp-admin/widgets.php on line 351
Does anyone have an idea?
Thanks so much in advance.
Blaise