Talk:DocMGR
From DocMGR
Hi,
DocMgr returns page not found error while you search for a string that is appearing more than 10 times set using "default search result per page" <define("RESULTS_PER_PAGE","10");> in config.php
The error generated by http error log is as follows. PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /doc/app/common.inc.php on line 338
commenting the following line in app/common.inc.php around 340-342 line solves the problem $pass_array = returnCatOwner($info,$owner,$pass_array);
Confirm if this would cause any other issues else where in the code.
It looks like the above statement is getting into loop for whatsoever it is written, however but causes concern as now.
or there any other way to resolve this.
Regards, Yeshwanth.

