Allowed memory size of 33554432 bytes ex
-
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.
-
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 ) -
- The topic ‘Allowed memory size of 33554432 bytes ex’ is closed to new replies.