Allowed memory size of 33554432 bytes ex

  • Unknown's avatar

    04-Apr-2008 06:21:49] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 244482 bytes) in /home/tecucion/public_html/tecuci/wp-admin/includes/plugin.php on line 4

    I have this error. pleace help. i cant acces plugin meniu.

  • Unknown's avatar

    1<?php
    2
    3function get_plugin_data( $plugin_file ) {
    4 $plugin_data = implode( ”, file( $plugin_file ));
    preg_match( ‘|Plugin Name:(.*)$|mi’, $plugin_data, $plugin_name );
    preg_match( ‘|Plugin URI:(.*)$|mi’, $plugin_data, $plugin_uri );
    preg_match( ‘|Description:(.*)$|mi’, $plugin_data, $description );
    preg_match( ‘|Author:(.*)$|mi’, $plugin_data, $author_name );
    preg_match( ‘|Author URI:(.*)$|mi’, $plugin_data, $author_uri )

  • Unknown's avatar

    You’re in the wrong place. You need to be at wordpress.org/support.

  • The topic ‘Allowed memory size of 33554432 bytes ex’ is closed to new replies.