These two days to install Bugfree, replaced a large data library, the results open the Bug Details page is either a blank page, or to report title errors, error messages also include C:\wamp\www\bugfree\Include\Class\ADOLite\adodbSQL _drivers\mysql\mysql_driver.inc 506, open this mysql_driver.inc also can not see what, but in accordance with the text of title Baidu out some solutions, is generally the following content:
PHP Error hints
Fatal error:allowed memory size of 8388608 bytes exhausted (tried to allocate 58368 bytes) In resolution: This is due to PHP memory is not enough, modify the maximum memory, open p Hp.ini configuration file, find the following, and modify 8 to 32 memory_limit = 8M; Maximum amount of memory a script may consume (8MB) also some articles suggest that this memory is set to One-fourth of server memory, my machine is 8G, I set to 2048M, but still not, So again check more articles and tried more methods, not, and finally thought, perhaps more than one php.ini file, sure enough, I began to change the one is C:\wamp\php below, because I installed Wamp, can really work that should be C:\wamp\ Apache2\bin, so change this, restart the service, just fine
Fatal error:allowed memory size of 8388608 bytes exhausted