dubbblin
Član
- Tu od
- 20 Stu 2010
- Postova
- 72
Draga škvadro,
Ovih dana prilikom pokušaja editiranja posta na webu otvarao mi se blank. Gasio sam pluginove, povećavao dužinu posta i nakraju zeznup stvar sa:
"Edit wp-includes/default-constants.php
and modify:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’32M’);
}
}
to:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’128M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’64M’);
}
}
or increase these two values to whatever your blog needs."
Nakon što sam pohranio promjene stranicu više nisam mogao dignuti a default-constants.php je jednostavno nestao. Nakon toga skinuo sa novi wordpress na desktop i pokušao uploadati file default-constants.php ali dobio sam
Checking files:
File default-constants.php is OK
Transferring files to the FTP server:
File default-constants.php could not be transferred to the FTP server
Ima li spasa za mene??
Hvala puno!
Ovih dana prilikom pokušaja editiranja posta na webu otvarao mi se blank. Gasio sam pluginove, povećavao dužinu posta i nakraju zeznup stvar sa:
"Edit wp-includes/default-constants.php
and modify:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’32M’);
}
}
to:
// set memory limits
if ( !defined(‘WP_MEMORY_LIMIT’) ) {
if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’128M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’64M’);
}
}
or increase these two values to whatever your blog needs."
Nakon što sam pohranio promjene stranicu više nisam mogao dignuti a default-constants.php je jednostavno nestao. Nakon toga skinuo sa novi wordpress na desktop i pokušao uploadati file default-constants.php ali dobio sam
Checking files:
File default-constants.php is OK
Transferring files to the FTP server:
File default-constants.php could not be transferred to the FTP server
Ima li spasa za mene??
Hvala puno!