reionut
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Template files out of version with Woocommerce?Hello, same problem here:
grouped.php version 2.1.0 is out of date. The core version is 2.1.7Anyone?????
onyxmin you can increase your memory on the default-constants.php in wp-includes folder.
There you have: if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’40M’);
}
}
if ( ! defined( ‘WP_MAX_MEMORY_LIMIT’ ) ) {
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );Modify define(‘WP_MEMORY_LIMIT’, ’40M’); with define(‘WP_MEMORY_LIMIT’, ’96M’);
Forum: Fixing WordPress
In reply to: WordPress comment php error since upgrade to 3.9I have specified that worked for me… Just after added the “?>” worked, so, I was only trying to help!
Forum: Fixing WordPress
In reply to: WordPress comment php error since upgrade to 3.9It seems like in wp-config.php after the update it disappears the ending php tag decloration “?>”.
This worked for me…Forum: Fixing WordPress
In reply to: WordPress comment php error since upgrade to 3.9Hello same problem here…
wp-db.php on line 715 – mysql_set_charset(): Error executing query
pluggable.php on line 1121 – Cannot modify header information
Any sugestions to make it work?