Info
- 3 posts
- 2 voices
- Started 2 years ago by batarista
- Latest reply from batarista
- This topic is resolved
Installation memory problem
-
- Posted 2 years ago #
Dear All,
I'm making a first-time installation of bbPress-1.0.2.zip on localhost, following the instructions at http://bbpress.org/documentation/installation/
I unzipped to wwwroot\bbpress, browsed to the installation script "Welcome to the bbPress installer", created the MySQL database, and for simplicity, skipped WordPress integration.
However, at the final step "Site settings", when I press the "Save site settings" & "Complete the installation" buttons, I receive the following error...
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in F:\wwwroot\bbpress\bb-includes\backpress\class.bp-sql-schema-parser.php on line 170Does anyone know how to resolve this problem?
My server is WAMP5 on WinXP; it already serves up a WordPress blog (I'm in "learn about blogs & fora mode").
Many thanks in advance :>)
-
- Posted 2 years ago #
What is the memory_limit value you have set in your php.ini file? Most likely this value is too low. Try increasing this value and restart your web server.
-
- Posted 2 years ago #
Increased memory_limit in php.ini from 8Mb to 16Mb & restarted wampserver: bbPress installation then worked perfectly.
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)Many thanks for your very impressive software and excellent support :>)
-
You must log in to post.