By cjm on
I'm currently running two pretty much identical sites with drupal 4.6.3, one in English and the other in Japanese.
Search seems to return results fine on the English site, but problems occur on the Japanese site... after entering a word that should definitely return a large number of results,
in firefox: the browser returns to the same page (doesn't move)
in safari: the browser displays an NSURLErrorDomain:-1005 error message
This doesn't seem to happen when only a few hits are returned.
I wonder if this is a php memory issue? Any help would be much appreciated.
Comments
yup.. it was the memory
A self response...
It did turn out to be memroy related. After changing the setting php.ini resource setting from 8 to 12MB, searches are now processed fine on the Japanese site.