Moderator
t-p
(@t-p)
try:
–increasing memory available for php.
-adding this near the bottom of the wp-config.php:
define('CONCATENATE_SCRIPTS', false);
before this line: require_once
Thank you for trying to help me. I figured out when I tried “disable flash upload” for next gen gallery, that seemed to work better. So it seems flash isn’t working on the site? Is there a way to fix this?
I tried to increase the memory in wp-config.php and the only line that mentions Memory Limit is:
// Set initial default constants including WP_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
wp_initial_constants( );
Would it be somewhere else?