Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Import existing user


Jeff Sayre
Participant

@jeffsayre

Fatal error: Maximum execution time of 30 seconds exceeded in /serverpath/wp-includes/class-phpass.php on line 60

This error has nothing to do with Manoj’s plugin, BuddyPress, of WPMU code. It is a standard server error that occurs when any PHP script exceeds a preset execution time limit. The default is usually set to 30 seconds.

If you have access to changing your php.ini file, then make the alterations there. If not, then you can make them in your .htaccess file (php_value max_execution_time 200).

I realize that you are working through WPMU and BP, learning as you go. That is great! But, a little googling can answer a lot of issues you will come across while learning the ins and outs of PHP programming, database management, server operation and optimization, etc.

http://lmgtfy.com/?q=Maximum+execution+time

Skip to toolbar