The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
When I try to open some pages of the board I get this message: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3767855 bytes) in ******/includes/functions.php on line 5557 I tryu to open that file but I can't find anything similar to change that number. What is my problem? Thank you |
#2
|
|||
|
|||
![]()
Sounds like maybe in php.ini that can be adjusted.
33554432 bytes is a bit over 33MB...not sure how much it should really be needing. I set mine at 180MB. |
#3
|
|||
|
|||
![]()
where is that file?
|
#4
|
|||
|
|||
![]()
Not sure where your php.ini file is. Mine's on Windoze though so it's in C:\Program Files (x86)\PHP\php.ini
Maybe you can do a filesearch if you can't find it. Mien's section is like Code:
;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 180 ; Maximum execution time of each script, in seconds max_input_time = 220 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 180M ; Maximum amount of memory a script may consume (128MB) |
#5
|
|||
|
|||
![]()
Hmmm, I am on linux and I try to located it with SSH and found it in few places on server but when i try to find it with FTP there is no php.ini file in this folders.
Edit ------------------------ I found out how to open it but look what I have in it: Code:
; Sets the directory name where SOAP extension will put cache files. soap.wsdl_cache_dir="/tmp" ; (time to live) Sets the number of second while cached file will be used ; instead of original one. soap.wsdl_cache_ttl=86400 ; Local Variables: ; tab-width: 4 ; End: There is nothing about memory. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|