Error setelah pasang widget text pada Wordpress
Writing by Hendra W Saputro on Thursday, 11 of December , 2008 at 11:17 pm
Pernah mengalami error dihalaman depan seperti ini :
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/account/public_html/wp-includes/widgets.php on line 686
Warning: Invalid argument supplied for foreach() in /home/account/public_html/wp-includes/widgets.php on line 686
atau ketika Anda harus login ke dashboard kena error :
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/account/public_html/wp-includes/widgets.php on line 686
Warning: Invalid argument supplied for foreach() in /home/account/public_html/wp-includes/widgets.php on line 686
Warning: Cannot modify header information – headers already sent by (output started at /home/mhi013/public_html/wp-includes/widgets.php:686) in /home/account/public_html/wp-login.php on line 267
Warning: Cannot modify header information – headers already sent by (output started at /home/mhi013/public_html/wp-includes/widgets.php:686) in /home/account/public_html/wp-login.php on line 279
Anda mengalami kesalahan seting pada widget text. Ini kesalahan umum, bukanlah khusus pada WP versi 2.6. Hal yang perlu Anda lakukan adalah :
- Taruh perintah ini dalam file functions.php pada themes Anda : delete_option(’widget_text’);
- Refresh kembali halaman wordpress Anda.
- Hilangkan perintah yang tertera di poin 1 dari file functions.php
- Kemudian, perbaiki text widget Anda kembali.
Comments (2)
Category: Web Development
Comment by minanube
Made Thursday, 18 of December , 2008 at 2:11 pm
untungnya belom
Comment by kickymaulana
Made Friday, 18 of June , 2010 at 6:11 pm
naruh nya dimana sih


















