Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello,

    Please try this:
    Go to Dashboard -> Events -> Calendar Theme and activate a different calendar theme. Then return to your original calendar theme and activate it.

    Thread Starter MicroLivin

    (@microlivin)

    I spoke to my host to look at the php error files and they said they found this

    error: ALERT – script tried to increase memory_limit to 268435456 bytes (256 MB)

    My host has a limit of 152MB, any more will cause server overload, is there anything i can do?

    Please install this plugin and post back with what it reports: https://www.ads-software.com/support/plugin/wp-memory-usage

    Thread Starter MicroLivin

    (@microlivin)

    on the dashboard it says

    PHP Version : 5.3.29 / 64Bit OS
    Memory limit : 96 MB
    Memory usage : 46.01 MB

    Please try to increase the php memory limit to 128MB or more if necessary. Open your wp-config.php which is located in the root WordPress directory. Then add the following lines:

    define('WP_MAX_MEMORY_LIMIT', '128M');
    ini_set('memory_limit','128M');
    Thread Starter MicroLivin

    (@microlivin)

    I don’t have access to it through my WP_Config.php, I would have to talk to my host, but they did mention if I get close to the 152mb limit the site will get slow, are you sure this will work? I only ask because the error said it tried to increase to 256mb

    Thread Starter MicroLivin

    (@microlivin)

    Hey, i tried to increase the limit to 128mb however i still received this error.

    ALERT – script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker ‘2.25.79.72’, file ‘/hsphere/local/home/aaalifq/metressquared.com/wp-admin/admin.php’, line 132), referer: https://www.metressquared.com/wp-login.php?loggedout=true.

    Please turn on WP_DEBUG, and let me know so that I can see what’s going on. Edit wp-config.php file (in the WordPress root folder) and modify line:

    define('WP_DEBUG', false);

    to

    define('WP_DEBUG', true);

    Thread Starter MicroLivin

    (@microlivin)

    Hey, I turned on WP_DEBUG, this is at the top of the empty page

    Notice: Undefined offset: 1 in /hsphere/local/home/aaalifq/metressquared.com/wp-content/mu-plugins/gd-system-plugin/class-gd-system-plugin-config.php on line 56

    in that file it refers to this section of code, I don’t know if it’s relevant,

    public function get_config( ) {
    		if ( empty( $this->config ) ) {
    			$defaults = $this->_get_config( '/web/conf/gd-wordpress.conf' );
    			$resellers = $this->_get_config( '/web/conf/gd-resellers.conf' );
    			$reseller = null;
    			if ( defined( 'GD_RESELLER' ) && is_numeric( GD_RESELLER ) ) {
    				$reseller = $resellers[GD_RESELLER];
    			}
    			if ( is_array( $reseller ) && !empty( $reseller ) ) {
    				$this->config = array_merge( $defaults, $reseller );
    			} else {
    				$this->config = $defaults;
    			}
    		}
    		return $this->config;
    	}

    Have you tried to deactivate the plugin?

    Thread Starter MicroLivin

    (@microlivin)

    I deactivated all other plugins before to check for a conflict but that didn’t help. Are you referring to the event plugin?

    Thread Starter MicroLivin

    (@microlivin)

    I deactivated the plugin and no change either, is there anyway to disable the event link but still keep the box that appears when you hover over an event?
    this plugin is the only one that works really well, i need it to work please.

    thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘links to event not working’ is closed to new replies.