หัวข้อ: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: romeotu_2003 ที่ 03 พฤษภาคม 2018, 11:58:26 wordpress เข้าหน้า admin ไม่ได้ ครับ
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 24576 bytes) in E:\AppServ\www\lab\wp-admin\includes\media.php on line 1616 ของผมเป็นแบบ localhost เนื่องจากคอมมันพังลง windows ใหม่ แล้วก็เป็นแบบนี้เลยครับ wp-config.php <?php set_time_limit(0); /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'lab'); /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', '111'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * 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 */ define('AUTH_KEY', 'u|4O}~1ZP& 8K{MYnlx#@xU+sn1B5Ye}n=HGk0/[Do,R}0=3olx*C1M1(KgVAeW0'); define('SECURE_AUTH_KEY', 'jDIjp-#Tn9=W}?wYEnJb3K!{x)33z[Ft|zHzG#&^-Aa7k=^C4SD_Z1.*oe|KiPn&'); define('LOGGED_IN_KEY', ':YX|cb-.n!PNWsrhCO8fsMg-e(6 V^1tAF,ZFq9#=E0Mg~mq7Mlnfl*;*h*F4x|*'); define('NONCE_KEY', 'G6X}v@>{cor!:f?NGp0@-TcE7Ekk@/Cx6si,*/d4@++/{]ahQr-?Tk>(_czD.hHd'); define('AUTH_SALT', '(n5CY~$>rFiZ8Qaj88LnAp(yDvvOhp :MY{.0iPOf.Yw6csfsd1IGzCy6P_eWG^V'); define('SECURE_AUTH_SALT', 'i:3)O`[b!BGHqT% Zu]i/%P3r=uW9NGJK7/{6me>cGV_!T1JQ|(>gR{u.z#hlC7M'); define('LOGGED_IN_SALT', 'iKN}hRk*YReKm cmPQ;pKRir95`kTnA=f7^6=#3g{iN)2O~01o#bo?J~?>BTuTI6'); define('NONCE_SALT', 'r&37h5>o$88dq1fPmglz%JxNVTKCaf#m3LECLi%8t$21^OY(>7k>gV(*?`>4%~yr'); \ /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: rampertteam-sky ที่ 03 พฤษภาคม 2018, 12:55:46 appserv หรือ xampp
คิดว่า แก้ ที่ phpconfig.ini หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: romeotu_2003 ที่ 03 พฤษภาคม 2018, 13:17:31 appserv คับ 2.5.10 คับ
หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: kondam ที่ 03 พฤษภาคม 2018, 13:21:14 ลองแก้ wp-config.php ตามนี้ครับ
โค๊ด: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: seooesboard ที่ 03 พฤษภาคม 2018, 13:22:02 :wanwan012:
หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: yonhosa ที่ 03 พฤษภาคม 2018, 13:37:18 :wanwan017: :wanwan017: :wanwan017:
หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: romeotu_2003 ที่ 03 พฤษภาคม 2018, 14:06:13 หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: romeotu_2003 ที่ 03 พฤษภาคม 2018, 14:08:36 ลองแก้ wp-config.php ตามนี้ครับ โค๊ด: [url]http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/[/url] ผมลองแล้วยังไม่ได้ครับง..หรือผมใส่บรรทัดไม่ถูกครับ.. หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: infamous ที่ 03 พฤษภาคม 2018, 14:20:11 ลองดูนะครับ เผื่อฟลุ๊ค
--- แก้ไข memory ตอน script runtime ini_set("memory_limit","256M"); วางไว้บนสุด ไฟล์ที่ใช้ memory หนักๆครับ ขนาด ram ก็สุดแล้วแต่จะปรับครับ ---- php.ini ---- memory_limit = 256M; ปล. การเพิ่มแรม ไม่ใช่ทางออกครับ แนะนำให้เช็คสคริปต์นะครับว่า กินแรม หรือประมวลผลนานเพราะอะไร แต่ก็อย่างว่าครับ wordpress หัวข้อ: Re: wordpress เข้าหน้า admin ไม่ได้ ครับ เริ่มหัวข้อโดย: romeotu_2003 ที่ 03 พฤษภาคม 2018, 14:37:29 ลองดูนะครับ เผื่อฟลุ๊ค --- แก้ไข memory ตอน script runtime ini_set("memory_limit","256M"); วางไว้บนสุด ไฟล์ที่ใช้ memory หนักๆครับ ขนาด ram ก็สุดแล้วแต่จะปรับครับ ---- php.ini ---- memory_limit = 256M; ปล. การเพิ่มแรม ไม่ใช่ทางออกครับ แนะนำให้เช็คสคริปต์นะครับว่า กินแรม หรือประมวลผลนานเพราะอะไร แต่ก็อย่างว่าครับ wordpress ขอบคุณครับได้แล้วครับ... ลืมบอกไปว่าตอนเค้ายกคอมไปซ่อมเค้าเพิ่ม RAM ให้ด้วย ครับ ขอบคุณนะครับปวดหัวมาหลายวันมากเลย.. |