Pernah mengalami :
Fatal error: Allowed memory size of 33554432 bytes exhausted
(tried to allocate 7680 bytes) in
/home/namaakun/public_html/wp-admin/includes/list-table.php on line 80
disini saya mencoba menjelaskan bagaimana ketika anda menggunakan WP
dan mengalami hal seperti itu, emang topik ini sudah banyak dibahas
dibeberapa web tujuan saya jika member sini ada yang mengalaminya tidak
perlu capek2 mencari di google.
Cara Mengatasi :
- Masuk ke cPanel > File Manager
- Download file wp-config.php (untuk backup)
- lalu edit wp-config.php
Masukkan kode berikut:
----------------------------
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('WP_MEMORY_LIMIT', '64M');
pasti anda akan bertanya dimana code tersebut di taruh.
nah kode tersebut ditaruh tepat di :
sebelum kode dibawah ini :
----------------
/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all
existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
ICC
kalo yang file media.php nya gimana bos, soalnya mengalami error yang file media.php? terima kasih
ReplyDelete@Sahabat Hendy : tulisan error nya gmn gan?
ReplyDelete